digiKam
panoitemspage.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 : 2011-05-23
7
* Description : a tool to create panorama by fusion of several images.
8
* Acknowledge : based on the expoblending tool
9
*
10
* Copyright (C) 2011-2016 by Benjamin Girault <benjamin dot girault at gmail dot com>
11
* Copyright (C) 2009-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
12
*
13
* This program is free software; you can redistribute it
14
* and/or modify it under the terms of the GNU General
15
* Public License as published by the Free Software Foundation;
16
* either version 2, or (at your option) any later version.
17
*
18
* This program is distributed in the hope that it will be useful,
19
* but WITHOUT ANY WARRANTY; without even the implied warranty of
20
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21
* GNU General Public License for more details.
22
*
23
* ============================================================ */
24
25
#ifndef DIGIKAM_PANO_ITEMS_PAGE_H
26
#define DIGIKAM_PANO_ITEMS_PAGE_H
27
28
// Local includes
29
30
#include "
dwizardpage.h
"
31
#include "
panoactions.h
"
32
33
using namespace
Digikam
;
34
35
namespace
DigikamGenericPanoramaPlugin
36
{
37
38
class
PanoManager;
39
40
class
PanoItemsPage
:
public
DWizardPage
41
{
42
Q_OBJECT
43
44
public
:
45
46
explicit
PanoItemsPage
(
PanoManager
*
const
mngr, QWizard*
const
dlg);
47
~
PanoItemsPage
()
override
;
48
49
QList<QUrl>
itemUrls()
const
;
50
51
private
:
52
53
bool
validatePage()
override
;
54
55
private
Q_SLOTS:
56
57
void
slotSetupList();
58
void
slotImageListChanged();
59
60
private
:
61
62
class
Private;
63
Private*
const
d;
64
};
65
66
}
// namespace DigikamGenericPanoramaPlugin
67
68
#endif
// DIGIKAM_PANO_ITEMS_PAGE_H
DigikamGenericPanoramaPlugin::PanoItemsPage
Definition:
panoitemspage.h:41
DigikamGenericPanoramaPlugin::PanoManager
Definition:
panomanager.h:55
Digikam::DWizardPage
Definition:
dwizardpage.h:42
QList< QUrl >
dwizardpage.h
DigikamGenericPanoramaPlugin
Definition:
panoactions.h:36
Digikam
Definition:
datefolderview.cpp:43
panoactions.h
core
dplugins
generic
tools
panorama
wizard
panoitemspage.h
Generated by
1.9.1