![]() |
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
|
#include <JFWDisplay.h>
Inheritance diagram for JFWAlarm:
Collaboration diagram for JFWAlarm:Public Member Functions | |
| JFWAlarm () | |
| ~JFWAlarm () | |
| void | createAlarm () |
| void | cancelAlarm () |
| void | removeLink () |
| void | appendLink () |
| OSThread * | getThread () const |
| void | setThread (OSThread *thread) |
Public Attributes | |
| OSThread * | mThread |
| JSULink< JFWAlarm > | mLink |
Public Attributes inherited from OSAlarm | |
| OSAlarmHandler | handler |
| u32 | tag |
| OSTime | fire |
| OSAlarm * | prev |
| OSAlarm * | next |
| OSTime | period |
| OSTime | start |
| void * | userData |
Static Public Attributes | |
| static JSUList< JFWAlarm > | sList |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
| OSThread* JFWAlarm::mThread |