class GmScrollableListBox |
This widget is capable of holding multiple widgets inside it.
| GmScrollableListBox () Standard constructor | |
| addComponent (GmInteractiveWidget* component) Adds a drawable component to the container. | |
| 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. | |
| widgetEvent (GmEvent::WidgetEventType* widgetEvent) Called whenever a widget event occurs on a widget that this widget event handler has registered with. | |
| ~GmScrollableListBox () Virtual destructor |
| mHorzScrollbar | |
| mVertScrollbar |
| deleteScrollbars () Cleans up the memory used by the scrollbars | |
| initScrollbars () Sets up all the attributes of the scrollbars | |
| render2d (GmTypes::RenderOptionType renderOptions) Renders this listbox to a 2D image buffer. | |
| render2dSelect (GmTypes::RenderOptionType renderOptions) Renders this listbox to a 2D selection buffer. | |
| 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