MythTV
master
|
#include <QStringBuilder>
#include "libmythbase/mythcorecontext.h"
#include "libmythbase/mythdate.h"
#include "galleryconfig.h"
#include "gallerytransitions.h"
Go to the source code of this file.
Macros | |
#define | TR GallerySettings::tr |
Functions | |
static void | AddFormat (HostComboBoxSetting *gc, const QDateTime &date, const QString &format) |
static StandardSetting * | TransitionType () |
static StandardSetting * | SlideDuration () |
static StandardSetting * | TransitionDuration () |
static StandardSetting * | StatusDelay () |
static StandardSetting * | UseTransitions () |
static StandardSetting * | Import (bool enabled) |
Setting for Importing via script. More... | |
static StandardSetting * | Autorun (bool enabled) |
Setting for running gallery on start-up. More... | |
static StandardSetting * | Password (bool enabled) |
Setting for changing password. More... | |
#define TR GallerySettings::tr |
Definition at line 12 of file galleryconfig.cpp.
|
static |
Definition at line 68 of file galleryconfig.cpp.
Referenced by GallerySettings::DateFormat().
|
static |
Definition at line 105 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 125 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 135 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 144 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 179 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Setting for Importing via script.
enabled | True if password has been entered |
Definition at line 193 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Setting for running gallery on start-up.
enabled | True if password has been entered |
Definition at line 230 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Setting for changing password.
enabled | True if password has been entered |
Definition at line 245 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings(), V2Myth::SetConnectionInfo(), and V2Config::SetDatabaseCredentials().