digiKam
fbnewalbumdlg.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 : 2008-12-26
7  * Description : a tool to export items to Facebook web service
8  *
9  * Copyright (C) 2008-2009 by Luka Renko <lure at kubuntu dot org>
10  * Copyright (C) 2008-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
11  * Copyright (C) 2018 by Thanh Trung Dinh <dinhthanhtrung1996 at gmail dot com>
12  *
13  * This program is free software; you can redistribute it
14  * and/or modify it under the terms of the GNU General
15  * Public License as published by the Free Software Foundation;
16  * either version 2, or (at your option) any later version.
17  *
18  * This program is distributed in the hope that it will be useful,
19  * but WITHOUT ANY WARRANTY; without even the implied warranty of
20  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21  * GNU General Public License for more details.
22  *
23  * ============================================================ */
24 
25 #ifndef DIGIKAM_FB_NEW_ALBUM_DLG_H
26 #define DIGIKAM_FB_NEW_ALBUM_DLG_H
27 
28 // Qt includes
29 
30 #include <QDialog>
31 
32 // Local includes
33 
34 #include "wsnewalbumdialog.h"
35 
36 class QComboBox;
37 
38 using namespace Digikam;
39 
41 {
42 
43 class FbAlbum;
44 
46 {
47  Q_OBJECT
48 
49 public:
50 
51  explicit FbNewAlbumDlg(QWidget* const parent, const QString& toolName);
52  ~FbNewAlbumDlg();
53 
55  void getAlbumProperties(FbAlbum& album);
56 
57 private:
58 
59  QComboBox* m_privacyCoB;
60 
61  friend class FbWindow;
62 };
63 
64 } // namespace DigikamGenericFaceBookPlugin
65 
66 #endif // DIGIKAM_FB_NEW_ALBUM_DLG_H
Definition: fbnewalbumdlg.h:46
Definition: wsnewalbumdialog.h:52
Definition: fbitem.h:38
Definition: datefolderview.cpp:43