#include <uprop.hpp>
Inheritance diagram for UProp:
Public Member Functions | |
UProp (u_modes b_modes=0) | |
constructor. | |
virtual class UProp * | propCast () |
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. | |
virtual void | putProp (class UContext *, class UCtrl *)=0 |
[impl] changes corresponding value in the UContext | |
Friends | |
class | UBox |
Notes:
|
called when object's content is changed This function:
Reimplemented in URadioSelect, and UScale. |