MythTV
master
|
#include <libmythupnp/eventing.h>
Public Member Functions | |
StateVariable (const QString &sName, bool bNotify=false) | |
StateVariable (const QString &sName, T value, bool bNotify=false) | |
QString | ToString () override |
T | GetValue () |
void | SetValue (const T &value) |
Public Member Functions inherited from StateVariableBase | |
StateVariableBase (QString sName, bool bNotify=false) | |
virtual | ~StateVariableBase ()=default |
Private Attributes | |
T | m_value |
Additional Inherited Members | |
Public Attributes inherited from StateVariableBase | |
bool | m_bNotify |
QString | m_sName |
TaskTime | m_ttLastChanged {} |
Definition at line 112 of file eventing.h.
|
inlineexplicit |
Definition at line 122 of file eventing.h.
|
inline |
Definition at line 128 of file eventing.h.
|
inlineoverridevirtual |
Implements StateVariableBase.
Definition at line 134 of file eventing.h.
|
inline |
Definition at line 141 of file eventing.h.
Referenced by StateVariables::GetValue().
|
inline |
Definition at line 148 of file eventing.h.
Referenced by StateVariables::SetValue().
|
private |
Definition at line 116 of file eventing.h.