#include <uboxLayout.hpp>
Inheritance diagram for ubit::UVmargin:
Public Member Functions | |
UVmargin (int margins=0) | |
UVmargin (int top_margin, int bottom_margin) | |
UVmargin & | operator= (int margins) |
virtual void | set (int margins) |
virtual void | set (int top_margin, int bottom_margin) |
int | getTopMargin () const |
int | getBottomMargin () const |
virtual void | update () |
updates parents graphics. | |
virtual void | putProp (UContext *, UControl *) |
[impl] changes corresponding value in the UContext | |
Static Public Attributes | |
static UVmargin | none |
Friends | |
UVmargin & | uvmargin (int margins=0) |
UVmargin & | uvmargin (int top_margin, int bottom_margin) |