digiKam
slideend.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 : 2014-09-18
7  * Description : slideshow end view
8  *
9  * Copyright (C) 2014-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2019-2020 by Minh Nghia Duong <minhnghiaduong997 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)
16  * 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_SLIDE_END_PLUGIN_H
26 #define DIGIKAM_SLIDE_END_PLUGIN_H
27 
28 // Qt includes
29 
30 #include <QWidget>
31 
32 // Local includes
33 
34 #include "digikam_export.h"
35 
37 {
38 
39 class SlideEnd : public QWidget
40 {
41  Q_OBJECT
42 
43 public:
44 
45  explicit SlideEnd(QWidget* const parent = nullptr);
46  ~SlideEnd() override;
47 };
48 
49 } // namespace DigikamGenericSlideShowPlugin
50 
51 #endif // DIGIKAM_SLIDE_END_PLUGIN_H
SlideEnd(QWidget *const parent=nullptr)
Definition: slideend.cpp:43
~SlideEnd() override
Definition: slideend.cpp:92
Definition: slideshowloader.cpp:70