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

Method NSFTrackDialog

nsfplug_ui/NSFTrackDialog.cpp:35–47  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34IMPLEMENT_DYNAMIC(NSFTrackDialog, CDialog)
35NSFTrackDialog::NSFTrackDialog(CWnd* pParent /*=NULL*/)
36 : CDialog(NSFTrackDialog::IDD, pParent)
37{
38 m_active = false;
39 for(int i=0;i<NSFPlayer::NES_TRACK_MAX;i++)
40 m_showtrk[i]=true;
41
42 green_pen.CreatePen(PS_SOLID,1,RGB(0,212,0));
43 m_pDCtrk = NULL;
44 m_nTimer = 0;
45 m_nTimer2 = 0;
46 m_rmenu.LoadMenu(IDR_TRKINFOMENU);
47}
48
49NSFTrackDialog::~NSFTrackDialog()
50{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected