#include <CheckBoxDrum.h>
Collaboration diagram for OglGui::CheckBox3D:

Public Member Functions | |
| CheckBox3D (OGLWND *oglWnd, std::string str, float w, float h, bool checked=false) | |
| void | SetSelected (bool checked) |
| bool | GetSelected () |
| void | SetText (std::string txt) |
| void | SetSize (float w, float h) |
| void | ChangeSize (float dW, float dH) |
| void | SetFrameBorderType (int checked, int unChecked) |
| void | SetBoxBorderType (int checked, int unChecked) |
| void | Draw (int fontBase, bool drawText=true, bool hitDetect=false) |
Private Member Functions | |
| void | Init (OGLWND *oglWnd, std::string str, float w, float h, bool checked) |
Private Attributes | |
| std::string | mText |
| OGLWND * | mOglWnd |
| bool | mChecked |
| int | mCheckedBorderType |
| int | mUnCheckedBorderType |
| int | mCheckedBoxType |
| int | mUnCheckedBoxType |
| float | mWidth |
| float | mHeight |
| bool | mShadow2D |
Definition at line 62 of file CheckBoxDrum.h.
1.5.1