mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
struct | mImage |
static control can show a image, derived from mStatic More... | |
struct | mImageClass |
ImageClass struct of image control, derived from mStaticClass. More... | |
struct | mImageRenderer |
image class renderer interface, derived from mStaticRenderer More... | |
Macros | |
#define | NCSCTRL_IMAGE NCSCLASSNAME("image") |
the name of image control More... | |
Enumerations | |
enum | mImageProp { NCSP_IMAGE_IMAGE = NCSP_STATIC_MAX + 1, NCSP_IMAGE_IMAGEFILE, NCSP_IMAGE_DRAWMODE } |
the properties id of mImage More... | |
enum | enumImageNotify |
the notification code of mImage More... | |
Variables | |
MGNCS_EXPORT mImageClass | g_stmImageCls |
global mImageClass More... | |
#define NCSCTRL_IMAGE NCSCLASSNAME("image") |
enum enumImageNotify |
enum mImageProp |
the properties id of mImage
g_stmImageCls |
global mImageClass