#include <utable.hpp>
Inheritance diagram for ubit::UTcell:
Public Member Functions | |
UTcell (const UArgs &a=UArgs::none) | |
UTcell (short colspan, const UArgs &a=UArgs::none) | |
UTcell (short colspan, short rowspan, const UArgs &a=UArgs::none) | |
void | setColspan (short) |
void | setRowspan (short) |
short | getColspan () |
short | getRowspan () |
Static Public Member Functions | |
static UStyle * | createStyle () |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!). | |
Friends | |
UTcell & | utcell (const UArgs &a=UArgs::none) |
UTcell & | utcell (short colspan, const UArgs &a=UArgs::none) |
UTcell & | utcell (short colspan, short rowspan, const UArgs &a=UArgs::none) |
NOTE: MUST be a child of a UTrow object
UStyle * ubit::UTcell::createStyle | ( | ) | [static] |
< important: all subclasses MUST contain this declaration. static function that returns the UStyle of this class (see details!).
this macro defines the UClass that corresponds to this class and:
Reimplemented from ubit::UFlowbox.