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


Public Member Functions | |
| CheckBoxValueBar (Window *parent, int w, int h, strconst str, ULONG color, int cbW=120, bool menuBtn=false) | |
| CheckBoxValueBar (Window *parent, int x, int y, int w, int h, strconst str, ULONG color, int cbW=120, bool menuBtn=false) | |
| string | Name () |
| void | Name (strconst str) |
| ULONG | Color () |
| bool | Selected () |
| void | Selected (bool mode) |
| void | ValueStr (strconst s) |
| string | ValueStr () |
| CheckBox * | ChBox () |
| StaticText * | ValueText () |
| Window * | ValueBar () |
| DirectionButton * | MenuBtn () |
Private Types | |
| typedef std::string | string |
Private Member Functions | |
| void | Init (int w, int h, strconst str, ULONG color, int cbW, bool menu) |
Private Attributes | |
| CheckBox * | mChBox |
| StaticText * | mValueText |
| Window * | mValueBar |
| DirectionButton * | mMenuBtn |
Definition at line 16 of file CheckBoxValueBar.h.
1.5.1