digiKam
expoblendinglastpage.h
Go to the documentation of this file.
1
/* ============================================================
2
*
3
* This file is a part of digiKam project
4
* https://www.digikam.org
5
*
6
* Date : 2009-11-13
7
* Description : a tool to blend bracketed images.
8
*
9
* Copyright (C) 2009-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
*
11
* This program is free software; you can redistribute it
12
* and/or modify it under the terms of the GNU General
13
* Public License as published by the Free Software Foundation;
14
* either version 2, or (at your option) any later version.
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU General Public License for more details.
20
*
21
* ============================================================ */
22
23
#ifndef DIGIKAM_EXPO_BLENDING_LAST_PAGE_H
24
#define DIGIKAM_EXPO_BLENDING_LAST_PAGE_H
25
26
// Local includes
27
28
#include "
dwizardpage.h
"
29
30
using namespace
Digikam
;
31
32
namespace
DigikamGenericExpoBlendingPlugin
33
{
34
class
ExpoBlendingManager;
35
36
class
ExpoBlendingLastPage
:
public
DWizardPage
37
{
38
Q_OBJECT
39
40
public
:
41
42
explicit
ExpoBlendingLastPage
(
ExpoBlendingManager
*
const
mngr, QWizard*
const
dlg);
43
~
ExpoBlendingLastPage
()
override
;
44
45
private
:
46
47
class
Private;
48
Private*
const
d;
49
};
50
51
}
// namespace DigikamGenericExpoBlendingPlugin
52
53
#endif
// DIGIKAM_EXPO_BLENDING_LAST_PAGE_H
DigikamGenericExpoBlendingPlugin::ExpoBlendingLastPage
Definition:
expoblendinglastpage.h:37
DigikamGenericExpoBlendingPlugin::ExpoBlendingManager
Definition:
expoblendingmanager.h:48
Digikam::DWizardPage
Definition:
dwizardpage.h:42
dwizardpage.h
DigikamGenericExpoBlendingPlugin
Definition:
bracketstack.cpp:43
Digikam
Definition:
datefolderview.cpp:43
core
dplugins
generic
tools
expoblending
wizard
expoblendinglastpage.h
Generated by
1.9.1