mGNCS4Touch API Reference  v1.5.0
A set of mGNCS-compliant controls for devices with a touch screen.
Data Structures | Macros | Enumerations | Variables
mComboPicker

Data Structures

struct  mComboPickerRenderer
 The renderer structure of mComboPicker, which inheried from mComboPickerRenderer. More...
 

Macros

#define NCSCTRL_CMBPICKER   NCSCLASSNAME("combopicker")
 The control class name of combopicker. More...
 
#define NCSS_CMBPCK_SHIFT   NCSS_PANEL_SHIFT
 The bits used by mComboPicker in style. More...
 

Enumerations

enum  mComboPickerProperty { NCSP_CMBPCK_HMARGIN = NCSP_PANEL_MAX + 1, NCSP_CMBPCK_VMARGIN, NCSP_CMBPCK_VISLINE }
 the properties id of mComboPicker More...
 
enum  mComboPickerNotify { NCSN_CMBPCK_MAX = NCSN_PANEL_MAX + 1 }
 The notification code id of mComboPicker. More...
 

Variables

MTOUCH_EXPORT mComboPickerClass g_stmComboPickerCls
 The instance of mComboPickerClass. More...
 

Detailed Description

Macro Definition Documentation

◆ NCSCTRL_CMBPICKER

#define NCSCTRL_CMBPICKER   NCSCLASSNAME("combopicker")

The control class name of combopicker.

Definition at line 72 of file mcombopicker.h.

◆ NCSS_CMBPCK_SHIFT

#define NCSS_CMBPCK_SHIFT   NCSS_PANEL_SHIFT

The bits used by mComboPicker in style.

Definition at line 128 of file mcombopicker.h.

Enumeration Type Documentation

◆ mComboPickerNotify

The notification code id of mComboPicker.

Enumerator
NCSN_CMBPCK_MAX 

The maximum value of mComboPicker notification code id.

Definition at line 154 of file mcombopicker.h.

◆ mComboPickerProperty

the properties id of mComboPicker

Enumerator
NCSP_CMBPCK_HMARGIN 

Left and right ends of the blank reserved.

NCSP_CMBPCK_VMARGIN 

Reserved for the upper and lower ends of the blank.

NCSP_CMBPCK_VISLINE 

Information on the number of rows to display.

Definition at line 143 of file mcombopicker.h.

Variable Documentation

◆ g_stmComboPickerCls

g_stmComboPickerCls

The instance of mComboPickerClass.

See also
mComboPickerClass