Lines Matching refs:CLeashDebugWindow
32 CLeashDebugWindow::CLeashDebugWindow(CWnd* pParent /*=NULL*/) in CLeashDebugWindow() function in CLeashDebugWindow
33 : CDialog(CLeashDebugWindow::IDD, pParent) in CLeashDebugWindow()
41 CLeashDebugWindow::CLeashDebugWindow(CFormView* pView) in CLeashDebugWindow() function in CLeashDebugWindow
46 void CLeashDebugWindow::DoDataExchange(CDataExchange* pDX) in DoDataExchange()
56 BEGIN_MESSAGE_MAP(CLeashDebugWindow, CDialog) in BEGIN_MESSAGE_MAP() argument
69 BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath) in BEGIN_MESSAGE_MAP()
72 return CDialog::Create(CLeashDebugWindow::IDD); in BEGIN_MESSAGE_MAP()
76 void CLeashDebugWindow::OnCancel() in OnCancel()
93 void CLeashDebugWindow::OnOK() in OnOK()
107 BOOL CLeashDebugWindow::OnInitDialog() in OnInitDialog()
129 void CLeashDebugWindow::OnShowWindow(BOOL bShow, UINT nStatus) in OnShowWindow()
134 void CLeashDebugWindow::OnCopyToClipboard() in OnCopyToClipboard()
178 BOOL CLeashDebugWindow::PreTranslateMessage(MSG* pMsg) in PreTranslateMessage()