MCPcopy Create free account
hub / github.com/bbbradsmith/nsfplay / NSFConfigDialog

Method NSFConfigDialog

nsfplug_ui/NSFConfigDialog.cpp:19–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17IMPLEMENT_DYNAMIC(NSFConfigDialog, CPropertySheet)
18
19NSFConfigDialog::NSFConfigDialog(UINT nIDCaption, CWnd* pParentWnd, UINT iSelectPage)
20 :CPropertySheet(nIDCaption, pParentWnd, iSelectPage)
21{
22}
23
24NSFConfigDialog::NSFConfigDialog(LPCTSTR pszCaption, CWnd* pParentWnd, UINT iSelectPage)
25 :CPropertySheet(pszCaption, pParentWnd, iSelectPage)

Callers

nothing calls this directly

Calls 2

SetPanelMethod · 0.80
SetDeviceIDMethod · 0.45

Tested by

no test coverage detected