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

Method LoadFile

Source/ModuleImportDlg.cpp:129–132  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129bool CModuleImportDlg::LoadFile(const fs::path &fname) { // // //
130 m_pImportedDoc = CFamiTrackerDoc::LoadImportFile(fname.c_str());
131 return m_pImportedDoc != nullptr;
132}
133
134void CModuleImportDlg::OnBnClickedButtonImportAll() {
135 for (int i = 0, n = m_ctlTrackList.GetCount(); i < n; ++i)

Callers 1

OnBnClickedSongImportMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected