mGNCS API Reference  v1.5.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

enum  mCheckButtonProp
 the properties id of mCheckButton, derived from mButtonProp More...
 
enum  mCheckButtonNotify
 the notification id of mCheckButton More...
 

Variables

MGNCS_EXPORT mCheckButtonClass g_stmCheckButtonCls
 global mCheckButtonClass More...
 

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_CHECKBUTTON

#define NCSCTRL_CHECKBUTTON   NCSCLASSNAME("checkbutton")

the name of checkbutton class

Definition at line 72 of file mcheckbutton.h.

Enumeration Type Documentation

◆ mCheckButtonNotify

the notification id of mCheckButton

Definition at line 147 of file mcheckbutton.h.

◆ mCheckButtonProp

the properties id of mCheckButton, derived from mButtonProp

Definition at line 138 of file mcheckbutton.h.

Variable Documentation

◆ g_stmCheckButtonCls

g_stmCheckButtonCls