#include <ubox.hpp>
Inheritance diagram for UHbox:

Public Member Functions | |
| UHbox (const UArgs &a=UArgs::none) | |
| constructor; see also ~UGroup and the creator shortcut uhbox() | |
| virtual const UStyle & | getStyle (UContext *) const |
| creator shortcut that is equivalent to: *new UHbox(). | |
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 | |
| UHbox & | uhbox (const UArgs &a=UArgs::none) |
Geometry: see class UBox for details.
|
|
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 UBox. |
1.4.2