digiKam
pwidget.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 : 2018-05-20
7
* Description : a tool to export images to Pinterest web service
8
*
9
* Copyright (C) 2018 by Tarek Talaat <tarektalaat93 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_P_WIDGET_H
24
#define DIGIKAM_P_WIDGET_H
25
26
// Qt includes
27
28
#include <QWidget>
29
30
// Local includes
31
32
#include "
wssettingswidget.h
"
33
#include "
pitem.h
"
34
#include "
dinfointerface.h
"
35
36
class
QButtonGroup;
37
38
using namespace
Digikam
;
39
40
namespace
DigikamGenericPinterestPlugin
41
{
42
43
class
PWidget
:
public
WSSettingsWidget
44
{
45
Q_OBJECT
46
47
public
:
48
49
explicit
PWidget
(QWidget*
const
parent,
50
DInfoInterface
*
const
iface,
51
const
QString& toolName);
52
~
PWidget
()
override
;
53
54
void
updateLabels(
const
QString& name = QString(),
55
const
QString& url = QString())
override
;
56
57
private
:
58
59
friend
class
PWindow
;
60
};
61
62
}
// namespace DigikamGenericPinterestPlugin
63
64
#endif
// DIGIKAM_P_WIDGET_H
DigikamGenericPinterestPlugin::PWidget
Definition:
pwidget.h:44
DigikamGenericPinterestPlugin::PWindow
Definition:
pwindow.h:46
Digikam::DInfoInterface
Definition:
dinfointerface.h:56
Digikam::WSSettingsWidget
Definition:
wssettingswidget.h:54
dinfointerface.h
DigikamGenericPinterestPlugin
Definition:
pitem.h:31
Digikam
Definition:
datefolderview.cpp:43
pitem.h
wssettingswidget.h
core
dplugins
generic
webservices
pinterest
pwidget.h
Generated by
1.9.1