digiKam
showfotoinfoiface.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 : 2017-05-06
7  * Description : interface to item information for Showfoto
8  *
9  * Copyright (C) 2017-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10  * Copyright (C) 2019-2020 by Minh Nghia Duong <minhnghiaduong997 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)
16  * 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 SHOWFOTO_INFO_IFACE_H
26 #define SHOWFOTO_INFO_IFACE_H
27 
28 // Local includes
29 
30 #include "dmetainfoiface.h"
31 
32 using namespace Digikam;
33 
34 namespace ShowFoto
35 {
36 
38 {
39  Q_OBJECT
40 
41 public:
42 
43  explicit ShowfotoInfoIface(QObject* const parent,
44  const QList<QUrl>& lst);
45  ~ShowfotoInfoIface() override;
46 
47  void openSetupPage(SetupPage page) override;
48 };
49 
50 } // namespace ShowFoto
51 
52 #endif // SHOWFOTO_INFO_IFACE_H
SetupPage
Definition: dinfointerface.h:158
Definition: dmetainfoiface.h:39
Definition: showfotoinfoiface.h:38
Definition: datefolderview.cpp:43
Definition: showfotofolderviewbar.cpp:52