digiKam
panowizard.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_WIZARD_H
26 #define DIGIKAM_PANO_WIZARD_H
27 
28 // Qt includes
29 
30 #include <QWidget>
31 
32 // Local includes
33 
34 #include "dwizarddlg.h"
35 
36 using namespace Digikam;
37 
39 {
40 
41 class PanoManager;
42 
43 class PanoWizard : public DWizardDlg
44 {
45  Q_OBJECT
46 
47 public:
48 
49  explicit PanoWizard(PanoManager* const mngr, QWidget* const parent = nullptr);
50  ~PanoWizard() override;
51 
52 private:
53 
54  class Private;
55  Private* const d;
56 };
57 
58 } // namespace DigikamGenericPanoramaPlugin
59 
60 #endif // DIGIKAM_PANO_WIZARD_H
Definition: panomanager.h:55
Definition: panowizard.h:44
Definition: dwizarddlg.h:40
Definition: panoactions.h:36
Definition: datefolderview.cpp:43