digiKam
Loading...
Searching...
No Matches
importitempropertiestab.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 : 2006-02-08
7 * Description : A tab to display import item information
8 *
9 * SPDX-FileCopyrightText: 2006-2024 by Gilles Caulier <caulier dot gilles at gmail dot com>
10 *
11 * SPDX-License-Identifier: GPL-2.0-or-later
12 *
13 * ============================================================ */
14
15#pragma once
16
17// Qt includes
18
19#include <QString>
20#include <QUrl>
21
22// Local includes
23
24#include "digikam_export.h"
25#include "dmetadata.h"
26#include "camiteminfo.h"
27#include "dexpanderbox.h"
28
29namespace Digikam
30{
31
33{
34 Q_OBJECT
35
36public:
37
38 explicit ImportItemPropertiesTab(QWidget* const parent);
39 ~ImportItemPropertiesTab() override;
40
41 void setCurrentItem(const CamItemInfo& itemInfo = CamItemInfo(),
42 DMetadata* const meta = nullptr);
43
44private:
45
46 class Private;
47 Private* const d = nullptr;
48};
49
50} // namespace Digikam
Definition camiteminfo.h:39
Definition dexpanderbox.h:240
Definition dmetadata.h:46
Definition importitempropertiestab.h:33
~ImportItemPropertiesTab() override
Definition importitempropertiestab.cpp:285
void setCurrentItem(const CamItemInfo &itemInfo=CamItemInfo(), DMetadata *const meta=nullptr)
Definition importitempropertiestab.cpp:290
Definition datefolderview.cpp:34