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

Font interface. + More...

+ +

#include <IGUIImageList.h>

+
+ + Inheritance diagram for irr::gui::IGUIImageList:
+
+
+ + +

List of all members.

+

+Public Member Functions

+ +

Detailed Description

+

Font interface.

+ +

Definition at line 17 of file IGUIImageList.h.

+

Constructor & Destructor Documentation

+ +
+
+ + + + + + + +
virtual irr::gui::IGUIImageList::~IGUIImageList () [inline, virtual]
+
+
+ +

Destructor.

+ +

Definition at line 22 of file IGUIImageList.h.

+ +
+
+

Member Function Documentation

+ +
+
+ + + + + + + + + + + + + + + + + + + + + + + + +
virtual void irr::gui::IGUIImageList::draw (s32 index,
const core::position2d< s32 > & destPos,
const core::rect< s32 > * clip = 0 
) [pure virtual]
+
+
+

Draws an image and clips it to the specified rectangle if wanted

+
Parameters:
+ + + + +
index,:Index of the image
destPos,:Position of the image to draw
clip,:Optional pointer to a rectalgle against which the text will be clipped. If the pointer is null, no clipping will be done.
+
+
+ +
+
+ +
+
+ + + + + + + +
virtual s32 irr::gui::IGUIImageList::getImageCount () const [pure virtual]
+
+
+

Returns the count of Images in the list.

+
Returns:
Returns the count of Images in the list.
+ +
+
+ +
+
+ + + + + + + +
virtual core::dimension2d<s32> irr::gui::IGUIImageList::getImageSize () const [pure virtual]
+
+
+

Returns the size of the images in the list.

+
Returns:
Returns the size of the images in the list.
+ +
+
+
The documentation for this class was generated from the following file: +
+
+ + + + + -- cgit v1.1