#include <eventing.h>
Public Member Functions | |
| StateVariableBase (const QString &sName, bool bNotify=false) | |
| virtual | ~StateVariableBase () |
| virtual QString | ToString ()=0 |
Public Attributes | |
| bool | m_bNotify |
| QString | m_sName |
| TaskTime | m_ttLastChanged |
Definition at line 94 of file eventing.h.
| StateVariableBase::StateVariableBase | ( | const QString & | sName, | |
| bool | bNotify = false | |||
| ) | [inline, explicit] |
Definition at line 104 of file eventing.h.
| virtual StateVariableBase::~StateVariableBase | ( | ) | [inline, virtual] |
Definition at line 110 of file eventing.h.
| virtual QString StateVariableBase::ToString | ( | ) | [pure virtual] |
Implemented in StateVariable< T >.
Definition at line 98 of file eventing.h.
Referenced by StateVariables::SetValue().
| QString StateVariableBase::m_sName |
Definition at line 99 of file eventing.h.
Referenced by StateVariables::AddVariable().
Definition at line 100 of file eventing.h.
1.6.3