digiKam
gsnewalbumdlg.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 : 2010-02-01
7  * Description : a tool to export items to Google web services
8  *
9  * Copyright (C) 2010 by Jens Mueller <tschenser at gmx dot de>
10  * Copyright (C) 2013-2018 by Caulier Gilles <caulier dot gilles 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) any later version.
16  *
17  * This program is distributed in the hope that it will be useful,
18  * but WITHOUT ANY WARRANTY; without even the implied warranty of
19  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20  * GNU General Public License for more details.
21  *
22  * ============================================================ */
23 
24 #ifndef DIGIKAM_GS_NEW_ALBUM_DLG_H
25 #define DIGIKAM_GS_NEW_ALBUM_DLG_H
26 
27 // Qt includes
28 
29 #include <QRadioButton>
30 #include <QDateTimeEdit>
31 #include <QDialog>
32 #include <QLineEdit>
33 #include <QTextEdit>
34 #include <QComboBox>
35 #include <QCloseEvent>
36 
37 // Local includes
38 
39 #include "wsnewalbumdialog.h"
40 
41 using namespace Digikam;
42 
44 {
45 
46 class GSFolder;
47 
49 {
50  Q_OBJECT
51 
52 public:
53 
54  explicit GSNewAlbumDlg(QWidget* const parent,
55  const QString& serviceName,
56  const QString& toolName);
57  ~GSNewAlbumDlg() override;
58 
59  void getAlbumProperties(GSFolder& album);
60 
61 private:
62 
63  class Private;
64  Private* const d;
65 };
66 
67 } // namespace DigikamGenericGoogleServicesPlugin
68 
69 #endif // DIGIKAM_GS_NEW_ALBUM_DLG_H
Definition: wsnewalbumdialog.h:52
Definition: gdmpform.cpp:46
Definition: datefolderview.cpp:43