Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aiekick/ImGuiFileDialog
/ clear
Method
clear
ImGuiFileDialog.h:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
260
public:
261
void clear() {
262
m_Dico.clear();
263
m_Array.clear();
264
}
265
bool empty() const {
266
return m_Array.empty();
267
}
Callers
15
GetDevicesList
Method · 0.80
GetFileDateAndSize
Method · 0.80
GetDevicesList
Method · 0.80
FileSystemDirent
Class · 0.80
ClearFilesStyle
Method · 0.80
ClearFileLists
Method · 0.80
ClearPathLists
Method · 0.80
GetDevices
Method · 0.80
ClearComposer
Method · 0.80
m_ApplyFilteringOnFileList
Method · 0.80
SelectAllFileNames
Method · 0.80
SelectOrDeselectFileName
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected