From f9158592e1478b2013afc7041d9ed041cf2d2f4a Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Mon, 13 Jan 2014 19:47:58 +1000 Subject: Update Irrlicht to 1.8.1. Include actual change markers this time. lol --- .../doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html | 340 +++++++++++++++++++++ 1 file changed, 340 insertions(+) create mode 100644 libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html (limited to 'libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html') diff --git a/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html new file mode 100644 index 0000000..e547a0e --- /dev/null +++ b/libraries/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tab.html @@ -0,0 +1,340 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUITab Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUITab Class Reference
+
+
+ +

A tab-page, onto which other gui elements could be added. + More...

+ +

#include <IGUITabControl.h>

+
+ + Inheritance diagram for irr::gui::IGUITab:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

A tab-page, onto which other gui elements could be added.

+

IGUITab refers to the page itself, not to the tab in the tabbar of an IGUITabControl.

+ +

Definition at line 18 of file IGUITabControl.h.

+

Constructor & Destructor Documentation

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

constructor

+ +

Definition at line 23 of file IGUITabControl.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual video::SColor irr::gui::IGUITab::getBackgroundColor () const [pure virtual]
+
+
+ +

returns the color of the background

+ +
+
+ +
+
+ + + + + + + +
virtual s32 irr::gui::IGUITab::getNumber () const [pure virtual]
+
+
+ +

Returns zero based index of tab if in tabcontrol.

+

Can be accessed later IGUITabControl::getTab() by this number. Note that this number can change when other tabs are inserted or removed .

+ +
+
+ +
+
+ + + + + + + +
virtual video::SColor irr::gui::IGUITab::getTextColor () const [pure virtual]
+
+
+ +

gets the color of the text

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::gui::IGUITab::isDrawingBackground () const [pure virtual]
+
+
+ +

returns true if the tab is drawing its background, false if not

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITab::setBackgroundColor (video::SColor c) [pure virtual]
+
+
+ +

sets the color of the background, if it should be drawn.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITab::setDrawBackground (bool draw = true) [pure virtual]
+
+
+ +

sets if the tab should draw its background

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITab::setTextColor (video::SColor c) [pure virtual]
+
+
+ +

sets the color of the text

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