CLeashDebugWindow
BOOL CLeashDebugWindow::OnInitDialog()
void CLeashDebugWindow::OnShowWindow(BOOL bShow, UINT nStatus)
void CLeashDebugWindow::OnCopyToClipboard()
BOOL CLeashDebugWindow::PreTranslateMessage(MSG* pMsg)
CLeashDebugWindow::CLeashDebugWindow(CWnd* pParent /*=NULL*/)
: CDialog(CLeashDebugWindow::IDD, pParent)
CLeashDebugWindow::CLeashDebugWindow(CFormView* pView)
void CLeashDebugWindow::DoDataExchange(CDataExchange* pDX)
BEGIN_MESSAGE_MAP(CLeashDebugWindow, CDialog)
BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath)
return CDialog::Create(CLeashDebugWindow::IDD);
void CLeashDebugWindow::OnCancel()
void CLeashDebugWindow::OnOK()
class CLeashDebugWindow : public CDialog
CLeashDebugWindow(CWnd* pParent = NULL);
CLeashDebugWindow(CFormView* pView);
m_pDebugWindow = new CLeashDebugWindow(this);
CLeashDebugWindow* m_pDebugWindow;
class CLeashDebugWindow;