#include <utable.hpp>
Inheritance diagram for 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) | |
virtual const UStyle & | getStyle (UContext *) const |
void | setColspan (short) |
void | setRowspan (short) |
short | getColspan () |
short | getRowspan () |
Static Public Member Functions | |
const UStyle & | makeStyle () |
Static Public Attributes | |
UStyle * | style = null |
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
|
!EX 1; !EX 1; Reimplemented from UFlowbox. |