digiKam
flickrnewalbumdlg.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 : 2015-08-07
7  * Description : a dialog to create a new remote album for export tools
8  *
9  * Copyright (C) 2013 by Pankaj Kumar <me at panks dot me>
10  * Copyright (C) 2015 by Shourya Singh Gupta <shouryasgupta at gmail dot com>
11  * Copyright (C) 2013-2022 by Gilles Caulier <caulier dot gilles 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_FLICKR_NEW_ALBUM_DLG_H
26 #define DIGIKAM_FLICKR_NEW_ALBUM_DLG_H
27 
28 // Local includes
29 
30 #include "wsnewalbumdialog.h"
31 
32 using namespace Digikam;
33 
35 {
36 
37 class FPhotoSet;
38 
40 {
41  Q_OBJECT
42 
43 public:
44 
45  explicit FlickrNewAlbumDlg(QWidget* const parent, const QString& toolName);
46  ~FlickrNewAlbumDlg() override;
47 
48  void getFolderProperties(FPhotoSet& folder);
49 };
50 
51 } // namespace DigikamGenericFlickrPlugin
52 
53 #endif // DIGIKAM_FLICKR_NEW_ALBUM_DLG_H
Definition: flickritem.h:70
Definition: flickrnewalbumdlg.h:40
Definition: wsnewalbumdialog.h:52
Definition: flickritem.h:37
Definition: datefolderview.cpp:43