Windows C++ Library
|
#include <SDIFrame.hpp>
Public Member Functions | |
CSDIFrame (uint iIconID) | |
virtual | ~CSDIFrame () |
void | View (CView *pView) |
void | UpdateTitle () |
Protected Types | |
enum | { IDC_VIEW = 100 } |
Protected Member Functions | |
virtual void | OnCreate (const CRect &rcClient) |
virtual void | OnResize (int iFlag, const CSize &rNewSize) |
virtual void | OnDropFile (int nFile, const tchar *pszPath) |
virtual void | OnDestroy () |
virtual bool | OnQueryClose () |
Query whether to close the window. | |
Protected Attributes | |
CView * | m_pView |
Private Member Functions | |
CSDIFrame (const CSDIFrame &) | |
CSDIFrame & | operator= (const CSDIFrame &) |
CSDIFrame::CSDIFrame | ( | uint | iIconID | ) |
CSDIFrame::~CSDIFrame | ( | ) | [virtual] |
CSDIFrame::CSDIFrame | ( | const CSDIFrame & | ) | [private] |
void CSDIFrame::View | ( | CView * | pView | ) |
void CSDIFrame::UpdateTitle | ( | ) |
void CSDIFrame::OnCreate | ( | const CRect & | rcClient | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
void CSDIFrame::OnResize | ( | int | iFlag, |
const CSize & | rNewSize | ||
) | [protected, virtual] |
Reimplemented from CFrameWnd.
void CSDIFrame::OnDropFile | ( | int | nFile, |
const tchar * | pszPath | ||
) | [protected, virtual] |
Reimplemented from CFrameWnd.
void CSDIFrame::OnDestroy | ( | ) | [protected, virtual] |
Reimplemented from CMsgWnd.
bool CSDIFrame::OnQueryClose | ( | ) | [protected, virtual] |
Query whether to close the window.
Reimplemented from CFrameWnd.
CView* CSDIFrame::m_pView [protected] |