digiKam
tiffsettings.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 : 2007-08-02
7
* Description : save TIFF image options.
8
*
9
* Copyright (C) 2007-2022 by Gilles Caulier <caulier dot gilles at gmail dot com>
10
*
11
* This program is free software; you can redistribute it
12
* and/or modify it under the terms of the GNU General
13
* Public License as published by the Free Software Foundation;
14
* either version 2, or (at your option)
15
* any later version.
16
*
17
* This program is distributed in the hope that it will be useful,
18
* but WITHOUT ANY WARRANTY; without even the implied warranty of
19
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
20
* GNU General Public License for more details.
21
*
22
* ============================================================ */
23
24
#ifndef DIGIKAM_TIFF_SETTINGS_H
25
#define DIGIKAM_TIFF_SETTINGS_H
26
27
// Qt includes
28
29
#include <QWidget>
30
31
// Local includes
32
33
#include "
digikam_export.h
"
34
35
namespace
Digikam
36
{
37
38
class
DIGIKAM_EXPORT
TIFFSettings
:
public
QWidget
39
{
40
Q_OBJECT
41
42
public
:
43
44
explicit
TIFFSettings
(QWidget*
const
parent =
nullptr
);
45
~
TIFFSettings
()
override
;
46
47
void
setCompression(
bool
b);
48
bool
getCompression()
const
;
49
50
Q_SIGNALS:
51
52
void
signalSettingsChanged
();
53
54
private
:
55
56
class
Private;
57
Private*
const
d;
58
};
59
60
}
// namespace Digikam
61
62
#endif
// DIGIKAM_TIFF_SETTINGS_H
Digikam::TIFFSettings
Definition:
tiffsettings.h:39
Digikam::TIFFSettings::signalSettingsChanged
void signalSettingsChanged()
digikam_export.h
Digikam
Definition:
datefolderview.cpp:43
core
libs
dimg
loaders
tiffsettings.h
Generated by
1.9.1