doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | Protected Attributes | List of all members
CTearoffContainerWindow Class Reference

#include <TearoffContainerWindow.h>

Inheritance diagram for CTearoffContainerWindow:

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
 
CTabsDlgm_DockManager
 

Protected Attributes

bool m_DragPreviewActive
 

Detailed Description

Definition at line 33 of file TearoffContainerWindow.h.

Constructor & Destructor Documentation

CTearoffContainerWindow::CTearoffContainerWindow ( )

Definition at line 42 of file TearoffContainerWindow.cpp.

CTearoffContainerWindow::~CTearoffContainerWindow ( )
virtual

Definition at line 49 of file TearoffContainerWindow.cpp.

Member Function Documentation

void CTearoffContainerWindow::OnClose ( )

Definition at line 98 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::OnDestroy ( )

Definition at line 135 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::OnNcLButtonDblClk ( UINT  nHitTest,
CPoint  point 
)

Definition at line 65 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::OnSetFocus ( CWnd *  pOldWnd)

Definition at line 142 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::OnSize ( UINT  nType,
int  cx,
int  cy 
)

Definition at line 125 of file TearoffContainerWindow.cpp.

BOOL CTearoffContainerWindow::PreTranslateMessage ( MSG *  pMsg)

Definition at line 108 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::SetDialog ( CWnd *  dlg,
int  ID 
)

Definition at line 76 of file TearoffContainerWindow.cpp.

void CTearoffContainerWindow::SetDockManager ( CTabsDlg dlg)

Definition at line 94 of file TearoffContainerWindow.cpp.

Member Data Documentation

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.

bool CTearoffContainerWindow::m_DragPreviewActive
protected

Definition at line 47 of file TearoffContainerWindow.h.


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