|
MythTV
0.27pre
|


Public Member Functions | |
| TimeOffset (const ChannelID &id) | |
Public Member Functions inherited from SpinBoxSetting | |
| SpinBoxSetting (Storage *_storage, int min, int max, int step, bool allow_single_step=false, QString special_value_text="") | |
| 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 | setFocus (void) |
| void | clearFocus (void) |
| bool | hasFocus (void) const |
| void | SetRelayEnabled (bool enabled) |
| bool | IsRelayEnabled (void) const |
| virtual void | setHelpText (const QString &str) |
Public Member Functions inherited from BoundedIntegerSetting | |
| virtual void | setValue (int newValue) |
| virtual void | setValue (const QString &nv) |
Public Member Functions inherited from IntegerSetting | |
| int | intValue (void) const |
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 |
| void | setVisible (bool b) |
| bool | isVisible (void) const |
| virtual void | setEnabled (bool b) |
| bool | isEnabled () |
| Storage * | GetStorage (void) |
Public Member Functions inherited from StorageUser | |
| virtual | ~StorageUser () |
Additional Inherited Members | |
Public Slots inherited from SpinBoxSetting | |
| virtual void | setValue (int newValue) |
| virtual void | setValue (const QString &nv) |
Signals inherited from SpinBoxSetting | |
| void | valueChanged (const QString &name, int newValue) |
Protected Member Functions inherited from BoundedIntegerSetting | |
| BoundedIntegerSetting (Storage *_storage, int _min, int _max, int _step) | |
Protected Member Functions inherited from ChannelDBStorage | |
| ChannelDBStorage (StorageUser *_user, const ChannelID &_id, QString _name) | |
| virtual QString | GetSetClause (MSqlBindings &bindings) const |
| virtual QString | GetWhereClause (MSqlBindings &bindings) const |
Protected Attributes inherited from BoundedIntegerSetting | |
| int | min |
| int | max |
| int | step |
Protected Attributes inherited from ChannelDBStorage | |
| const ChannelID & | id |
Definition at line 161 of file channelsettings.cpp.
|
inline |
Definition at line 164 of file channelsettings.cpp.
1.8.1.2