|
ubit
|
Public Member Functions | |
| const UStyle & | getStyle (UUpdateContext *ctx) const |
Public Member Functions inherited from ubit::UStyle | |
| void | setAlpha (float a) |
| void | setBorder (const UBorder *b) |
| void | setCursor (const UCursor *c) |
| void | setFont (const UFont *f) |
| void | setSize (ULength width, ULength height) |
| void | setPadding (ULength horiz, ULength vert) |
| void | setHorizPadding (ULength left, ULength right) |
| void | setVertPadding (ULength top, ULength bottom) |
| const UColor * | getColor (const UElem &) const |
| const UColor * | getBgcolor (const UElem &) const |
| void | setColors (UColor &all_colors) |
| void | setColors (UColor &unselected_colors, UColor &selected_colors) |
| void | setBgcolors (UColor &all_colors) |
| void | setBgcolors (UColor &unselected_colors, UColor &selected_colors) |
| void | setColor (int action, UColor &) |
| void | setBgcolor (int action, UColor &) |
Public Attributes | |
| UStyle | vstyle |
Public Attributes inherited from ubit::UStyle | |
| ULocalProps | local |
| char | orient |
| char | valign |
| char | halign |
| short | vspacing |
| short | hspacing |
| const UViewStyle * | viewStyle |
| const UFont * | font |
| const UCursor * | cursor |
| const UStr * | textSeparator |
| UColor * | colors [2 *UOn::ACTION_COUNT] |
| UColor * | bgcolors [2 *UOn::ACTION_COUNT] |
1.8.12