digiKam
presentationdlg.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 : 2008-09-09
7  * Description : a presentation tool.
8  *
9  * Copyright (C) 2008-2009 by Valerio Fuoglio <valerio dot fuoglio at gmail dot com>
10  * Copyright (C) 2009 by Andi Clemens <andi dot clemens at googlemail dot com>
11  * Copyright (C) 2012-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_PRESENTATION_DLG_H
26 #define DIGIKAM_PRESENTATION_DLG_H
27 
28 // Local includes
29 
30 #include "dplugindialog.h"
31 
32 using namespace Digikam;
33 
35 {
36 
37 class PresentationContainer;
38 
40 {
41  Q_OBJECT
42 
43 public:
44 
45  explicit PresentationDlg(QWidget* const parent,
46  PresentationContainer* const sharedData);
47  ~PresentationDlg() override;
48 
49 Q_SIGNALS:
50 
52 
53 private:
54 
55  void readSettings();
56  void saveSettings();
57  void closeEvent(QCloseEvent* e) override;
58 
59 private Q_SLOTS:
60 
61  void slotStartClicked();
62 
63 private:
64 
65  class Private;
66  Private* const d;
67 };
68 
69 } // namespace DigikamGenericPresentationPlugin
70 
71 #endif // DIGIKAM_PRESENTATION_DLG_H
Definition: presentationcontainer.h:54
Definition: dplugindialog.h:42
Definition: presentation_audiopage.cpp:46
Definition: datefolderview.cpp:43