| _mBoxLayoutPieceClass | |
| _mButtonNode | List node include member button |
| _NCS_CREATE_NOTIFY_INFO | |
| _NCS_EVENT_CONNECT_INFO | |
| _NCS_EVENT_HANDLER | |
| _NCS_EVENT_HANDLER_NODE | |
| _NCS_INVSB_CREATE_INFO | |
| _NCS_MAIN_CREATE_INFO | |
| _NCS_MNWND_TEMPLATE | |
| _NCS_PROP_ENTRY | |
| _NCS_RDR_ELEMENT | |
| _NCS_RDR_ENTRY | |
| _NCS_RDR_INFO | |
| _NCS_SCRLV_ITEMINFO | |
| _NCS_WND_TEMPLATE | |
| _NCSRM_DEFLOCALE_INFO | |
| _NCSRM_HEADER | |
| _NCSRM_IDITEM | |
| _NCSRM_INCORE_IMAGE | |
| _NCSRM_LOCALEITEM | |
| _NCSRM_PROP | |
| _NCSRM_RDRHEADER | |
| _NCSRM_RDRINFO | |
| _NCSRM_SECTHEADER | |
| _NCSRM_TYPEITEM | |
| _NCSRM_WINHEADER | |
| list_head | The structure of double linked list |
| mAbstractList | The structure of mAbstractList, which derived from mScrollWidget. It is the abstract superclass of all classes which represent controls that have nodes |
| mAbstractListClass | The virtual function table of mAbstractList, which derived from mScrollWidgetClass |
| mAbstractListRenderer | The structure of mAbstractList renderer, which inheried from mScrollWidgetRenderer |
| mButton | Button class, derived from mWidget |
| mButtonClass | Button struct of button control, derived from mWidgetClass |
| mButtonGroup | A group control, mamanger a list of buttons, in which only one button can be selected. Derived from mGroupBox |
| mButtonGroupClass | Struct of mButtonGroupClass control, derived from mGroupBoxClass |
| mButtonGroupRenderer | MButtonGroup renderer interface, derived from mGroupBoxRenderer |
| mButtonRenderer | Button class renderer interface, derived from mWidgetRenderer |
| mCheckButton | CheckButton, derived from mButton |
| mCheckButtonClass | Checkbutton class struct of button control, derived from mButtonClass |
| mCheckButtonRenderer | Checkbutton class renderer interface, derived from mButtonRenderer |
| mComponent | Component member define |
| mComponentClass | Basic class of components, windows. Drived by mObjectClass |
| mEdit | Edit struct of edit control, derived from mScrollView |
| mEditClass | VTable of mEdit, derived from mScrollViewClass |
| mEditRenderer | Edit class's Renderer interface, derived from mScrollViewRenderer |
| mGroupBox | Groupbox class, derived from mStatic |
| mGroupBoxClass | Struct of groupbox control, derived from mStaticClass |
| mGroupBoxRenderer | Groupbox class renderer interface, derived from mStaticRenderer |
| mImage | Static control can show a image, derived from mStatic |
| mImageClass | ImageClass struct of image control, derived from mStaticClass |
| mImageRenderer | Image class renderer interface, derived from mStaticRenderer |
| mInvsbComp | Define the mInvsbComp members , inherit from mComponent. An Invisible Component is a Component only support some functions, and user cannot see them |
| mInvsbCompClass | Define the VTable of mInvsbComp, inherit mComponentClass |
| mItem | The structure of mItem. It is the abstract superclass of all items occur within specific controls. For example, a listbox will contain string or bitmap items |
| mItemClass | The virtual function table of mItemClass |
| mItemManager | The structure of mItemManager control, which derived from mItem. It is the abstract superclass of all classes which managers items |
| mItemManagerClass | The virtual function table of mItemManager, which derived from mItemClass |
| mItemView | The structure of mItemView control, which derived from mScrollWidget. It is the abstract superclass of all classes which represent controls that have items |
| mItemViewClass | The virtual function table of mItemView, which derived from mScrollWidgetClass |
| mItemViewRenderer | The structure of mItemView renderer, which inheried from mScrollWidgetRenderer |
| mListColumn | The structure of mListColumn. It's used as header by mListView |
| mListColumnClass | The virtual function table of mListColumn, which derived from mItemClass |
| mListItem | The structure of mListItem. It's used as item by mListView |
| mListItemClass | The virtual function table of mListItem, which derived from mItemManagerClass |
| mMainWnd | Define the memders of mMainWnd, inherit from mPanel |
| mMainWndClass | VTable of mMainWnd, inherit from mPanelClass |
| mMainWndRenderer | mMainWnd renderer interface, inherit from mPanelRenderer |
| mMlEdit | Multiline edit control, derived from mEdit |
| mMlEditClass | VTable of mMlEdit, derived from mEditClass |
| mMlEditRenderer | MlEdit class's Renderer interface, derived from mEditRenderer |
| mNode | The structure of mNode. It is the basic class of all nodes occur within specific controls. For example, a list can contain it |
| mNodeClass | The virtual function table of mNodeClass |
| mObject | Object struct |
| mObjectClass | Basic object class of NCS |
| mPanel | The structure of mPanel control, which derived from mWidget. It is a control which is capable of containing other controls |
| mPanelClass | The virtual function table of mPanelClass, which derived from mWidgetClass |
| mPanelRenderer | The structure of mPanel renderer, which derived from mWidgetRenderer |
| mPopMenuMgr | Members of mPropMenuMgr |
| mPopMenuMgrClass | MPopMenuMgr class, derived from mObject |
| mRadioButton | Define the member of Radiobutton, derived from mCheckButton |
| mRadioButtonClass | Radiobutton struct of control, derived from mCheckButtonClass |
| mRadioButtonRender | Radiobutton renderer interface, derived from mCheckButtonRenderer |
| mScrollView | The structure of mScrollView control, which derived from mItemView |
| mScrollViewClass | The virtual function table of mScrollView, which derived from mItemViewClass |
| mScrollViewRenderer | The structure of mScrollView renderer, which inheried from mItemViewRenderer |
| mScrollWidget | The structure of mScrollWidget control, which derived from mWidget. It is the abstract superclass of all classes which represent controls that have standard scroll bars |
| mScrollWidgetClass | The virtual function table of mScrollWidget, which derived from mWidgetClass |
| mScrollWidgetRenderer | The structure of mScrollWidget renderer, which inheried from mWidgetRenderer |
| mSeparator | Separator class, derived from mStatic |
| mSeparatorClass | Struct of separator control, derived from mStaticClass |
| mSeparatorRenderer | Separator class renderer interface, derived from mStaticRenderer |
| mSlEdit | Single line control, derived from mEdit |
| mSlEditClass | VTable of mSlEdit, derived from mEditClass |
| mSlEditRenderer | SlEdit class's Renderer interface, derived from mEditRenderer |
| mStatic | Static class, derived from mWidget |
| mStaticClass | Struct of Static control, derived from mWidgetClass |
| mStaticRenderer | Static class renderer interface, derived from mWidgetRenderer |
| mTimer | Timer member define |
| mTimerClass | Class of Timer object |
| mWidget | Define the mWidget members, inherit from mComponent |
| mWidgetClass | VTable of mWidget, drived from mComponentClass |
| mWidgetRenderer | Widget class's Renderer interface |
| NCS_CB_ITEMOPS | The structure of NCS_CB_ITEMOPS. The Item operations interface |
| NCS_LSTCLM_SORTDATA | The sort type |