#include <ugadgets.hpp>
Inheritance diagram for USepar:
Public Member Functions | |
USepar (const class UOrient &, const UArgs &a=UArgs::none) | |
USepar (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 & | makeVStyle () |
static const UStyle & | makeHStyle () |
Static Public Attributes | |
static UStyle * | hstyle = null |
static UStyle * | vstyle = null |
Friends | |
USepar & | usepar (const UArgs &a=UArgs::none) |
USepar & | usepar (const class UOrient &, const UArgs &a=UArgs::none) |
USepar & | uhsepar (const UArgs &a=UArgs::none) |
USepar & | uvsepar (const UArgs &a=UArgs::none) |
|
returns the contextual UStyle of this object This virtual function calls the makeStyle() static function that was redefined for this specific class
Reimplemented from UBox. |