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

Method SortFields

external/ImGuiFileDialog/ImGuiFileDialog.cpp:1927–1929  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1925}
1926
1927void IGFD::FileManager::SortFields(const FileDialogInternal& vFileDialogInternal) {
1928 m_SortFields(vFileDialogInternal, m_FileList, m_FilteredFileList);
1929}
1930
1931bool IGFD::FileManager::M_SortStrings(const FileDialogInternal& vFileDialogInternal, const bool vInsensitiveCase, const bool vDescendingOrder, const std::string& vA, const std::string& vB) {
1932 if (vFileDialogInternal.getDialogConfig().flags & ImGuiFileDialogFlags_NaturalSorting) {

Callers 2

m_DrawFileListViewMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected