SWMMVis  6.0.0-alpha.4
Qt6/C++ GIS-based graphical user interface for the SWMMVis engine (6.0.0-alpha.4)
Loading...
Searching...
No Matches
commandpalettemodel.h File Reference
#include <QAbstractListModel>
#include <QList>
#include <QString>
Include dependency graph for commandpalettemodel.h:
This graph shows which files directly or indirectly include this file:

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)
 

Detailed Description

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.