From 393b5cd1dc438872af89d334ef6e5fcc59f27d47 Mon Sep 17 00:00:00 2001 From: David Walter Seikel Date: Sun, 13 Jan 2013 17:24:39 +1000 Subject: Added Irrlicht 1.8, but without all the Windows binaries. --- .../classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html | 403 +++++++++++++++++++++ 1 file changed, 403 insertions(+) create mode 100644 libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html (limited to 'libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html') diff --git a/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html b/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html new file mode 100644 index 0000000..6d79114 --- /dev/null +++ b/libraries/irrlicht-1.8/doc/html/classirr_1_1gui_1_1_i_g_u_i_scroll_bar.html @@ -0,0 +1,403 @@ + + + + +Irrlicht 3D Engine: irr::gui::IGUIScrollBar Class Reference + + + + + + + + + + + + + + +
+ + +
+ + + + + + + + + + + + + + + + + +
+
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 (IGUIEnvironmentenvironment,
IGUIElementparent,
s32 id,
core::rect< s32rectangle 
) [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: +
+
+ + + + + -- cgit v1.1