|
MythTV
0.27pre
|


Public Member Functions | |
| LNBLOFLowSetting (DiSEqCDevLNB &lnb) | |
| virtual void | Load (void) |
| virtual void | Save (void) |
| virtual void | Save (QString) |
Public Member Functions inherited from LineEditSetting | |
| virtual QWidget * | configWidget (ConfigurationGroup *cg, QWidget *parent, const char *widgetName=NULL) |
| Create and return a QWidget for configuring this entity Note: Any class calling this should call widgetInvalid() before configWidget() is called on the class again, and before the class is deleted; just before removing the instance from a layout or scheduling the delete of a parent container is a good time. | |
| virtual void | widgetInvalid (QObject *obj) |
| Tell any Configurable keeping a pointer to a widget, that the pointer returned by an earlier configWidget call is invalid. | |
| void | setRW (bool readwrite=true) |
| void | setRO (void) |
| virtual void | setEnabled (bool b) |
| virtual void | setVisible (bool b) |
| virtual void | SetPasswordEcho (bool b) |
| virtual void | setHelpText (const QString &str) |
Public Member Functions inherited from Setting | |
| virtual QString | getValue (void) const |
| virtual Setting * | byName (const QString &name) |
| void | SetDBValue (const QString &val) |
| QString | GetDBValue (void) const |
Public Member Functions inherited from Configurable | |
| void | setName (const QString &str) |
| QString | getName (void) const |
| virtual void | setLabel (QString str) |
| QString | getLabel (void) const |
| void | setLabelAboveWidget (bool l=true) |
| QString | getHelpText (void) const |
| bool | isVisible (void) const |
| bool | isEnabled () |
| Storage * | GetStorage (void) |
Public Member Functions inherited from StorageUser | |
| virtual | ~StorageUser () |
Public Member Functions inherited from Storage | |
| Storage () | |
| virtual | ~Storage () |
| virtual bool | IsSaveRequired (void) const |
| virtual void | SetSaveRequired (void) |
Private Attributes | |
| DiSEqCDevLNB & | m_lnb |
Additional Inherited Members | |
Public Slots inherited from Setting | |
| virtual void | setValue (const QString &newValue) |
Signals inherited from Setting | |
| void | valueChanged (const QString &) |
Protected Member Functions inherited from LineEditSetting | |
| LineEditSetting (Storage *_storage, bool readwrite=true) | |
Protected Attributes inherited from Setting | |
| QString | settingValue |
Definition at line 724 of file diseqcsettings.cpp.
|
inline |
Definition at line 727 of file diseqcsettings.cpp.
Implements Storage.
Definition at line 737 of file diseqcsettings.cpp.
Implements Storage.
Definition at line 742 of file diseqcsettings.cpp.
|
inlinevirtual |
Reimplemented from Storage.
Definition at line 747 of file diseqcsettings.cpp.
|
private |
Definition at line 750 of file diseqcsettings.cpp.
1.8.1.2