From 393b5cd1dc438872af89d334ef6e5fcc59f27d47 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:24:39 +1000 Subject: Added Irrlicht 1.8, but without all the Windows binaries. --- .../classirr_1_1gui_1_1_i_g_u_i_tree_view.html | 406 +++++++++++++++++++++ 1 file changed, 406 insertions(+) create mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_tree_view.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_tree_view.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_tree_view.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_tree_view.html new file mode 100644 index 0000000..2c0806a --- /dev/null +++ b/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_tree_view.html @@ -0,0 +1,406 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUITreeView Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
Irrlicht 3D Engine + +
+ +
+ + + + + + +
+
+
+ + + + +
+
+ +
+
+
+ +
+
+ +
+
irr::gui::IGUITreeView Class Reference
+
+
+ +

Default tree view GUI element. + More...

+ +

#include <IGUITreeView.h>

+
+ + Inheritance diagram for irr::gui::IGUITreeView:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Default tree view GUI element.

+

Displays a windows like tree buttons to expand/collaps the child nodes of an node and optional tree lines. Each node consits of an text, an icon text and a void pointer for user data.

+ +

Definition at line 225 of file IGUITreeView.h.

+

Constructor & Destructor Documentation

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

constructor

+ +

Definition at line 229 of file IGUITreeView.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + +
virtual bool irr::gui::IGUITreeView::getImageLeftOfIcon () const [pure virtual]
+
+
+ +

Returns if the Image is left of the icon. Default is true.

+ +
+
+ +
+
+ + + + + + + +
virtual IGUIImageList* irr::gui::IGUITreeView::getImageList () const [pure virtual]
+
+
+ +

Returns the image list which is used for the nodes.

+ +
+
+ +
+
+ + + + + + + +
virtual IGUITreeViewNode* irr::gui::IGUITreeView::getLastEventNode () const [pure virtual]
+
+
+ +

Returns the node which is associated to the last event.

+

This pointer is only valid inside the OnEvent call!

+ +
+
+ +
+
+ + + + + + + +
virtual bool irr::gui::IGUITreeView::getLinesVisible () const [pure virtual]
+
+
+ +

returns true if the tree lines are visible

+ +
+
+ +
+
+ + + + + + + +
virtual IGUITreeViewNode* irr::gui::IGUITreeView::getRoot () const [pure virtual]
+
+
+ +

returns the root node (not visible) from the tree.

+ +
+
+ +
+
+ + + + + + + +
virtual IGUITreeViewNode* irr::gui::IGUITreeView::getSelected () const [pure virtual]
+
+
+ +

returns the selected node of the tree or 0 if none is selected

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITreeView::setIconFont (IGUIFontfont) [pure virtual]
+
+
+ +

Sets the font which should be used as icon font.

+

This font is set to the Irrlicht engine built-in-font by default. Icons can be displayed in front of every list item. An icon is a string, displayed with the icon font. When using the build-in-font of the Irrlicht engine as icon font, the icon strings defined in GUIIcons.h can be used.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITreeView::setImageLeftOfIcon (bool bLeftOf) [pure virtual]
+
+
+ +

Sets if the image is left of the icon. Default is true.

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITreeView::setImageList (IGUIImageListimageList) [pure virtual]
+
+
+ +

Sets the image list which should be used for the image and selected image of every node.

+

The default is 0 (no images).

+ +
+
+ +
+
+ + + + + + + + +
virtual void irr::gui::IGUITreeView::setLinesVisible (bool visible) [pure virtual]
+
+
+ +

sets if the tree lines are visible

+
Parameters:
+ + +
visibletrue for visible, false for invisible
+
+
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1