Windows C++ Library
|
#include <DlgFrame.hpp>
Public Member Functions | |
CDlgFrame (uint iIconID, CMainDlg &rDialog, bool bFixedSize) | |
virtual | ~CDlgFrame () |
Protected Member Functions | |
virtual void | GetCreateParams (WNDCREATE &rParams) |
virtual void | OnCreate (const CRect &rcClient) |
virtual void | OnDestroy () |
virtual void | OnResize (int iFlag, const CSize &NewSize) |
virtual void | OnFocus () |
Protected Attributes | |
CMainDlg & | m_rDialog |
bool | m_bFixedSize |
CDlgFrame::CDlgFrame | ( | uint | iIconID, |
CMainDlg & | rDialog, | ||
bool | bFixedSize | ||
) |
CDlgFrame::~CDlgFrame | ( | ) | [virtual] |
void CDlgFrame::GetCreateParams | ( | WNDCREATE & | rParams | ) | [protected, virtual] |
Reimplemented from CFrameWnd.
void CDlgFrame::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
void CDlgFrame::OnDestroy | ( | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
void CDlgFrame::OnResize | ( | int | iFlag, |
const CSize & | NewSize | ||
) | [protected, virtual] |
Reimplemented from CFrameWnd.
void CDlgFrame::OnFocus | ( | ) | [protected, virtual] |
Reimplemented from CPopupWnd.
CMainDlg& CDlgFrame::m_rDialog [protected] |
bool CDlgFrame::m_bFixedSize [protected] |