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

Method WithFile

Source/ExportDialog.cpp:196–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195template <typename F>
196void CExportDialog::WithFile(const fs::path &initFName, F f) { // // //
197 WithFile(initFName, DEFAULT_FILTERS[m_iExportOption][0], DEFAULT_FILTERS[m_iExportOption][1], f);
198}
199
200template <typename F>
201void CExportDialog::WithFile(const fs::path &initFName, const CStringW &filterName, const CStringW &filterExt, F f) {

Callers

nothing calls this directly

Calls 4

GetSavePathFunction · 0.85
GetPathMethod · 0.80
SetPathMethod · 0.80
GetSettingsMethod · 0.45

Tested by

no test coverage detected