#include <uelem.hpp>
Inheritance diagram for UElem:
Public Member Functions | |
UElem (u_modes b_modes=0) | |
virtual class UElem * | elemCast () |
dynamic cast | |
virtual void | onChange (UCall &) |
adds callbacks that are activated when the objects' value changes. | |
virtual void | changed (bool update_now) |
called when object's content is changed. | |
virtual void | update ()=0 |
updates graphics. |
Notes:
|
called when object's content is changed. This function:
Reimplemented in UStr. |