#include <eventing.h>

Definition at line 189 of file eventing.h.
Public Member Functions | |
| StateVariables () | |
| void | AddVariable (StateVariableBase *pBase) |
| template<class T> | |
| bool | SetValue (const QString &sName, T value) |
| template<class T> | |
| T | GetValue (const QString &sName) |
Protected Member Functions | |
| virtual void | Notify ()=0 |
| StateVariables::StateVariables | ( | ) | [inline] |
Definition at line 199 of file eventing.h.
| virtual void StateVariables::Notify | ( | ) | [protected, pure virtual] |
| void StateVariables::AddVariable | ( | StateVariableBase * | pBase | ) | [inline] |
Definition at line 206 of file eventing.h.
Referenced by UPnpCDS::UPnpCDS(), UPnpCMGR::UPnpCMGR(), and UPnpMSRR::UPnpMSRR().
Definition at line 214 of file eventing.h.
| T StateVariables::GetValue | ( | const QString & | sName | ) | [inline] |
Definition at line 235 of file eventing.h.
1.5.5