digiKam
twitternewalbumdlg.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-06-29
7  * Description : a tool to export images to Twitter social network
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_TWITTER_NEW_ALBUM_DLG_H
24 #define DIGIKAM_TWITTER_NEW_ALBUM_DLG_H
25 
26 // Qt includes
27 
28 #include <QDialog>
29 
30 // Local includes
31 
32 #include "wsnewalbumdialog.h"
33 
34 using namespace Digikam;
35 
36 class QComboBox;
37 
39 {
40 
41 class TwAlbum;
42 
44 {
45  Q_OBJECT
46 
47 public:
48 
49  explicit TwNewAlbumDlg(QWidget* const parent, const QString& toolName);
50  ~TwNewAlbumDlg() override;
51 
52  void getAlbumProperties(TwAlbum& album);
53 
54 private:
55 
56  friend class TwWindow;
57 };
58 
59 } // namespace DigikamGenericTwitterPlugin
60 
61 #endif // DIGIKAM_TWITTER_NEW_ALBUM_DLG_H
Definition: twitteritem.h:75
Definition: twitternewalbumdlg.h:44
Definition: twitterwindow.h:46
Definition: wsnewalbumdialog.h:52
Definition: twitteritem.h:31
Definition: datefolderview.cpp:43