Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
2022
void IGFD::FileManager::ClearFileLists() {
2023
m_FilteredFileList.clear();
2024
m_FileList.clear();
2025
m_SelectedFileNames.clear();
2026
}
2027
2028
void IGFD::FileManager::ClearPathLists() {
2029
m_FilteredPathList.clear();
Callers
1
Display
Method · 0.80
Calls
1
clear
Method · 0.80
Tested by
no test coverage detected