#include <eventing.h>

Definition at line 117 of file eventing.h.
Public Member Functions | |
| StateVariableBase (const QString &sName, bool bNotify=FALSE) | |
| virtual QString | ToString ()=0 |
Public Attributes | |
| bool | m_bNotify |
| QString | m_sName |
| TaskTime | m_ttLastChanged |
| StateVariableBase::StateVariableBase | ( | const QString & | sName, | |
| bool | bNotify = FALSE | |||
| ) | [inline] |
Definition at line 127 of file eventing.h.
| virtual QString StateVariableBase::ToString | ( | ) | [pure virtual] |
Definition at line 121 of file eventing.h.
Referenced by StateVariables::SetValue(), and StateVariableBase().
| QString StateVariableBase::m_sName |
Definition at line 122 of file eventing.h.
Referenced by StateVariables::AddVariable(), Eventing::BuildNotifyBody(), and StateVariableBase().
Definition at line 123 of file eventing.h.
Referenced by StateVariable< T >::SetValue(), and StateVariableBase().
1.5.5