MCPcopy Create free account
hub / github.com/dfranx/ImFileDialog / ~FileDialog

Method ~FileDialog

ImFileDialog.cpp:441–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

439#endif
440 }
441 FileDialog::~FileDialog() {
442 m_clearIconPreview();
443 m_clearIcons();
444
445 for (auto fn : m_treeCache)
446 m_clearTree(fn);
447 m_treeCache.clear();
448 }
449 bool FileDialog::Save(const std::string& key, const std::string& title, const std::string& filter, const std::string& startingDir)
450 {
451 if (!m_currentKey.empty())

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected