MythTV
master
|
#include "galleryconfig.h"
#include <QStringBuilder>
#include "mythcorecontext.h"
#include "mythdate.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 9 of file galleryconfig.cpp.
|
static |
Definition at line 65 of file galleryconfig.cpp.
Referenced by GallerySettings::DateFormat().
|
static |
Definition at line 102 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 122 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 132 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 141 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Definition at line 151 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Setting for Importing via script.
enabled | True if password has been entered |
Definition at line 165 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 202 of file galleryconfig.cpp.
Referenced by GallerySettings::GallerySettings().
|
static |
Setting for changing password.
enabled | True if password has been entered |
Definition at line 217 of file galleryconfig.cpp.
Referenced by ScriptableChannel::AddVideoSource(), GallerySettings::GallerySettings(), ScriptableMyth::ManageDigestUser(), ScriptableMyth::TestDBSettings(), and ScriptableChannel::UpdateVideoSource().