54 #ifndef _MGUI_NCSCTRL_TIMER_H 55 #define _MGUI_NCSCTRL_TIMER_H 70 #define NCSCTRL_TIMER NCSCLASSNAME("timer") 73 typedef struct _mTimer
mTimer;
75 #define mTimerClassHeader(clss, superCls) \ 76 mInvsbCompClassHeader(clss, superCls) \ 77 BOOL (*start)(clss *self); \ 78 void (*stop)(clss *self); \ 79 HWND (*getParent)(clss *self); 109 #define mTimerHeader(clss) \ 110 mInvsbCompHeader(clss) \
the class of Timer object
ncsTimerProp
the mTimer's property define
BOOL(* NCS_CB_ONTIMER)(mTimer *timer, DWORD total_count)
the callback of event MSG_TIMER
MGNCS_EXPORT mTimerClass g_stmTimerCls
the singleton of mTimerClass
define the mInvsbComp members , inherit from mComponent. An Invisible Component is a Component only s...