![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <scroll.h>
Inheritance diagram for JStudioToolLibrary::TScroll_drawBar_horizontal:
Collaboration diagram for JStudioToolLibrary::TScroll_drawBar_horizontal:Public Member Functions | |
| virtual | ~TScroll_drawBar_horizontal () |
| virtual void | draw (TDrawPrimitive2D *) const |
Public Member Functions inherited from JStudioToolLibrary::TScroll_drawBar | |
| void | setRectangle (int, int, int, int) |
| TRectangle & | getRectangle () const |
| JUtility::TColor & | getColor_disabled () const |
| JUtility::TColor & | getColor_background () const |
| JUtility::TColor & | getColor_foreground () const |
| JUtility::TColor & | getColor_frame () const |
Public Member Functions inherited from JStudioToolLibrary::TScroll | |
| TScroll () | |
| virtual | ~TScroll () |
| int | getStride () const |
| int | getValue () const |
| int | getMin () const |
| int | getMax () const |
| void | setStride (int) |
| void | setValue_scroll (int) |
| void | setValue (int) |
| void | setRange (int, int) |
| void | setValue_range_ (int, int, int) |
Additional Inherited Members | |
Public Attributes inherited from JStudioToolLibrary::TScroll_drawBar | |
| TRectangle | oRectangle_ |
| JUtility::TColor | oColorFrame_ |
| JUtility::TColor | oColorBackground_ |
| JUtility::TColor | oColorForeground_ |
| JUtility::TColor | oColorDisabled_ |
Public Attributes inherited from JStudioToolLibrary::TScroll | |
| int | iValue_ |
| int | iMin_ |
| int | iMax_ |
| int | field_0x10 |
| int | iStride_ |
|
virtual |
|
virtual |