class GmScrollableListBox |
This widget is capable of holding multiple widgets inside it.
GmScrollableListBox () Standard constructor | |
virtual void | addComponent (GmInteractiveWidget* component) Adds a drawable component to the container. |
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 | ~GmScrollableListBox () Virtual destructor |
GmScrollbar* | mHorzScrollbar |
GmScrollbar* | mVertScrollbar |
virtual void | deleteScrollbars () Cleans up the memory used by the scrollbars |
virtual void | initScrollbars () Sets up all the attributes of the scrollbars |
virtual void | render2d (GmTypes::RenderOptionType renderOptions) Renders this listbox to a 2D image buffer. |
virtual void | render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this listbox to a 2D selection buffer. |
virtual void | setScrollbarValues () Determines the size of contained objects and sets the scrollbar values appropriately |
This widget is capable of holding multiple widgets inside it. This widget will arrange them with a list layout.
Alphabetic index HTML hierarchy of classes or Java