doom3-gpl
Doom 3 GPL source release
|
#include <TearoffContainerWindow.h>
Public Member Functions | |
CTearoffContainerWindow () | |
virtual | ~CTearoffContainerWindow () |
afx_msg void | OnNcLButtonDblClk (UINT nHitTest, CPoint point) |
void | SetDialog (CWnd *dlg, int ID) |
void | SetDockManager (CTabsDlg *dlg) |
afx_msg void | OnClose () |
BOOL | PreTranslateMessage (MSG *pMsg) |
afx_msg void | OnSize (UINT nType, int cx, int cy) |
afx_msg void | OnDestroy () |
afx_msg void | OnSetFocus (CWnd *pOldWnd) |
Public Attributes | |
CWnd * | m_ContainedDialog |
int | m_DialogID |
CTabsDlg * | m_DockManager |
Protected Attributes | |
bool | m_DragPreviewActive |
Definition at line 33 of file TearoffContainerWindow.h.
CTearoffContainerWindow::CTearoffContainerWindow | ( | ) |
Definition at line 42 of file TearoffContainerWindow.cpp.
|
virtual |
Definition at line 49 of file TearoffContainerWindow.cpp.
void CTearoffContainerWindow::OnClose | ( | ) |
Definition at line 98 of file TearoffContainerWindow.cpp.
void CTearoffContainerWindow::OnDestroy | ( | ) |
Definition at line 135 of file TearoffContainerWindow.cpp.
Definition at line 65 of file TearoffContainerWindow.cpp.
void CTearoffContainerWindow::OnSetFocus | ( | CWnd * | pOldWnd | ) |
Definition at line 142 of file TearoffContainerWindow.cpp.
Definition at line 125 of file TearoffContainerWindow.cpp.
BOOL CTearoffContainerWindow::PreTranslateMessage | ( | MSG * | pMsg | ) |
Definition at line 108 of file TearoffContainerWindow.cpp.
Definition at line 76 of file TearoffContainerWindow.cpp.
Definition at line 94 of file TearoffContainerWindow.cpp.
CWnd* CTearoffContainerWindow::m_ContainedDialog |
Definition at line 41 of file TearoffContainerWindow.h.
int CTearoffContainerWindow::m_DialogID |
Definition at line 42 of file TearoffContainerWindow.h.
CTabsDlg* CTearoffContainerWindow::m_DockManager |
Definition at line 43 of file TearoffContainerWindow.h.
|
protected |
Definition at line 47 of file TearoffContainerWindow.h.