42 #ifndef _MGUI_NCSCTRL_TIMER_H 43 #define _MGUI_NCSCTRL_TIMER_H 58 #define NCSCTRL_TIMER NCSCLASSNAME("timer") 61 typedef struct _mTimer
mTimer;
63 #define mTimerClassHeader(clss, superCls) \ 64 mInvsbCompClassHeader(clss, superCls) \ 65 BOOL (*start)(clss *self); \ 66 void (*stop)(clss *self); \ 67 HWND (*getParent)(clss *self); 97 #define mTimerHeader(clss) \ 98 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...