Windows C++ Library
Public Member Functions | Protected Types | Protected Member Functions | Protected Attributes | Private Member Functions
CSDIFrame Class Reference

#include <SDIFrame.hpp>

Inheritance diagram for CSDIFrame:
CFrameWnd CPopupWnd IMsgFilter CMsgWnd CWnd

List of all members.

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

CViewm_pView

Private Member Functions

 CSDIFrame (const CSDIFrame &)
CSDIFrameoperator= (const CSDIFrame &)

Member Enumeration Documentation

anonymous enum [protected]
Enumerator:
IDC_VIEW 

Constructor & Destructor Documentation

CSDIFrame::CSDIFrame ( uint  iIconID)
CSDIFrame::~CSDIFrame ( ) [virtual]
CSDIFrame::CSDIFrame ( const CSDIFrame ) [private]

Member Function Documentation

void CSDIFrame::View ( CView pView)
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.

CSDIFrame& CSDIFrame::operator= ( const CSDIFrame ) [private]

Member Data Documentation

CView* CSDIFrame::m_pView [protected]

The documentation for this class was generated from the following files: