Irrlicht 3D Engine
irr::gui::IGUIScrollBar Class Reference

Default scroll bar GUI element. More...

#include <IGUIScrollBar.h>

+ Inheritance diagram for irr::gui::IGUIScrollBar:

List of all members.

Public Member Functions


Detailed Description

Default scroll bar GUI element.

This element can create the following events of type EGUI_EVENT_TYPE:
  • EGET_SCROLL_BAR_CHANGED

Definition at line 19 of file IGUIScrollBar.h.


Constructor & Destructor Documentation

irr::gui::IGUIScrollBar::IGUIScrollBar ( IGUIEnvironment environment,
IGUIElement parent,
s32  id,
core::rect< s32 rectangle 
) [inline]

constructor

Definition at line 24 of file IGUIScrollBar.h.


Member Function Documentation

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 documentation for this class was generated from the following file: