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

Public Types | |
| enum | { VERTICAL, HORIZONTAL, INHERIT } |
Public Member Functions | |
| UOrient (char value=VERTICAL, u_modes=0) | |
| UOrient (const UOrient &) | |
| void | set (const UOrient &) |
| char | get () const |
| virtual void | update () |
| updates graphics. | |
| virtual void | putProp (class UContext *, class UCtrl *) |
| [impl] changes corresponding value in the UContext | |
Static Public Attributes | |
| static UOrient | vertical |
| static UOrient | horizontal |
| static UOrient | inherit |
Friends | |
| UOrient & | uorient (const UOrient &) |
Can be: UOrient::vertical or UOrient::horizontal
1.4.1