digiKam
vidslidealbumspage.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 : 2017-05-25
7
* Description : a tool to generate video slideshow from images.
8
*
9
* Copyright (C) 2017-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
*
11
* This program is free software; you can redistribute it
12
* and/or modify it under the terms of the GNU General
13
* Public License as published by the Free Software Foundation;
14
* either version 2, or (at your option) any later version.
15
*
16
* This program is distributed in the hope that it will be useful,
17
* but WITHOUT ANY WARRANTY; without even the implied warranty of
18
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
19
* GNU General Public License for more details.
20
*
21
* ============================================================ */
22
23
#ifndef DIGIKAM_VIDSLIDE_ALBUMS_PAGE_H
24
#define DIGIKAM_VIDSLIDE_ALBUMS_PAGE_H
25
26
// Qt includes
27
28
#include <QList>
29
#include <QUrl>
30
#include <QString>
31
32
// Local includes
33
34
#include "
dwizardpage.h
"
35
36
using namespace
Digikam
;
37
38
namespace
DigikamGenericVideoSlideShowPlugin
39
{
40
41
class
VidSlideAlbumsPage
:
public
DWizardPage
42
{
43
Q_OBJECT
44
45
public
:
46
47
explicit
VidSlideAlbumsPage
(QWizard*
const
dialog,
const
QString& title);
48
~
VidSlideAlbumsPage
()
override
;
49
50
bool
validatePage()
override
;
51
bool
isComplete()
const override
;
52
53
private
:
54
55
class
Private;
56
Private*
const
d;
57
};
58
59
}
// namespace DigikamGenericVideoSlideShowPlugin
60
61
#endif
// DIGIKAM_VIDSLIDE_ALBUMS_PAGE_H
DigikamGenericVideoSlideShowPlugin::VidSlideAlbumsPage
Definition:
vidslidealbumspage.h:42
Digikam::DWizardPage
Definition:
dwizardpage.h:42
dwizardpage.h
DigikamGenericVideoSlideShowPlugin
Definition:
videoslideshowplugin.cpp:38
Digikam
Definition:
datefolderview.cpp:43
core
dplugins
generic
tools
videoslideshow
wizard
vidslidealbumspage.h
Generated by
1.9.1