CMzWndEx类参考

MZFC base window class that could contains UiWin controls 更多...

#include <MzWndEx.h>

继承自CMzWnd

CNumPadCNumPadExCPopupMenu、MzAutoMsgboxDlg、MzMessageBoxDlg及WaitDialog继承.

所有成员的列表。

公有成员

void AddUiWin (UiWin *pWin)
 Add UiWin controls to the window.
 CMzWndEx (void)
bool GetSupportDShow ()
WinManagerGetWinManager ()
 get the internal WinManager
LRESULT MzDefWndProc (UINT message, WPARAM wParam, LPARAM lParam)
BOOL OnInitDialog ()
 called by MZFC when the window (dialog) is created and initializing.
void OnSize (int nWidth, int nHeight)
 called when received WM_SIZE
void PaintWin (HDC hdc, RECT *prcUpdate=NULL)
 called when the window needs paint or update.
void RemoveUiWin (UiWin *pWin)
 remove UiWin controls from the window
void SetSupportDShow (bool bSupportDShow)
virtual void zReserved1_ (void *pv)
virtual void zReserved2_ (void *pv)
virtual void zReserved3_ (void *pv)
virtual void zReserved4_ (void *pv)
virtual void zReserved5_ (void *pv)
virtual void zReserved6_ (void *pv)
virtual void zReserved7_ (void *pv)
virtual void zReserved8_ (void *pv)
 ~CMzWndEx (void)

公有属性

byte m_zReserved [16]


详细描述

MZFC base window class that could contains UiWin controls

构造及析构函数文档

CMzWndEx::CMzWndEx ( void   ) 

CMzWndEx::~CMzWndEx ( void   ) 


成员函数文档

void CMzWndEx::AddUiWin ( UiWin pWin  ) 

Add UiWin controls to the window.

bool CMzWndEx::GetSupportDShow (  ) 

WinManager* CMzWndEx::GetWinManager (  ) 

get the internal WinManager

LRESULT CMzWndEx::MzDefWndProc ( UINT  message,
WPARAM  wParam,
LPARAM  lParam 
) [virtual]

the window's message processing function.

  • override this member to do your own processing, but remember to call it after you've do your own processing.

重载CMzWnd

CPopupMenu重载。

BOOL CMzWndEx::OnInitDialog (  )  [virtual]

called by MZFC when the window (dialog) is created and initializing.

Derived class must override this member function to do your own initializations, and must called the following first:

 if(!CMzWndEx::OnInitDialog())
     return FALSE;
 // add your initialise code below...
 // ...

返回:
FALSE: init failed, TRUE: init succeeded.
参见:
CMzWnd::Create()

重载CMzWnd

CNumPadCNumPadExCPopupMenu重载。

void CMzWndEx::OnSize ( int  nWidth,
int  nHeight 
) [virtual]

called when received WM_SIZE

重载CMzWnd

void CMzWndEx::PaintWin ( HDC  hdc,
RECT *  prcUpdate = NULL 
) [virtual]

called when the window needs paint or update.

重载CMzWnd

CPopupMenu重载。

void CMzWndEx::RemoveUiWin ( UiWin pWin  ) 

remove UiWin controls from the window

void CMzWndEx::SetSupportDShow ( bool  bSupportDShow  ) 

virtual void CMzWndEx::zReserved1_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved2_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved3_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved4_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved5_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved6_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved7_ ( void *  pv  )  [virtual]

virtual void CMzWndEx::zReserved8_ ( void *  pv  )  [virtual]


成员数据文档

重载CMzWnd


该类的文档由以下文件生成:

Generated at Fri Feb 20 15:17:30 2009 for Meizu M8 MZFC Documentation by 魅族手机