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

Method SetDialogManager

nsfplug_ui/NSFPanDialog.cpp:35–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35void NSFPanDialog::SetDialogManager(NSFDialogManager *p)
36{
37 for(int i=0;i<NES_CHANNEL_MAX;i++)
38 {
39 panel[i].SetDialogManager(p);
40 panel[i].SetChannelID(i);
41 }
42 NSFDialog::SetDialogManager(p);
43}
44
45void NSFPanDialog::UpdateNSFPlayerConfig(bool b)
46{

Callers

nothing calls this directly

Calls 1

SetChannelIDMethod · 0.80

Tested by

no test coverage detected