mGNCS API Reference  v1.5.0
A new control set and a new framework for MiniGUI apps
Data Structures | Macros | Enumerations | Variables
mTimer

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...
 

Enumerations

enum  ncsTimerProp { NCSP_TIMER_INTERVAL = NCSP_IVCMPT_MAX + 1 }
 the mTimer's property define More...
 

Variables

MGNCS_EXPORT mTimerClass g_stmTimerCls
 the singleton of mTimerClass More...
 

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_TIMER

#define NCSCTRL_TIMER   NCSCLASSNAME("timer")

the class name of mTimer

Definition at line 70 of file mtimer.h.

Enumeration Type Documentation

◆ ncsTimerProp

the mTimer's property define

Enumerator
NCSP_TIMER_INTERVAL 

the interval of timer

  • Type : DWORD
  • ReadWrite
  • Restart the timer when set it

Definition at line 129 of file mtimer.h.

Variable Documentation

◆ g_stmTimerCls

g_stmTimerCls

the singleton of mTimerClass