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

Public Member Functions | |
| UScale (int value=0) | |
| UScale (const UIntgBase &value) | |
| float | getXScale () const |
| float | getYScale () const |
| void | getXYScale (float &xscale, float &yscale) const |
| virtual void | changed (bool update_now) |
| called when object's content is changed. | |
| virtual void | update () |
| updates graphics. | |
| virtual void | putProp (class UContext *, class UCtrl *) |
| [impl] changes corresponding value in the UContext | |
Static Public Member Functions | |
| static float | getXScale (int lscale) |
| static float | getYScale (int lscale) |
| static void | getXYScale (int lscale, float &xscale, float &yscale) |
Friends | |
| UScale & | uscale (int val=0) |
| UScale & | uscale (const UIntgBase &val) |
| larger than normal size if 'value' is positive; smaller if negative. | |
Scale properties can be cascaded in the instance graph. set*() and get*() methods are inherited from Uintg.
1.4.1