#include <umenu.hpp>
Inheritance diagram for ubit::UMenubar:
Public Member Functions | |
UMenubar (const UArgs &a=UArgs::none) | |
virtual UGroup * | getBrowsingGroup () |
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!). | |
Protected Member Functions | |
void | enterChild (UEvent &) |
void | leaveChild (UEvent &) |
void | relaxChild (UEvent &) |
void | armChild (UEvent &) |
Friends | |
UMenubar & | umenubar (const UArgs &a=UArgs::none) |
create a new Menu Bar. |
UStyle * ubit::UMenubar::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::UBar.