MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / ClearAll

Method ClearAll

external/ImGuiFileDialog/ImGuiFileDialog.cpp:2301–2305  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2299}
2300
2301void IGFD::FileManager::ClearAll() {
2302 ClearComposer();
2303 ClearFileLists();
2304 ClearPathLists();
2305}
2306void IGFD::FileManager::ApplyFilteringOnFileList(const FileDialogInternal& vFileDialogInternal) {
2307 m_ApplyFilteringOnFileList(vFileDialogInternal, m_FileList, m_FilteredFileList);
2308}

Callers 1

configureDialogMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected