#include <CheckBox.h>
Inheritance diagram for OglGui::CheckBox:
Public Member Functions | |
CheckBox (Window *parent, int width, int height, strconst label, bool selected=false, int borderType=0) | |
CheckBox (Window *parent, int x, int y, int width, int height, strconst label, bool selected=false, int borderType=0) | |
void | SetCheckBoxListener (CheckBoxListener *listener, void *listenerData=0) |
void | SetCheckBoxListener (CheckBoxListener *listener, int listenerData) |
void | PublishSelection () |
void | DoSelect (bool flag=true) |
void | SetSelected (bool flag=true) |
bool | GetSelected () const |
void | SetBoxFrameType (int frameType) |
int | GetBoxFrameType () const |
void | SetRoundedCheck (bool rounded=true) |
bool | GetRoundedCheck () const |
void | SetEnabled (bool flag=true) |
virtual void | DisplayFunc () |
virtual void | MouseFunc (INT msg, INT but, INT state, INT x, INT y) |
Private Member Functions | |
void | Init (bool selected, int borderType) |
Private Attributes | |
CheckBoxListener * | mCheckBoxListener |
void * | mCheckBoxListenerData |
bool | mSelected |
bool | mRoundedCheck |
int | mBoxFrameType |
Definition at line 15 of file CheckBox.h.