| Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
#include <IGUITabControl.h>

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. | |
| virtual video::SColor | getTextColor () const =0 |
| gets the color of the text | |
| 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 void | setTextColor (video::SColor c)=0 |
| sets the color of the text | |
Definition at line 17 of file IGUITabControl.h.
| irr::gui::IGUITab::IGUITab | ( | IGUIEnvironment * | environment, | |
| IGUIElement * | parent, | |||
| s32 | id, | |||
| core::rect< s32 > | rectangle | |||
| ) | [inline] |
| virtual video::SColor irr::gui::IGUITab::getBackgroundColor | ( | ) | const [pure virtual] |
returns the color of the background
| virtual s32 irr::gui::IGUITab::getNumber | ( | ) | const [pure virtual] |
Returns number of tab if in tabcontrol.
Can be accessed later IGUITabControl::getTab() by this number.
| virtual video::SColor irr::gui::IGUITab::getTextColor | ( | ) | const [pure virtual] |
gets the color of the text
| virtual bool irr::gui::IGUITab::isDrawingBackground | ( | ) | const [pure virtual] |
returns true if the tab is drawing its background, false if not
| virtual void irr::gui::IGUITab::setBackgroundColor | ( | video::SColor | c | ) | [pure virtual] |
sets the color of the background, if it should be drawn.
| virtual void irr::gui::IGUITab::setDrawBackground | ( | bool | draw = true |
) | [pure virtual] |
sets if the tab should draw its background
| virtual void irr::gui::IGUITab::setTextColor | ( | video::SColor | c | ) | [pure virtual] |
sets the color of the text
| The Irrlicht
Engine Documentation © 2003-2009 by Nikolaus Gebhardt. Generated
on Sun Jan 10 09:24:11 2010 by Doxygen
(1.5.6) |