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

Method ClearFileLists

ImGuiFileDialog.cpp:2022–2026  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2020}
2021
2022void IGFD::FileManager::ClearFileLists() {
2023 m_FilteredFileList.clear();
2024 m_FileList.clear();
2025 m_SelectedFileNames.clear();
2026}
2027
2028void IGFD::FileManager::ClearPathLists() {
2029 m_FilteredPathList.clear();

Callers 1

DisplayMethod · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected