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

Method ClearAll

ImGuiFileDialog.cpp:2239–2243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2237}
2238
2239void IGFD::FileManager::ClearAll() {
2240 ClearComposer();
2241 ClearFileLists();
2242 ClearPathLists();
2243}
2244void IGFD::FileManager::ApplyFilteringOnFileList(const FileDialogInternal& vFileDialogInternal) {
2245 m_ApplyFilteringOnFileList(vFileDialogInternal, m_FileList, m_FilteredFileList);
2246}

Callers 1

configureDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected