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

Public Member Functions | |
| virtual video::SColor | getBackgroundColor () const =0 |
| returns the color of the background | |
| virtual s32 | getNumber () const =0 |
| Returns number of tab if in tabcontrol. | |
| IGUITab (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
| constructor | |
| virtual bool | isDrawingBackground () const =0 |
| returns true if the tab is drawing its background, false if not | |
| virtual void | setBackgroundColor (video::SColor c)=0 |
| sets the color of the background, if it should be drawn. | |
| virtual void | setDrawBackground (bool draw=true)=0 |
| sets if the tab should draw its background | |
| virtual | ~IGUITab () |
| destructor | |
Definition at line 16 of file IGUITabControl.h.
|
||||||||||||||||||||
|
constructor
Definition at line 21 of file IGUITabControl.h. |
|
|
destructor
Definition at line 25 of file IGUITabControl.h. |
|
|
returns the color of the background
|
|
|
Returns number of tab if in tabcontrol. Can be accessed later IGUITabControl::getTab() by this number. |
|
|
returns true if the tab is drawing its background, false if not
|
|
|
sets the color of the background, if it should be drawn.
|
|
|
sets if the tab should draw its background
|
| The Irrlicht
Engine Documentation © 2003-2008 by Nikolaus Gebhardt. Generated
on Sun Jun 1 07:59:16 2008 by Doxygen
(1.4.2) |