mGNCS API Reference  v1.2.0
A new control set and a new framework for MiniGUI apps
Data Structures | Macros | Variables
mMainWnd

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...
 

Detailed Description

Macro Definition Documentation

#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

Note
this style is used by inner, you can read this style to know the main window is mode or not , it's READONLY

Definition at line 146 of file mmainwnd.h.

Variable Documentation

g_stmMainWndCls

the singleton of mMainWndClass