MCPcopy Create free account
hub / github.com/aiekick/ImGuiFileDialog / ClearPathLists

Method ClearPathLists

ImGuiFileDialog.cpp:2028–2032  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2026}
2027
2028void IGFD::FileManager::ClearPathLists() {
2029 m_FilteredPathList.clear();
2030 m_PathList.clear();
2031 m_SelectedFileNames.clear();
2032}
2033
2034void IGFD::FileManager::m_AddFile(const FileDialogInternal& vFileDialogInternal, const std::string& vPath, const std::string& vFileName, const FileType& vFileType) {
2035 auto pInfos = FileInfos::create();

Callers

nothing calls this directly

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected