mGNCS API Reference
v1.5.0
A new control set and a new framework for MiniGUI apps
|
Go to the documentation of this file.
54 #ifndef _MGUI_NCSCTRL_IMAGESTATIC_H
55 #define _MGUI_NCSCTRL_IMAGESTATIC_H
72 #define NCSCTRL_IMAGE NCSCLASSNAME("image")
74 typedef struct _mImage
mImage;
78 #define mImageHeader(clsName) \
79 mStaticHeader(clsName)
90 #define mImageClassHeader(clsName, parentClass) \
91 mStaticClassHeader(clsName, parentClass)
102 #define mImageRendererHeader(clsName, parentClass) \
103 mStaticRendererHeader(clsName, parentClass)
109 struct _mImageRenderer {
154 #define NCSS_IMAGE_SHIFT NCSS_STATIC_SHIFT
161 NCSN_IMAGE_MAX = NCSN_STATIC_MAX + 1
enumImageNotify
the notification code of mImage
@ NCSP_IMAGE_IMAGE
Set the image content.
@ NCSP_IMAGE_DRAWMODE
Set image draw mode.
image class renderer interface, derived from mStaticRenderer
static control can show a image, derived from mStatic
mImageProp
the properties id of mImage
ImageClass struct of image control, derived from mStaticClass.
Static class, derived from mWidget.
@ NCSP_IMAGE_IMAGEFILE
Set the image content.
MGNCS_EXPORT mImageClass g_stmImageCls
global mImageClass