MCPcopy 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
260public:
261 void clear() {
262 m_Dico.clear();
263 m_Array.clear();
264 }
265 bool empty() const {
266 return m_Array.empty();
267 }

Callers 15

GetDevicesListMethod · 0.80
GetFileDateAndSizeMethod · 0.80
GetDevicesListMethod · 0.80
FileSystemDirentClass · 0.80
ClearFilesStyleMethod · 0.80
ClearFileListsMethod · 0.80
ClearPathListsMethod · 0.80
GetDevicesMethod · 0.80
ClearComposerMethod · 0.80
SelectAllFileNamesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected