#include <uboxLayout.hpp>
Inheritance diagram for ubit::UHspacing:
Public Types | |
INHERIT = -1 | |
enum | { INHERIT = -1 } |
Public Member Functions | |
UHspacing (int=0) | |
operator int () const | |
type conversion: returns value. | |
UHspacing & | operator= (int) |
UHspacing & | operator= (const UHspacing &) |
bool | operator== (int v) const |
bool | operator== (const UHspacing &v) const |
virtual void | update () |
updates parents graphics. | |
virtual void | putProp (UContext *, UControl *) |
[impl] changes corresponding value in the UContext | |
Static Public Attributes | |
static UHspacing | none |
Friends | |
UHspacing & | uhspacing (int=0) |