MythTV
master
programs
mythfrontend
galleryconfig.h
Go to the documentation of this file.
1
4
#ifndef GALLERYCONFIG_H
5
#define GALLERYCONFIG_H
6
7
#include "
standardsettings.h
"
8
9
class
GallerySettings
:
public
GroupSetting
10
{
11
Q_OBJECT
12
13
StandardSetting
*
DirOrder
()
const
;
14
StandardSetting
*
ImageOrder
()
const
;
15
StandardSetting
*
DateFormat
()
const
;
16
StandardSetting
*
Exclusions
(
bool
enabled)
const
;
17
StandardSetting
*
ClearDb
(
bool
enabled)
const
;
18
void
ShowConfirmDialog
();
19
20
signals:
21
void
ClearDbPressed
();
22
void
DateChanged
();
23
void
OrderChanged
();
24
void
ExclusionsChanged
();
25
26
public
:
27
explicit
GallerySettings
(
bool
enable);
28
};
29
30
#endif // GALLERYCONFIG_H
GallerySettings::DateFormat
StandardSetting * DateFormat() const
Definition:
galleryconfig.cpp:68
GallerySettings::DateChanged
void DateChanged()
GallerySettings::ExclusionsChanged
void ExclusionsChanged()
GallerySettings
Definition:
galleryconfig.h:9
GallerySettings::DirOrder
StandardSetting * DirOrder() const
Definition:
galleryconfig.cpp:46
GallerySettings::ClearDbPressed
void ClearDbPressed()
GallerySettings::OrderChanged
void OrderChanged()
GallerySettings::GallerySettings
GallerySettings(bool enable)
Definition:
galleryconfig.cpp:268
standardsettings.h
GallerySettings::ClearDb
StandardSetting * ClearDb(bool enabled) const
Setting for clearing image database.
Definition:
galleryconfig.cpp:236
GallerySettings::ImageOrder
StandardSetting * ImageOrder() const
Definition:
galleryconfig.cpp:11
GallerySettings::Exclusions
StandardSetting * Exclusions(bool enabled) const
Setting for excluding image files by pattern.
Definition:
galleryconfig.cpp:182
StandardSetting
Definition:
standardsettings.h:29
GallerySettings::ShowConfirmDialog
void ShowConfirmDialog()
Definition:
galleryconfig.cpp:251
GroupSetting
Definition:
standardsettings.h:435
Generated on Wed Mar 3 2021 03:17:49 for MythTV by
1.8.17