#include <var_text.hpp>
Inheritance diagram for VarText:

Public Member Functions | |
| virtual const string & | getType () const |
| Get the variable type. | |
| virtual void | set (const UString &rText) |
| Set the internal value. | |
| virtual void | onUpdate (Subject< VarPercent > &rVariable) |
| Methods called when an observed variable is modified. | |
| virtual void | onUpdate (Subject< VarText > &rVariable) |
| Method called when the subject is modified. | |
Definition at line 35 of file var_text.hpp.
1.4.2