edbee - Qt Editor Library
Public Member Functions | List of all members
edbee::BasicDynamicVariable Class Reference

A static dynamic variable :P. More...

#include <dynamicvariables.h>

+ Inheritance diagram for edbee::BasicDynamicVariable:
+ Collaboration diagram for edbee::BasicDynamicVariable:

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...
 

Detailed Description

A static dynamic variable :P.

Constructor & Destructor Documentation

◆ BasicDynamicVariable()

edbee::BasicDynamicVariable::BasicDynamicVariable ( const QVariant &  value)

Constructs a basic dynamic (read static :P ) variable.

Member Function Documentation

◆ value()

QVariant edbee::BasicDynamicVariable::value ( ) const
virtual

returns value of the variable

Implements edbee::DynamicVariable.


The documentation for this class was generated from the following files: