| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members |
#include <IGUIImage.h>
Inheritance diagram for irr::gui::IGUIImage:

Public Member Functions | |
| IGUIImage (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
| constructor | |
| virtual bool | isAlphaChannelUsed () const =0 |
| Returns true if the image is using the alpha channel, false if not. | |
| virtual bool | isImageScaled () const =0 |
| Returns true if the image is scaled to fit, false if not. | |
| virtual void | setColor (video::SColor color)=0 |
| Sets the colour of the image. | |
| virtual void | setImage (video::ITexture *image)=0 |
| Sets an image. | |
| virtual void | setScaleImage (bool scale)=0 |
| Sets if the image should scale to fit the element. | |
| virtual void | setUseAlphaChannel (bool use)=0 |
| Sets if the image should use its alpha channel to draw itself. | |
| virtual | ~IGUIImage () |
| destructor | |
Definition at line 20 of file IGUIImage.h.
|
||||||||||||||||||||
|
constructor
Definition at line 25 of file IGUIImage.h. |
|
|
destructor
Definition at line 29 of file IGUIImage.h. |
|
|
Returns true if the image is using the alpha channel, false if not.
|
|
|
Returns true if the image is scaled to fit, false if not.
|
|
|
Sets the colour of the image.
|
|
|
Sets an image.
|
|
|
Sets if the image should scale to fit the element.
|
|
|
Sets if the image should use its alpha channel to draw itself.
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:15 2008 by Doxygen
(1.4.2) |