mGNCS API Reference
v1.2.0
A new control set and a new framework for MiniGUI apps
|
Data Structures | |
struct | mMainWndRenderer |
the mMainWnd renderer interface, inherit from mPanelRenderer More... | |
struct | mMainWnd |
define the memders of mMainWnd, inherit from mPanel More... | |
struct | mMainWndClass |
the VTable of mMainWnd, inherit from mPanelClass More... | |
Macros | |
#define | NCSCTRL_MAINWND NCSCLASSNAME("mainwnd") |
the name of mMainWnd control More... | |
#define | NCSS_MNWND_MODE (1<<NCSS_PANEL_SHIFT) |
indicate the main window is mode or not More... | |
Variables | |
MGNCS_EXPORT mMainWndClass | g_stmMainWndCls |
the singleton of mMainWndClass More... | |
#define NCSCTRL_MAINWND NCSCLASSNAME("mainwnd") |
the name of mMainWnd control
Definition at line 58 of file mmainwnd.h.
#define NCSS_MNWND_MODE (1<<NCSS_PANEL_SHIFT) |
indicate the main window is mode or not
Definition at line 146 of file mmainwnd.h.
g_stmMainWndCls |
the singleton of mMainWndClass