digiKam
htmlfinalpage.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 : 2006-04-04
7
* Description : a tool to generate HTML image galleries
8
*
9
* Copyright (C) 2012-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_HTML_FINAL_PAGE_H
24
#define DIGIKAM_HTML_FINAL_PAGE_H
25
26
// Qt includes
27
28
#include <QString>
29
30
// Local includes
31
32
#include "
dwizardpage.h
"
33
34
using namespace
Digikam
;
35
36
namespace
DigikamGenericHtmlGalleryPlugin
37
{
38
39
class
HTMLFinalPage
:
public
DWizardPage
40
{
41
Q_OBJECT
42
43
public
:
44
45
explicit
HTMLFinalPage
(QWizard*
const
dialog,
const
QString& title);
46
~
HTMLFinalPage
()
override
;
47
48
void
initializePage()
override
;
49
bool
isComplete()
const override
;
50
51
private
Q_SLOTS:
52
53
void
slotProcess();
54
55
private
:
56
57
class
Private;
58
Private*
const
d;
59
};
60
61
}
// namespace DigikamGenericHtmlGalleryPlugin
62
63
#endif
// DIGIKAM_HTML_FINAL_PAGE_H
DigikamGenericHtmlGalleryPlugin::HTMLFinalPage
Definition:
htmlfinalpage.h:40
Digikam::DWizardPage
Definition:
dwizardpage.h:42
dwizardpage.h
DigikamGenericHtmlGalleryPlugin
Definition:
galleryconfig.cpp:30
Digikam
Definition:
datefolderview.cpp:43
core
dplugins
generic
tools
htmlgallery
wizard
htmlfinalpage.h
Generated by
1.9.1