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


Public Member Functions | |
| CheckBoxValueBars (Window *parent, int w, int h, int options=0) | |
| CheckBoxValueBars (Window *parent, int x, int y, int w, int h, int options=0) | |
| void | CheckBoxWidth (int w) |
| int | CheckBoxWidth () |
| int | NrOfItems () |
| CheckBoxValueBar * | AddItem (strconst str, ULONG color) |
| CheckBoxValueBar * | GetItem (int idx) |
| CheckBoxValueBar * | GetItem (strconst str) |
| void | AddChoice (strconst str) |
| void | ClearChoices () |
| virtual void | StringSelectionEvent (StringSelector *src, int strIndex, void *userData) |
| void | SelectorPopUpAtCheckBox (CheckBox *chBox) |
| void | HideDropSelector () |
| virtual void | InitDisplayFunc () |
| virtual void | WindowMouseEvent (Window *src, int msg, int but, int state, int x, int y, void *userData) |
Protected Attributes | |
| Window * | mTopWnd |
| Window * | mModalWnd |
| DropDownStringSelector * | mDropSelector |
| int | mCheckBoxWidth |
| int | mOptions |
Private Member Functions | |
| void | HandleOptions () |
| void | Init (int w, int h, int options) |
Static Private Attributes | |
| static const int | ON_CHECKBOX = 1 |
| static const int | ON_HEADER = 2 |
| static const int | ON_MODALWND = 3 |
Definition at line 20 of file CheckBoxValueBars.h.
1.5.1