| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IGUICheckBox.h>
Inheritance diagram for irr::gui::IGUICheckBox:

Public Member Functions | |
| IGUICheckBox (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
| constructor | |
| virtual bool | isChecked () const =0 |
| Returns true if box is checked. | |
| virtual void | setChecked (bool checked)=0 |
| Set if box is checked. | |
| virtual | ~IGUICheckBox () |
| destructor | |
Definition at line 16 of file IGUICheckBox.h.
|
||||||||||||||||||||
|
constructor
Definition at line 21 of file IGUICheckBox.h. |
|
|
destructor
Definition at line 25 of file IGUICheckBox.h. |
|
|
Returns true if box is checked.
|
|
|
Set if box is checked.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:14 2008 by Doxygen
(1.4.2) |