20 #ifndef ofxOuiCheckBox_hpp 21 #define ofxOuiCheckBox_hpp 40 CheckBox(
int x_ = 0,
int y_ = 0,
int width_ = 0,
int height_ = 0);
CheckBox(int x_=0, int y_=0, int width_=0, int height_=0)
Constructor.
Definition: ofxOuiCheckBox.cpp:22
virtual ~CheckBox()
Destructor.
Definition: ofxOuiCheckBox.cpp:30
virtual void drawIcon()
Definition: ofxOuiCheckBox.cpp:32
Definition: ofxOuiColormap.hpp:25
Check box component (specialization of button)
Definition: ofxOuiCheckBox.hpp:31