Home
last modified time | relevance | path

Searched refs:CConfigPropertySheet (Results 1 – 8 of 8) sorted by relevance

/external/mdnsresponder/mDNSWindows/ControlPanel/
DConfigPropertySheet.cpp31 IMPLEMENT_DYNCREATE(CConfigPropertySheet, CPropertySheet) in IMPLEMENT_DYNCREATE() argument
38 CConfigPropertySheet::CConfigPropertySheet() in IMPLEMENT_DYNCREATE()
57 CConfigPropertySheet::~CConfigPropertySheet() in ~CConfigPropertySheet()
63 BEGIN_MESSAGE_MAP(CConfigPropertySheet, CPropertySheet) in BEGIN_MESSAGE_MAP() argument
75 CConfigPropertySheet::OnInitDialog() in BEGIN_MESSAGE_MAP()
95 CConfigPropertySheet::OnCommand(WPARAM wParam, LPARAM lParam) in OnCommand()
113 CConfigPropertySheet::OnDataReady(WPARAM inWParam, LPARAM inLParam) in OnDataReady()
138 CConfigPropertySheet::OnEndDialog() in OnEndDialog()
152 CConfigPropertySheet::SetupBrowsing() in SetupBrowsing()
180 CConfigPropertySheet::TearDownBrowsing() in TearDownBrowsing()
[all …]
DConfigPropertySheet.h35 class CConfigPropertySheet : public CPropertySheet
39 CConfigPropertySheet();
40 virtual ~CConfigPropertySheet();
55 DECLARE_DYNCREATE(CConfigPropertySheet)
DBrowsingPage.cpp96 CConfigPropertySheet * psheet; in OnSetActive()
110 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
405 CConfigPropertySheet * psheet; in OnInitDialog()
406 CConfigPropertySheet::StringList::iterator it; in OnInitDialog()
410 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnInitDialog()
DFourthPage.cpp94 CConfigPropertySheet * psheet; in OnSetActive()
101 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
DServicesPage.cpp96 CConfigPropertySheet * psheet; in OnSetActive()
103 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
DSecondPage.cpp111 CConfigPropertySheet * psheet; in OnSetActive()
115 psheet = reinterpret_cast<CConfigPropertySheet*>(GetParent()); in OnSetActive()
DControlPanel.cpp260 …applet = new CCPApplet( IDR_APPLET, IDS_APPLET_DESCRIPTION, RUNTIME_CLASS( CConfigPropertySheet ) … in OnInit()
DControlPanelExe.cpp330 CConfigPropertySheet dlg; in InitInstance()