digiKam
expoblendingitemspage.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  * Copyright (C) 2015 by Benjamin Girault <benjamin dot girault at gmail dot com>
11  *
12  * This program is free software; you can redistribute it
13  * and/or modify it under the terms of the GNU General
14  * Public License as published by the Free Software Foundation;
15  * either version 2, or (at your option) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_EXPO_BLENDING_ITEMS_PAGE_H
25 #define DIGIKAM_EXPO_BLENDING_ITEMS_PAGE_H
26 
27 // Local includes
28 
29 #include "dwizardpage.h"
30 #include "expoblendingactions.h"
31 
32 using namespace Digikam;
33 
35 {
36 
37 class ExpoBlendingManager;
38 
39 class ItemsPage : public DWizardPage
40 {
41  Q_OBJECT
42 
43 public:
44 
45  explicit ItemsPage(ExpoBlendingManager* const mngr, QWizard* const dlg);
46  ~ItemsPage() override;
47 
48  QList<QUrl> itemUrls() const;
49 
50 Q_SIGNALS:
51 
53 
54 private:
55 
56  void setIdentity(const QUrl& url, const QString& identity);
57 
58 private Q_SLOTS:
59 
60  void slotSetupList();
61  void slotImageListChanged();
62  void slotAddItems(const QList<QUrl>&);
63  void slotExpoBlendingAction(const DigikamGenericExpoBlendingPlugin::ExpoBlendingActionData&);
64 
65 private:
66 
67  class Private;
68  Private* const d;
69 };
70 
71 } // namespace DigikamGenericExpoBlendingPlugin
72 
73 #endif // DIGIKAM_EXPO_BLENDING_ITEMS_PAGE_H
Definition: expoblendingmanager.h:48
Definition: expoblendingitemspage.h:40
Definition: dwizardpage.h:42
Definition: bracketstack.cpp:43
Definition: datefolderview.cpp:43