Home
last modified time | relevance | path

Searched refs:CLeashDebugWindow (Results 1 – 4 of 4) sorted by relevance

/freebsd/crypto/krb5/src/windows/leash/
H A DLeashDebugWindow.cpp32 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()
[all …]
H A DLeashDebugWindow.h30 class CLeashDebugWindow : public CDialog
39 CLeashDebugWindow(CWnd* pParent = NULL);
40 CLeashDebugWindow(CFormView* pView);
H A DLeashView.h69 class CLeashDebugWindow; variable
132 CLeashDebugWindow* m_pDebugWindow;
H A DLeashView.cpp331 m_pDebugWindow = new CLeashDebugWindow(this); in CLeashView()