![]() |
SWMMVis
6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
|
#include <QAbstractListModel>#include <QList>#include <QString>Go to the source code of this file.
Classes | |
| class | openswmmvis::ui::CommandPaletteModel |
Namespaces | |
| namespace | openswmmvis |
| namespace | openswmmvis::ui |
Functions | |
| int | openswmmvis::ui::fuzzyScore (const QString &pattern, const QString &candidate) |
UI redesign P7 — list model behind the command palette: a filtered, relevance-sorted view over ActionRegistry's registered actions. The fuzzy scorer is a pure free function so tests can pin its ranking behavior without widgets.