digiKam
yfnewalbumdlg.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-02-19
7  * Description : a tool to export items to YandexFotki web service
8  *
9  * Copyright (C) 2011 by Roman Tsisyk <roman at tsisyk dot com>
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_YF_NEW_ALBUM_DLG_H
25 #define DIGIKAM_YF_NEW_ALBUM_DLG_H
26 
27 // Local includes
28 
29 #include "yfalbum.h"
30 #include "wsnewalbumdialog.h"
31 
32 using namespace Digikam;
33 
34 namespace DigikamGenericYFPlugin
35 {
36 
38 {
39  Q_OBJECT
40 
41 public:
42 
43  explicit YFNewAlbumDlg(QWidget* const parent, YandexFotkiAlbum& album);
44  ~YFNewAlbumDlg() override;
45 
46  YandexFotkiAlbum& album() const;
47 
48 private Q_SLOTS:
49 
50  void slotOkClicked();
51 
52 private:
53 
54  class Private;
55  Private* const d;
56 };
57 
58 } // namespace DigikamGenericYFPlugin
59 
60 #endif // DIGIKAM_YF_NEW_ALBUM_DLG_H
Definition: yfnewalbumdlg.h:38
Definition: wsnewalbumdialog.h:52
Definition: yfalbum.cpp:27
Definition: datefolderview.cpp:43