Symbol: CLeashDebugWindow
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
107
BOOL CLeashDebugWindow::OnInitDialog()
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
129
void CLeashDebugWindow::OnShowWindow(BOOL bShow, UINT nStatus)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
134
void CLeashDebugWindow::OnCopyToClipboard()
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
178
BOOL CLeashDebugWindow::PreTranslateMessage(MSG* pMsg)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
32
CLeashDebugWindow::CLeashDebugWindow(CWnd* pParent /*=NULL*/)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
33
: CDialog(CLeashDebugWindow::IDD, pParent)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
41
CLeashDebugWindow::CLeashDebugWindow(CFormView* pView)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
46
void CLeashDebugWindow::DoDataExchange(CDataExchange* pDX)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
56
BEGIN_MESSAGE_MAP(CLeashDebugWindow, CDialog)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
69
BOOL CLeashDebugWindow::Create(const LPCSTR debugFilePath)
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
72
return CDialog::Create(CLeashDebugWindow::IDD);
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
76
void CLeashDebugWindow::OnCancel()
crypto/krb5/src/windows/leash/LeashDebugWindow.cpp
93
void CLeashDebugWindow::OnOK()
crypto/krb5/src/windows/leash/LeashDebugWindow.h
30
class CLeashDebugWindow : public CDialog
crypto/krb5/src/windows/leash/LeashDebugWindow.h
39
CLeashDebugWindow(CWnd* pParent = NULL);
crypto/krb5/src/windows/leash/LeashDebugWindow.h
40
CLeashDebugWindow(CFormView* pView);
crypto/krb5/src/windows/leash/LeashView.cpp
331
m_pDebugWindow = new CLeashDebugWindow(this);
crypto/krb5/src/windows/leash/LeashView.h
132
CLeashDebugWindow* m_pDebugWindow;
crypto/krb5/src/windows/leash/LeashView.h
69
class CLeashDebugWindow;