MythTV
master
|
#include <libmythtv/profilegroup.h>
Classes | |
class | CardInfo |
class | HostName |
class | ID |
class | Is_default |
class | Name |
Public Member Functions | |
ProfileGroup () | |
virtual void | loadByID (int id) |
int | getProfileNum (void) const |
int | isDefault (void) const |
QString | getName (void) const |
void | setName (const QString &newName) override |
bool | allowedGroupName (void) |
Public Member Functions inherited from GroupSetting | |
GroupSetting ()=default | |
void | edit (MythScreenType *screen) override |
void | resultEdit (DialogCompletionEvent *) override |
virtual void | applyChange () |
void | updateButton (MythUIButtonListItem *item) override |
This method is called whenever the UI need to reflect a change Reimplement this If you widget need a custom look. More... | |
virtual bool | canDelete (void) |
virtual void | deleteEntry (void) |
Public Member Functions inherited from StandardSetting | |
virtual void | setLabel (QString str) |
QString | getLabel (void) const |
virtual void | setHelpText (const QString &str) |
QString | getHelpText (void) const |
QString | getName (void) const |
StandardSetting * | byName (const QString &name) |
bool | isVisible (void) const |
bool | isEnabled () const |
bool | isReadOnly () const |
bool | haveChanged () |
Return true if the setting have changed or any of its children. More... | |
void | setChanged (bool changed) |
StandardSetting * | getParent () const |
virtual QString | getValue (void) const |
void | SetDBValue (const QString &val) override |
QString | GetDBValue (void) const override |
MythUIButtonListItem * | createButton (MythUIButtonList *list) |
virtual void | addChild (StandardSetting *child) |
virtual void | removeChild (StandardSetting *child) |
virtual QList< StandardSetting * > * | getSubSettings () |
virtual bool | haveSubSettings () |
virtual void | clearSettings () |
void | clearTargetedSettings (const QString &value) |
virtual void | Load (void) |
virtual void | Save (void) |
virtual void | Open (void) |
virtual void | Close (void) |
Storage * | GetStorage (void) const |
void | addTargetedChild (const QString &value, StandardSetting *setting) |
void | addTargetedChildren (const QString &value, std::initializer_list< StandardSetting * > settings) |
void | removeTargetedChild (const QString &value, StandardSetting *child) |
virtual bool | keyPressEvent (QKeyEvent *event) |
void | MoveToThread (QThread *thread) |
Public Member Functions inherited from StorageUser | |
virtual | ~StorageUser ()=default |
Static Public Member Functions | |
static bool | addMissingDynamicProfiles (void) |
static void | fillSelections (GroupSetting *setting) |
static void | getHostNames (QStringList *hostnames) |
static QString | getName (int group) |
Private Attributes | |
ID * | m_id {nullptr} |
Name * | m_name {nullptr} |
HostName * | m_host {nullptr} |
Is_default * | m_isDefault {nullptr} |
Friends | |
class | ProfileGroupEditor |
Additional Inherited Members | |
Public Slots inherited from StandardSetting | |
virtual void | setEnabled (bool enabled) |
virtual void | setReadOnly (bool readonly) |
void | setVisible (bool visible) |
virtual void | setValue (const QString &newValue) |
virtual void | setValue (int newValue) |
virtual void | childChanged (StandardSetting *) |
Signals inherited from StandardSetting | |
void | valueChanged (const QString &newValue) |
void | valueChanged (StandardSetting *setting) |
void | ShouldRedraw (StandardSetting *setting) |
void | settingsChanged (StandardSetting *selectedSetting=nullptr) |
void | ChangeSaved () |
void | helpTextChanged (const QString &newValue) |
Protected Member Functions inherited from StandardSetting | |
StandardSetting (Storage *_storage=nullptr) | |
~StandardSetting () override | |
void | setParent (StandardSetting *parent) |
Protected Attributes inherited from StandardSetting | |
QString | m_settingValue |
bool | m_enabled {true} |
bool | m_readonly {false} |
QString | m_label |
QString | m_helptext |
QString | m_name |
bool | m_visible {true} |
Definition at line 29 of file profilegroup.h.
ProfileGroup::ProfileGroup | ( | ) |
Definition at line 41 of file profilegroup.cpp.
Referenced by fillSelections().
|
virtual |
Definition at line 58 of file profilegroup.cpp.
|
static |
Definition at line 63 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::Load().
|
static |
Definition at line 124 of file profilegroup.cpp.
Referenced by ProfileGroupEditor::Load().
|
static |
Definition at line 207 of file profilegroup.cpp.
Referenced by ProfileGroup::HostName::fillSelections().
|
inline |
Definition at line 98 of file profilegroup.h.
Referenced by ProfileGroupStorage::GetSetClause(), and ProfileGroupStorage::GetWhereClause().
|
inline |
Definition at line 102 of file profilegroup.h.
|
inline |
Definition at line 106 of file profilegroup.h.
Referenced by allowedGroupName().
|
static |
Definition at line 183 of file profilegroup.cpp.
|
inlineoverridevirtual |
Reimplemented from StandardSetting.
Definition at line 108 of file profilegroup.h.
bool ProfileGroup::allowedGroupName | ( | void | ) |
Definition at line 196 of file profilegroup.cpp.
|
friend |
Definition at line 33 of file profilegroup.h.
|
private |
Definition at line 114 of file profilegroup.h.
Referenced by getProfileNum(), loadByID(), and ProfileGroup().
|
private |
Definition at line 115 of file profilegroup.h.
Referenced by getName(), ProfileGroup(), and setName().
|
private |
Definition at line 116 of file profilegroup.h.
Referenced by allowedGroupName(), and ProfileGroup().
|
private |
Definition at line 117 of file profilegroup.h.
Referenced by isDefault(), and ProfileGroup().