#include <eventing.h>

Definition at line 140 of file 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 |
| StateVariable< T >::StateVariable | ( | const QString & | sName, | |
| bool | bNotify = FALSE | |||
| ) | [inline] |
Definition at line 150 of file eventing.h.
| StateVariable< T >::StateVariable | ( | const QString & | sName, | |
| T | value, | |||
| bool | bNotify = FALSE | |||
| ) | [inline] |
Definition at line 156 of file eventing.h.
| virtual QString StateVariable< T >::ToString | ( | ) | [inline, virtual] |
| T StateVariable< T >::GetValue | ( | ) | [inline] |
Definition at line 170 of file eventing.h.
Referenced by StateVariables::GetValue(), and StateVariables::SetValue().
| void StateVariable< T >::SetValue | ( | T | value | ) | [inline] |
T StateVariable< T >::m_value [private] |
Definition at line 144 of file eventing.h.
Referenced by StateVariable< T >::GetValue(), StateVariable< T >::SetValue(), StateVariable< T >::StateVariable(), and StateVariable< T >::ToString().
1.5.5