Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
d_meter2.cpp File Reference

Functions

static int dMeter2_Draw (dMeter2_c *i_this)
 
static int dMeter2_Execute (dMeter2_c *i_this)
 
static int dMeter2_IsDelete (dMeter2_c *i_this)
 
static int dMeter2_Delete (dMeter2_c *i_this)
 
static int dMeter2_Create (msg_class *i_this)
 

Variables

static leafdraw_method_class l_dMeter2_Method
 
msg_process_profile_definition g_profile_METER2
 

Function Documentation

◆ dMeter2_Create()

static int dMeter2_Create ( msg_class * i_this)
static

◆ dMeter2_Delete()

static int dMeter2_Delete ( dMeter2_c * i_this)
static

◆ dMeter2_Draw()

static int dMeter2_Draw ( dMeter2_c * i_this)
static

◆ dMeter2_Execute()

static int dMeter2_Execute ( dMeter2_c * i_this)
static

◆ dMeter2_IsDelete()

static int dMeter2_IsDelete ( dMeter2_c * i_this)
static

Variable Documentation

◆ g_profile_METER2

msg_process_profile_definition g_profile_METER2
extern
Initial value:
= {
12,
sizeof(dMeter2_c),
0,
0,
0x0301,
}
Definition d_meter2.h:30
static leafdraw_method_class l_dMeter2_Method
Definition d_meter2.cpp:3084
@ PROC_METER2
Definition d_procname.h:799
leafdraw_method_class g_fopMsg_Method
Definition f_op_msg.cpp:83
@ fpcLy_CURRENT_e
Definition f_pc_layer_tag.h:9
leafdraw_method_class g_fpcLf_Method
Definition f_pc_leaf.cpp:63
@ fpcPi_CURRENT_e
Definition f_pc_priority.h:8
Definition f_pc_method.h:9

◆ l_dMeter2_Method

leafdraw_method_class l_dMeter2_Method
static
Initial value:
= {
}
static int dMeter2_Create(msg_class *i_this)
Definition d_meter2.cpp:3065
static int dMeter2_Delete(dMeter2_c *i_this)
Definition d_meter2.cpp:3061
static int dMeter2_Draw(dMeter2_c *i_this)
Definition d_meter2.cpp:3049
static int dMeter2_IsDelete(dMeter2_c *i_this)
Definition d_meter2.cpp:3057
static int dMeter2_Execute(dMeter2_c *i_this)
Definition d_meter2.cpp:3053
int(* process_method_func)(void *)
Definition f_pc_method.h:7