#include <DynamicList.h>
Inheritance diagram for OglGui::DynamicList:


Public Member Functions | |
| DynamicList (Window *parent, int minW, int minH) | |
| DynamicList (Window *parent, int x, int y, int minW, int minH) | |
| void | Spacing (int nPix) |
| int | Spacing () |
| void | HandleLayout () |
| virtual void | RemoveWindow (Window *child, bool destroy=false) |
| virtual void | AddWindow (Window *child, int insertAt=-1) |
| virtual void | DisplayFunc () |
Protected Attributes | |
| std::vector< Window * > | mChildWindows |
| int | mMinW |
| int | mMinH |
| int | mSpacing |
Private Member Functions | |
| void | Init (int minW, int minH) |
Definition at line 16 of file DynamicList.h.
1.5.1