|
GME
13
|
#include <ChildFrm.h>

Public Member Functions | |
| CChildFrame () | |
| virtual BOOL | PreCreateWindow (CREATESTRUCT &cs) |
| virtual | ~CChildFrame () |
| CString | GetTitle (void) const |
| void | SetTitle (const CString &title) |
| CString | GetAppTitle (void) const |
| void | SetAppTitle (const CString &appTitle) |
| void | SetSendEvent (bool sendEventParam) |
| void | SetView (CView *viewParam) |
| afx_msg void | OnMDIActivate (BOOL bActivate, CWnd *pActivateWnd, CWnd *pDeactivateWnd) |
| afx_msg void | OnSize (UINT nType, int cx, int cy) |
| afx_msg void | OnUpdateFrameTitle (BOOL bAddToTitle) |
| virtual BOOL | PreTranslateMessage (MSG *pMsg) |
| virtual void | RegisterTaskbarTab (CMDIChildWndEx *pWndBefore=NULL) |
| afx_msg void | PostNcDestroy () |
| BOOL | Create (LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT &rect, CMDIFrameWnd *pParentWnd, CCreateContext *pContext) |
Public Attributes | |
| CModelPropertiesDlgBar | propBar |
Protected Member Functions | |
| afx_msg int | OnCreate (LPCREATESTRUCT lpCreateStruct) |
| afx_msg void | OnClose () |
Protected Attributes | |
| CString | m_title |
| CString | m_appTitle |
| bool | sendEvent |
| CView * | view |
Definition at line 14 of file ChildFrm.h.
Definition at line 37 of file ChildFrm.cpp.
| CChildFrame::~CChildFrame | ( | ) | [virtual] |
Definition at line 43 of file ChildFrm.cpp.
| BOOL CChildFrame::Create | ( | LPCTSTR | lpszClassName, |
| LPCTSTR | lpszWindowName, | ||
| DWORD | dwStyle, | ||
| const RECT & | rect, | ||
| CMDIFrameWnd * | pParentWnd, | ||
| CCreateContext * | pContext | ||
| ) | [inline] |
Definition at line 73 of file ChildFrm.h.
| CString CChildFrame::GetAppTitle | ( | void | ) | const |
Definition at line 57 of file ChildFrm.cpp.
| CString CChildFrame::GetTitle | ( | void | ) | const |
Definition at line 47 of file ChildFrm.cpp.
| void CChildFrame::OnClose | ( | ) | [protected] |
Definition at line 139 of file ChildFrm.cpp.
| int CChildFrame::OnCreate | ( | LPCREATESTRUCT | lpCreateStruct | ) | [protected] |
Definition at line 109 of file ChildFrm.cpp.
| void CChildFrame::OnMDIActivate | ( | BOOL | bActivate, |
| CWnd * | pActivateWnd, | ||
| CWnd * | pDeactivateWnd | ||
| ) |
Definition at line 218 of file ChildFrm.cpp.
| void CChildFrame::OnSize | ( | UINT | nType, |
| int | cx, | ||
| int | cy | ||
| ) |
Definition at line 177 of file ChildFrm.cpp.
| void CChildFrame::OnUpdateFrameTitle | ( | BOOL | bAddToTitle | ) |
Definition at line 187 of file ChildFrm.cpp.
| afx_msg void CChildFrame::PostNcDestroy | ( | ) | [inline] |
Definition at line 69 of file ChildFrm.h.
| BOOL CChildFrame::PreCreateWindow | ( | CREATESTRUCT & | cs | ) | [virtual] |
Definition at line 77 of file ChildFrm.cpp.
| BOOL CChildFrame::PreTranslateMessage | ( | MSG * | pMsg | ) | [virtual] |
Definition at line 195 of file ChildFrm.cpp.
| virtual void CChildFrame::RegisterTaskbarTab | ( | CMDIChildWndEx * | pWndBefore = NULL | ) | [inline, virtual] |
Definition at line 67 of file ChildFrm.h.
| void CChildFrame::SetAppTitle | ( | const CString & | appTitle | ) |
Definition at line 62 of file ChildFrm.cpp.
| void CChildFrame::SetSendEvent | ( | bool | sendEventParam | ) |
Definition at line 67 of file ChildFrm.cpp.
| void CChildFrame::SetTitle | ( | const CString & | title | ) |
Definition at line 52 of file ChildFrm.cpp.
| void CChildFrame::SetView | ( | CView * | viewParam | ) |
Definition at line 72 of file ChildFrm.cpp.
CString CChildFrame::m_appTitle [protected] |
Definition at line 23 of file ChildFrm.h.
CString CChildFrame::m_title [protected] |
Definition at line 22 of file ChildFrm.h.
Definition at line 55 of file ChildFrm.h.
bool CChildFrame::sendEvent [protected] |
Definition at line 24 of file ChildFrm.h.
CView* CChildFrame::view [protected] |
Definition at line 25 of file ChildFrm.h.
1.7.6.1