mGNCS4Touch API Reference
v1.5.0
A set of mGNCS-compliant controls for devices with a touch screen.
|
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... | |
#define NCSCTRL_CMBPICKER NCSCLASSNAME("combopicker") |
The control class name of combopicker.
Definition at line 72 of file mcombopicker.h.
#define NCSS_CMBPCK_SHIFT NCSS_PANEL_SHIFT |
The bits used by mComboPicker in style.
Definition at line 128 of file mcombopicker.h.
enum 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.
enum mComboPickerProperty |
the properties id of mComboPicker
Definition at line 143 of file mcombopicker.h.
g_stmComboPickerCls |
The instance of mComboPickerClass.