#include <uprop.hpp>
Inheritance diagram for UPos:

Public Member Functions | |
| UPos (const UPos &) | |
| UPos (u_pos x, u_pos y) | |
| UPos & | operator= (const UPos &) |
| void | set (const UPos &, bool update=true) |
| void | set (u_pos x, u_pos y, bool update=true) |
| void | setX (u_pos x) |
| void | setY (u_pos y) |
| u_pos | getX () const |
| u_pos | getY () const |
| virtual void | addingTo (class ULink *selflink, UGroup *parent) |
| virtual void | removingFrom (class ULink *selflink, UGroup *parent) |
| NOTE that this function require a specific destructor. | |
| virtual void | update () |
| updates graphics. | |
| virtual void | putProp (class UContext *, class UCtrl *) |
| [impl] changes corresponding value in the UContext | |
Friends | |
| UPos & | upos (const UPos &p) |
| UPos & | upos (u_pos x, u_pos y) |
Locates an UBox (or subclass) object at an arbitrary position.
|
||||||||||||
|
... inutile pour les UCONST!!!; Reimplemented from UBrick. |
1.4.1