|
| MPEG2aspectRatio (const RecordingProfile &parent, uint minopt=0, uint maxopt=8, uint defopt=0) |
|
void | setValue (int value) override |
|
int | getValueIndex (const QString &value) const |
|
QString | getValueLabel (void) const |
|
void | resultEdit (DialogCompletionEvent *dce) override |
|
void | edit (MythScreenType *screen) override |
|
void | addSelection (const QString &label, QString value=QString(), bool select=false) |
|
void | clearSelections () |
|
void | fillSelectionsFromDir (const QDir &dir, bool absPath=true) |
|
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 int | size (void) const |
|
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 |
|
virtual void | setName (const QString &name) |
|
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) |
|
virtual | ~StorageUser ()=default |
|
| SimpleDBStorage (StorageUser *user, const QString &table, const QString &column) |
|
| ~SimpleDBStorage () override=default |
|
void | Load (void) override |
|
void | Save (void) override |
|
void | Save (const QString &table) override |
|
bool | IsSaveRequired (void) const override |
|
void | SetSaveRequired (void) override |
|
| DBStorage (StorageUser *user, QString table, QString column) |
|
| ~DBStorage () override=default |
|
| Storage ()=default |
|
virtual | ~Storage ()=default |
|
Definition at line 832 of file recordingprofile.cpp.