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. --- .../html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html | 262 +++++++++++++++++++++ 1 file changed, 262 insertions(+) create mode 100644 src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html (limited to 'src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html') diff --git a/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html new file mode 100644 index 0000000..a8ec424 --- /dev/null +++ b/src/others/irrlicht-1.8.1/doc/html/classirr_1_1gui_1_1_i_g_u_i_tool_bar.html @@ -0,0 +1,262 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUIToolBar Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUIToolBar Class Reference
+
+
+ +

Stays at the top of its parent like the menu bar and contains tool buttons. + More...

+ +

#include <IGUIToolbar.h>

+
+ + Inheritance diagram for irr::gui::IGUIToolBar:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Stays at the top of its parent like the menu bar and contains tool buttons.

+ +

Definition at line 21 of file IGUIToolbar.h.

+

Constructor & Destructor Documentation

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

constructor

+ +

Definition at line 26 of file IGUIToolbar.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
virtual IGUIButton* irr::gui::IGUIToolBar::addButton (s32 id = -1,
const wchar_t * text = 0,
const wchar_t * tooltiptext = 0,
video::ITextureimg = 0,
video::ITexturepressedimg = 0,
bool isPushButton = false,
bool useAlphaChannel = false 
) [pure virtual]
+
+
+ +

Adds a button to the tool bar.

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