class GmMenuBar |
The menu bar contains a group of menu widgets and can be oriented horizontally or vertically.
GmMenuBar () Standard constructor | |
virtual void | addMenu (GmMenu* menu, WidgetIDType widgetId) Adds a menu to the menu bar |
virtual void | applyLayout (float minX, float minY, float minZ, float maxX, float maxY, float maxZ) Repositions and resizes this component based on parameters passed into the method. |
virtual void | widgetEvent (GmEvent::WidgetEventType* widgetEvent) Called whenever a widget event occurs on a widget that this widget event handler has registered with. |
virtual | ~GmMenuBar () Virtual destructor |
vector<GmMenu*> | mMenus The list of menus that are part of this menu bar |
virtual void | render2d (GmTypes::RenderOptionType renderOptions) Renders this radio button to a 2D image buffer. |
virtual void | render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this menu to a selection buffer. |
The menu bar contains a group of menu widgets and can be oriented horizontally or vertically.
Alphabetic index HTML hierarchy of classes or Java