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

Method NSFPresetDialog

nsfplug_ui/NSFPresetDialog.cpp:11–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10IMPLEMENT_DYNAMIC(NSFPresetDialog, CDialog)
11NSFPresetDialog::NSFPresetDialog(CWnd* pParent /*=NULL*/)
12 : CDialog(NSFPresetDialog::IDD, pParent)
13 , m_editValue(_T(""))
14{
15}
16
17NSFPresetDialog::~NSFPresetDialog()
18{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected