MCPcopy Create free account
hub / github.com/HertzDevil/0CC-FamiTracker / OnModuleGrooveSettings

Method OnModuleGrooveSettings

Source/MainFrm.cpp:2142–2153  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2140}
2141
2142void CMainFrame::OnModuleGrooveSettings() // // //
2143{
2144 if (!m_pGrooveDlg) {
2145 m_pGrooveDlg = std::make_unique<CGrooveDlg>();
2146 m_pGrooveDlg->AssignModule(*GetDoc().GetModule());
2147 m_pGrooveDlg->Create(IDD_GROOVE, this);
2148 }
2149 if (!m_pGrooveDlg->IsWindowVisible())
2150 m_pGrooveDlg->CenterWindow();
2151 m_pGrooveDlg->ShowWindow(SW_SHOW);
2152 m_pGrooveDlg->SetFocus();
2153}
2154
2155void CMainFrame::OnModuleBookmarkSettings() // // //
2156{

Callers

nothing calls this directly

Calls 4

GetModuleMethod · 0.80
SetFocusMethod · 0.80
AssignModuleMethod · 0.45
CreateMethod · 0.45

Tested by

no test coverage detected