Searched refs:CLeashDebugWindow (Results 1 – 4 of 4) sorted by relevance
32 CLeashDebugWindow::CLeashDebugWindow(CWnd* pParent /*=NULL*/) in CLeashDebugWindow() function in CLeashDebugWindow33 : CDialog(CLeashDebugWindow::IDD, pParent) in CLeashDebugWindow()41 CLeashDebugWindow::CLeashDebugWindow(CFormView* pView) in CLeashDebugWindow() function in CLeashDebugWindow46 void CLeashDebugWindow::DoDataExchange(CDataExchange* pDX) in DoDataExchange()56 BEGIN_MESSAGE_MAP(CLeashDebugWindow, CDialog) in BEGIN_MESSAGE_MAP() argument69 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()[all …]
30 class CLeashDebugWindow : public CDialog39 CLeashDebugWindow(CWnd* pParent = NULL);40 CLeashDebugWindow(CFormView* pView);
69 class CLeashDebugWindow; variable132 CLeashDebugWindow* m_pDebugWindow;
331 m_pDebugWindow = new CLeashDebugWindow(this); in CLeashView()