From 7028cbe09c688437910a25623098762bf0fa592d Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 28 Mar 2016 22:28:34 +1000 Subject: Move Irrlicht to src/others. --- .../classirr_1_1gui_1_1_i_g_u_i_check_box.html | 245 +++++++++++++++++++++ 1 file changed, 245 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_check_box.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_check_box.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_check_box.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_check_box.html new file mode 100644 index 0000000..30563c6 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_check_box.html @@ -0,0 +1,245 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUICheckBox Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUICheckBox Class Reference
+
+
+ +

GUI Check box interface. + More...

+ +

#include <IGUICheckBox.h>

+
+ + Inheritance diagram for irr::gui::IGUICheckBox:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

GUI Check box interface.

+
This element can create the following events of type EGUI_EVENT_TYPE:
    +
  • EGET_CHECKBOX_CHANGED
  • +
+
+ +

Definition at line 19 of file IGUICheckBox.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
irr::gui::IGUICheckBox::IGUICheckBox (IGUIEnvironmentenvironment,
IGUIElementparent,
s32 id,
core::rect< s32rectangle 
) [inline]
+
+
+ +

constructor

+ +

Definition at line 24 of file IGUICheckBox.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual bool irr::gui::IGUICheckBox::isChecked () const [pure virtual]
+
+
+ +

Returns true if box is checked.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUICheckBox::setChecked (bool checked) [pure virtual]
+
+
+ +

Set if box is checked.

+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1