#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 118 of file eventing.h.
| StateVariable< T >::StateVariable | ( | const QString & | sName, | |
| bool | bNotify = false | |||
| ) | [inline] |
Definition at line 128 of file eventing.h.
| StateVariable< T >::StateVariable | ( | const QString & | sName, | |
| T | value, | |||
| bool | bNotify = false | |||
| ) | [inline] |
Definition at line 134 of file eventing.h.
| virtual QString StateVariable< T >::ToString | ( | void | ) | [inline, virtual] |
Implements StateVariableBase.
Definition at line 140 of file eventing.h.
| T StateVariable< T >::GetValue | ( | void | ) | [inline] |
Definition at line 147 of file eventing.h.
Referenced by StateVariables::GetValue(), and StateVariables::SetValue().
| void StateVariable< T >::SetValue | ( | T | value | ) | [inline] |
Definition at line 154 of file eventing.h.
Referenced by StateVariables::SetValue().
T StateVariable< T >::m_value [private] |
Definition at line 122 of file eventing.h.
1.6.3