![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <scroll.h>
Inheritance diagram for JStudioToolLibrary::TScroll_drawBar:
Collaboration diagram for JStudioToolLibrary::TScroll_drawBar:Public Member Functions | |
| 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) |
Public Attributes | |
| 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_ |
| JUtility::TColor & JStudioToolLibrary::TScroll_drawBar::getColor_background | ( | ) | const |
| JUtility::TColor & JStudioToolLibrary::TScroll_drawBar::getColor_disabled | ( | ) | const |
| JUtility::TColor & JStudioToolLibrary::TScroll_drawBar::getColor_foreground | ( | ) | const |
| JUtility::TColor & JStudioToolLibrary::TScroll_drawBar::getColor_frame | ( | ) | const |
| TRectangle & JStudioToolLibrary::TScroll_drawBar::getRectangle | ( | ) | const |
| void JStudioToolLibrary::TScroll_drawBar::setRectangle | ( | int | , |
| int | , | ||
| int | , | ||
| int | ) |
| JUtility::TColor JStudioToolLibrary::TScroll_drawBar::oColorBackground_ |
| JUtility::TColor JStudioToolLibrary::TScroll_drawBar::oColorDisabled_ |
| JUtility::TColor JStudioToolLibrary::TScroll_drawBar::oColorForeground_ |
| JUtility::TColor JStudioToolLibrary::TScroll_drawBar::oColorFrame_ |
| TRectangle JStudioToolLibrary::TScroll_drawBar::oRectangle_ |