Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members | Tutorials |
Default scroll bar GUI element. More...
#include <IGUIScrollBar.h>
Public Member Functions | |
virtual s32 | getLargeStep () const =0 |
gets the large step value | |
virtual s32 | getMax () const =0 |
gets the maximum value of the scrollbar. | |
virtual s32 | getMin () const =0 |
gets the minimum value of the scrollbar. | |
virtual s32 | getPos () const =0 |
gets the current position of the scrollbar | |
virtual s32 | getSmallStep () const =0 |
gets the small step value | |
IGUIScrollBar (IGUIEnvironment *environment, IGUIElement *parent, s32 id, core::rect< s32 > rectangle) | |
constructor | |
virtual void | setLargeStep (s32 step)=0 |
Sets the large step. | |
virtual void | setMax (s32 max)=0 |
sets the maximum value of the scrollbar. | |
virtual void | setMin (s32 min)=0 |
sets the minimum value of the scrollbar. | |
virtual void | setPos (s32 pos)=0 |
sets the current position of the scrollbar | |
virtual void | setSmallStep (s32 step)=0 |
Sets the small step. |
Default scroll bar GUI element.
Definition at line 16 of file IGUIScrollBar.h.
irr::gui::IGUIScrollBar::IGUIScrollBar | ( | IGUIEnvironment * | environment, | |
IGUIElement * | parent, | |||
s32 | id, | |||
core::rect< s32 > | rectangle | |||
) | [inline] |
constructor
Definition at line 21 of file IGUIScrollBar.h.
virtual s32 irr::gui::IGUIScrollBar::getLargeStep | ( | ) | const [pure virtual] |
gets the large step value
virtual s32 irr::gui::IGUIScrollBar::getMax | ( | ) | const [pure virtual] |
gets the maximum value of the scrollbar.
virtual s32 irr::gui::IGUIScrollBar::getMin | ( | ) | const [pure virtual] |
gets the minimum value of the scrollbar.
virtual s32 irr::gui::IGUIScrollBar::getPos | ( | ) | const [pure virtual] |
gets the current position of the scrollbar
virtual s32 irr::gui::IGUIScrollBar::getSmallStep | ( | ) | const [pure virtual] |
gets the small step value
virtual void irr::gui::IGUIScrollBar::setLargeStep | ( | s32 | step | ) | [pure virtual] |
Sets the large step.
That is the amount that the value changes by when clicking in the tray, or using the page up and page down keys.
virtual void irr::gui::IGUIScrollBar::setMax | ( | s32 | max | ) | [pure virtual] |
sets the maximum value of the scrollbar.
virtual void irr::gui::IGUIScrollBar::setMin | ( | s32 | min | ) | [pure virtual] |
sets the minimum value of the scrollbar.
virtual void irr::gui::IGUIScrollBar::setPos | ( | s32 | pos | ) | [pure virtual] |
sets the current position of the scrollbar
virtual void irr::gui::IGUIScrollBar::setSmallStep | ( | s32 | step | ) | [pure virtual] |
Sets the small step.
That is the amount that the value changes by when clicking on the buttons or using the cursor keys.
The Irrlicht
Engine Documentation © 2003-2010 by Nikolaus Gebhardt. Generated
on Sun Oct 24 12:42:04 2010 by Doxygen
(1.6.2) |