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

Method ClearFilesStyle

ImGuiFileDialog.cpp:1610–1612  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1608}
1609
1610void IGFD::FilterManager::ClearFilesStyle() {
1611 m_FilesStyle.clear();
1612}
1613
1614bool IGFD::FilterManager::IsCoveredByFilters(const FileInfos& vFileInfos, bool vIsCaseInsensitive) const {
1615 if (!dLGFilters.empty() && !m_SelectedFilter.empty()) {

Callers 1

IGFD_ClearFilesStyleFunction · 0.80

Calls 1

clearMethod · 0.80

Tested by

no test coverage detected