digiKam
Loading...
Searching...
No Matches
freerotationsettings.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 : 2010-03-16
7
* Description : Free rotation settings view.
8
*
9
* SPDX-FileCopyrightText: 2010-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
// Local includes
18
19
#include <QWidget>
20
21
// Local includes
22
23
#include "
digikam_export.h
"
24
#include "
freerotationfilter.h
"
25
26
class
KConfigGroup;
27
28
namespace
Digikam
29
{
30
31
class
DIGIKAM_EXPORT
FreeRotationSettings
:
public
QWidget
32
{
33
Q_OBJECT
34
35
public
:
36
37
explicit
FreeRotationSettings
(QWidget*
const
parent);
38
~FreeRotationSettings
()
override
;
39
40
FreeRotationContainer
defaultSettings()
const
;
41
void
resetToDefault();
42
43
FreeRotationContainer
settings()
const
;
44
void
setSettings(
const
FreeRotationContainer
& settings);
45
46
void
readSettings(
const
KConfigGroup& group);
47
void
writeSettings(KConfigGroup& group);
48
49
Q_SIGNALS:
50
51
void
signalSettingsChanged
();
52
53
private
:
54
55
class
Private;
56
Private*
const
d =
nullptr
;
57
};
58
59
}
// namespace Digikam
Digikam::FreeRotationContainer
Definition
freerotationfilter.h:33
Digikam::FreeRotationSettings
Definition
freerotationsettings.h:32
Digikam::FreeRotationSettings::signalSettingsChanged
void signalSettingsChanged()
digikam_export.h
freerotationfilter.h
Digikam
Definition
datefolderview.cpp:34
core
libs
dimg
filters
transform
freerotationsettings.h
Generated by
1.9.8