digiKam
Loading...
Searching...
No Matches
showfotosetupmetadata.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 : 2009-07-18
7
* Description : setup Metadata tab.
8
*
9
* SPDX-FileCopyrightText: 2009-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 <QScrollArea>
20
21
namespace
ShowFoto
22
{
23
24
class
ShowfotoSetupMetadata
:
public
QScrollArea
25
{
26
Q_OBJECT
27
28
public
:
29
30
enum
MetadataTab
31
{
32
Behavior
= 0,
33
ExifViewer
,
34
MakernotesViewer
,
35
IptcViewer
,
36
XmpViewer
,
37
ExifTool
38
};
39
40
public
:
41
42
explicit
ShowfotoSetupMetadata
(QWidget*
const
parent =
nullptr
);
43
~ShowfotoSetupMetadata
()
override
;
44
45
void
applySettings
();
46
47
void
setActiveTab
(
MetadataTab
tab);
48
MetadataTab
activeTab
()
const
;
49
50
private
:
51
52
void
readSettings();
53
54
private
:
55
56
class
Private;
57
Private*
const
d =
nullptr
;
58
};
59
60
}
// namespace ShowFoto
ShowFoto::ShowfotoSetupMetadata
Definition
showfotosetupmetadata.h:25
ShowFoto::ShowfotoSetupMetadata::applySettings
void applySettings()
Definition
showfotosetupmetadata.cpp:176
ShowFoto::ShowfotoSetupMetadata::MetadataTab
MetadataTab
Definition
showfotosetupmetadata.h:31
ShowFoto::ShowfotoSetupMetadata::MakernotesViewer
@ MakernotesViewer
Definition
showfotosetupmetadata.h:34
ShowFoto::ShowfotoSetupMetadata::IptcViewer
@ IptcViewer
Definition
showfotosetupmetadata.h:35
ShowFoto::ShowfotoSetupMetadata::ExifViewer
@ ExifViewer
Definition
showfotosetupmetadata.h:33
ShowFoto::ShowfotoSetupMetadata::ExifTool
@ ExifTool
Definition
showfotosetupmetadata.h:37
ShowFoto::ShowfotoSetupMetadata::XmpViewer
@ XmpViewer
Definition
showfotosetupmetadata.h:36
ShowFoto::ShowfotoSetupMetadata::Behavior
@ Behavior
Definition
showfotosetupmetadata.h:32
ShowFoto::ShowfotoSetupMetadata::activeTab
MetadataTab activeTab() const
Definition
showfotosetupmetadata.cpp:171
ShowFoto::ShowfotoSetupMetadata::setActiveTab
void setActiveTab(MetadataTab tab)
Definition
showfotosetupmetadata.cpp:166
ShowFoto::ShowfotoSetupMetadata::~ShowfotoSetupMetadata
~ShowfotoSetupMetadata() override
Definition
showfotosetupmetadata.cpp:161
ShowFoto
Definition
showfotofolderviewbar.cpp:43
core
showfoto
setup
showfotosetupmetadata.h
Generated by
1.9.8