digiKam
boxitem.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 Box 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_BOX_ITEM_H
24
#define DIGIKAM_BOX_ITEM_H
25
26
// Qt includes
27
28
#include <QString>
29
30
namespace
DigikamGenericBoxPlugin
31
{
32
33
class
BOXPhoto
34
{
35
public
:
36
37
BOXPhoto
()
38
{
39
}
40
41
QString
title
;
42
};
43
44
class
BOXFolder
45
{
46
public
:
47
48
BOXFolder
()
49
{
50
}
51
52
QString
title
;
53
};
54
55
}
// namespace DigikamGenericBoxPlugin
56
57
#endif
// DIGIKAM_BOX_ITEM_H
DigikamGenericBoxPlugin::BOXFolder
Definition:
boxitem.h:45
DigikamGenericBoxPlugin::BOXFolder::title
QString title
Definition:
boxitem.h:52
DigikamGenericBoxPlugin::BOXFolder::BOXFolder
BOXFolder()
Definition:
boxitem.h:48
DigikamGenericBoxPlugin::BOXPhoto
Definition:
boxitem.h:34
DigikamGenericBoxPlugin::BOXPhoto::title
QString title
Definition:
boxitem.h:41
DigikamGenericBoxPlugin::BOXPhoto::BOXPhoto
BOXPhoto()
Definition:
boxitem.h:37
DigikamGenericBoxPlugin
Definition:
boxitem.h:31
core
dplugins
generic
webservices
box
boxitem.h
Generated by
1.9.1