#include <GLWScrollWBackwards.h>

Public Member Functions | |
| GLWScrollWBackwards (float x=0.0f, float y=0.0f, float h=0.0f, int min=0, int max=0, int see=1) | |
| virtual | ~GLWScrollWBackwards () |
| virtual void | setCurrent (int c) |
| virtual int | getCurrent () |
| virtual void | mouseWheel (float x, float y, float z, bool &skipRest) |
| REGISTER_CLASS_HEADER (GLWScrollWBackwards) | |
Definition at line 26 of file GLWScrollWBackwards.h.
| GLWScrollWBackwards::GLWScrollWBackwards | ( | float | x = 0.0f, |
|
| float | y = 0.0f, |
|||
| float | h = 0.0f, |
|||
| int | min = 0, |
|||
| int | max = 0, |
|||
| int | see = 1 | |||
| ) |
Definition at line 26 of file GLWScrollWBackwards.cpp.
| GLWScrollWBackwards::~GLWScrollWBackwards | ( | ) | [virtual] |
Definition at line 31 of file GLWScrollWBackwards.cpp.
| void GLWScrollWBackwards::setCurrent | ( | int | c | ) | [virtual] |
Reimplemented from GLWScrollW.
Definition at line 35 of file GLWScrollWBackwards.cpp.
References GLWScrollW::getMax(), GLWScrollW::getSee(), left, MAX, and GLWScrollW::setCurrent().
Referenced by GLWIconList::addItem(), and GLWIconTable::setItemCount().
| int GLWScrollWBackwards::getCurrent | ( | ) | [virtual] |
Reimplemented from GLWScrollW.
Definition at line 48 of file GLWScrollWBackwards.cpp.
References GLWScrollW::getCurrent(), GLWScrollW::getMax(), and GLWScrollW::getSee().
Referenced by GLWIconTable::draw(), GLWIconList::draw(), GLWIconTable::mouseDown(), and GLWIconList::mouseDown().
| void GLWScrollWBackwards::mouseWheel | ( | float | x, | |
| float | y, | |||
| float | z, | |||
| bool & | skipRest | |||
| ) | [virtual] |
Reimplemented from GLWScrollW.
Definition at line 57 of file GLWScrollWBackwards.cpp.
References GLWScrollW::mouseWheel().
Referenced by GLWIconTable::mouseWheel(), and GLWIconList::mouseWheel().
| GLWScrollWBackwards::REGISTER_CLASS_HEADER | ( | GLWScrollWBackwards | ) |
1.5.3