![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <d_event_debug.h>
Inheritance diagram for dEvM_play_HIO_c:
Collaboration diagram for dEvM_play_HIO_c:Public Types | |
| enum | JOR_PROPERTY_EVENT_IDs_e { LBL_EVENT_PLAYBACK_TESTING = (1 << 31) + 1 , BTN_PLAYBACK = (1 << 26) + 1 , BTN_STOP } |
| enum | CAMERA_MODES_e { UNSET = 0 , PLAYBACK , STOP } |
Public Member Functions | |
| dEvM_play_HIO_c () | |
| virtual | ~dEvM_play_HIO_c () |
| void | genMessage (JORMContext *) |
| void | listenPropertyEvent (const JORPropertyEvent *) |
| void | removeComboBox () |
| void | addComboBox () |
Public Member Functions inherited from JORReflexible | |
| JORReflexible () | |
| virtual void | listen (u32, const JOREvent *) |
| virtual void | genObjectInfo (const JORGenEvent *) |
| virtual void | listenNodeEvent (const JORNodeEvent *) |
Public Member Functions inherited from JOREventListener | |
Public Attributes | |
| s16 | mTargetEvent |
| s16 | mEventIdx |
| s16 | mEventCameraMode |
| s16 | field_0xA |
Additional Inherited Members | |
Static Public Member Functions inherited from JORReflexible | |
| static JORServer * | getJORServer () |
| dEvM_play_HIO_c::dEvM_play_HIO_c | ( | ) |
|
inlinevirtual |
| void dEvM_play_HIO_c::addComboBox | ( | ) |
|
virtual |
Implements JORReflexible.
|
virtual |
Reimplemented from JORReflexible.
| void dEvM_play_HIO_c::removeComboBox | ( | ) |
| s16 dEvM_play_HIO_c::field_0xA |
| s16 dEvM_play_HIO_c::mEventCameraMode |
| s16 dEvM_play_HIO_c::mEventIdx |
| s16 dEvM_play_HIO_c::mTargetEvent |