![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JUTFader.h>
Collaboration diagram for JUTFader:Public Types | |
| enum | EStatus { UNKSTATUS_M1 = -1 , UNKSTATUS_0 = 0 } |
Public Member Functions | |
| JUTFader (int, int, int, int, JUtility::TColor) | |
| void | control () |
| void | setStatus (JUTFader::EStatus, int) |
| virtual | ~JUTFader () |
| virtual bool | startFadeIn (int) |
| virtual bool | startFadeOut (int) |
| virtual void | draw () |
| s32 | getStatus () const |
| void | setColor (JUtility::TColor color) |
Public Attributes | |
| s32 | mStatus |
| u16 | field_0x8 |
| u16 | field_0xa |
| JUtility::TColor | mColor |
| JGeometry::TBox2< f32 > | mBox |
| int | mEStatus |
| u32 | field_0x24 |
| enum JUTFader::EStatus |
| JUTFader::JUTFader | ( | int | x, |
| int | y, | ||
| int | width, | ||
| int | height, | ||
| JUtility::TColor | pColor ) |
JUTFader.cpp JUtility - Color Fader
|
virtual |
| void JUTFader::control | ( | ) |
|
virtual |
|
inline |
|
inline |
| void JUTFader::setStatus | ( | JUTFader::EStatus | i_status, |
| int | param_1 ) |
|
virtual |
|
virtual |
| u32 JUTFader::field_0x24 |
| u16 JUTFader::field_0x8 |
| u16 JUTFader::field_0xa |
| JGeometry::TBox2<f32> JUTFader::mBox |
| JUtility::TColor JUTFader::mColor |
| int JUTFader::mEStatus |
| s32 JUTFader::mStatus |