digiKam
rajcenewalbumdlg.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 : 2011-04-12
7  * Description : A tool to export items to Rajce web service
8  *
9  * Copyright (C) 2011 by Lukas Krejci <krejci.l at centrum dot cz>
10  * Copyright (C) 2011-2022 by Gilles Caulier <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_RAJCE_NEW_ALBUM_DLG_H
25 #define DIGIKAM_RAJCE_NEW_ALBUM_DLG_H
26 
27 // Local includes
28 
29 #include "wsnewalbumdialog.h"
30 
31 class QCheckBox;
32 
33 using namespace Digikam;
34 
36 {
37 
39 {
40  Q_OBJECT
41 
42 public:
43 
44  explicit RajceNewAlbumDlg(QWidget* const parent = nullptr);
45  ~RajceNewAlbumDlg() override;
46 
47 public:
48 
49  QString albumName() const;
50  QString albumDescription() const;
51  bool albumVisible() const;
52 
53 private:
54 
55  QCheckBox* m_albumVisible;
56 };
57 
58 } // namespace DigikamGenericRajcePlugin
59 
60 #endif // DIGIKAM_RAJCE_NEW_ALBUM_DLG_H
Definition: rajcenewalbumdlg.h:39
Definition: wsnewalbumdialog.h:52
Definition: rajcealbum.h:35
Definition: datefolderview.cpp:43