#include <utable.hpp>
Inheritance diagram for UTrow:

Public Member Functions | |
| UTrow (const UArgs &a=UArgs::none) | |
| virtual const UStyle & | getStyle (UContext *) const |
| returns the contextual UStyle of this object | |
Static Public Member Functions | |
| static const UStyle & | makeStyle () |
| creates the Style of this object | |
Static Public Attributes | |
| static UStyle * | style = null |
| corresponding Ubit UStyle | |
Friends | |
| UTrow & | utrow (const UArgs &a=UArgs::none) |
NOTE: MUST be a child of a UTable object
|
|
returns the contextual UStyle of this object This virtual function calls the makeStyle() static function that was redefined for this specific class
Reimplemented from UGroup. |
|
|
creates the Style of this object This static function is redefined by each class that derives from UGroup. It is called by the virtual function UGroup::getStyle()
Reimplemented from UGroup. |
1.4.1