edbee - Qt Editor Library
|
A static dynamic variable :P. More...
#include <dynamicvariables.h>
Public Member Functions | |
BasicDynamicVariable (const QVariant &value) | |
Constructs a basic dynamic (read static :P ) variable. More... | |
virtual QVariant | value () const |
returns value of the variable More... | |
Public Member Functions inherited from edbee::DynamicVariable | |
virtual | ~DynamicVariable () |
empty virtual destructor More... | |
A static dynamic variable :P.
edbee::BasicDynamicVariable::BasicDynamicVariable | ( | const QVariant & | value | ) |
Constructs a basic dynamic (read static :P ) variable.
|
virtual |
returns value of the variable
Implements edbee::DynamicVariable.