|
MythTV
0.26-pre
|
#include <eventing.h>
Public Member Functions | |
| StateVariable (const QString &sName, bool bNotify=false) | |
| StateVariable (const QString &sName, T value, bool bNotify=false) | |
| virtual QString | ToString () |
| T | GetValue () |
| void | SetValue (T value) |
Private Attributes | |
| T | m_value |
Definition at line 117 of file eventing.h.
| StateVariable< T >::StateVariable | ( | const QString & | sName, |
| bool | bNotify = false |
||
| ) | [inline] |
Definition at line 127 of file eventing.h.
| StateVariable< T >::StateVariable | ( | const QString & | sName, |
| T | value, | ||
| bool | bNotify = false |
||
| ) | [inline] |
Definition at line 133 of file eventing.h.
| virtual QString StateVariable< T >::ToString | ( | void | ) | [inline, virtual] |
Implements StateVariableBase.
Definition at line 139 of file eventing.h.
| T StateVariable< T >::GetValue | ( | void | ) | [inline] |
Definition at line 146 of file eventing.h.
Referenced by StateVariables::GetValue(), and StateVariables::SetValue().
| void StateVariable< T >::SetValue | ( | T | value | ) | [inline] |
Definition at line 153 of file eventing.h.
Referenced by StateVariables::SetValue().
T StateVariable< T >::m_value [private] |
Definition at line 121 of file eventing.h.
1.7.6.1