digiKam
Loading...
Searching...
No Matches
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 * SPDX-FileCopyrightText: 2017-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 * SPDX-FileCopyrightText: 2019-2020 by Minh Nghia Duong <minhnghiaduong997 at gmail dot com>
11 *
12 * SPDX-License-Identifier: GPL-2.0-or-later
13 *
14 * ============================================================ */
15
16#pragma once
17
18// Local includes
19
20#include "dmetainfoiface.h"
21
22using namespace Digikam;
23
24namespace ShowFoto
25{
26
28{
29 Q_OBJECT
30
31public:
32
33 explicit ShowfotoInfoIface(QObject* const parent,
34 const QList<QUrl>& lst,
35 const QUrl& currentActive);
36 ~ShowfotoInfoIface() override = default;
37
38 void openSetupPage(SetupPage page) override;
39};
40
41} // namespace ShowFoto
SetupPage
Definition dinfointerface.h:150
Definition dmetainfoiface.h:29
Definition showfotoinfoiface.h:28
void openSetupPage(SetupPage page) override
Open configuration dialog page.
Definition showfotoinfoiface.cpp:37
~ShowfotoInfoIface() override=default
Definition datefolderview.cpp:34
Definition showfotofolderviewbar.cpp:43