|
mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
| struct | mTimerClass |
| the class of Timer object More... | |
| struct | mTimer |
| the timer member define More... | |
Macros | |
| #define | NCSCTRL_TIMER NCSCLASSNAME("timer") |
| the class name of mTimer More... | |
Typedefs | |
| typedef BOOL(* | NCS_CB_ONTIMER) (mTimer *timer, DWORD total_count) |
| the callback of event MSG_TIMER More... | |
Enumerations |
Variables | |
| MGNCS_EXPORT mTimerClass | g_stmTimerCls |
| the singleton of mTimerClass More... | |
| #define NCSCTRL_TIMER NCSCLASSNAME("timer") |
| BOOL(* NCS_CB_ONTIMER)(mTimer *timer, DWORD total_count) |
| enum ncsTimerProp |
| g_stmTimerCls |
the singleton of mTimerClass
1.8.11