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

Data Structures

struct  mCheckButton
 CheckButton, derived from mButton. More...
 
struct  mCheckButtonClass
 checkbutton class struct of button control, derived from mButtonClass More...
 
struct  mCheckButtonRenderer
 Checkbutton class renderer interface, derived from mButtonRenderer. More...
 

Macros

#define NCSCTRL_CHECKBUTTON   NCSCLASSNAME("checkbutton")
 the name of checkbutton class More...
 

Enumerations

Variables

MGNCS_EXPORT mCheckButtonClass g_stmCheckButtonCls
 global mCheckButtonClass More...
 

Detailed Description

Macro Definition Documentation

#define NCSCTRL_CHECKBUTTON   NCSCLASSNAME("checkbutton")

the name of checkbutton class

Definition at line 60 of file mcheckbutton.h.

Enumeration Type Documentation

the notification id of mCheckButton

Definition at line 135 of file mcheckbutton.h.

the properties id of mCheckButton, derived from mButtonProp

Definition at line 126 of file mcheckbutton.h.

Variable Documentation

g_stmCheckButtonCls