QElectroTech 0.200.1-dev
Loading...
Searching...
No Matches
shortcutmanager.h File Reference
#include <QHash>
#include <QKeySequence>
#include <QList>
#include <QPointer>
#include <QString>
#include <QStringList>
Include dependency graph for shortcutmanager.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ShortcutManager
 The ShortcutManager class App-wide registry of every rebindable shortcut, carried by either a QAction or a QAbstractButton – both declare an identical "shortcut" Q_PROPERTY of type QKeySequence, which this class targets generically via QObject so it doesn't need a separate code path for the handful of QAbstractButton-based shortcuts (e.g. a QPushButton acting as a shortcut- only trigger). More...
struct  ShortcutManager::ShortcutInfo
struct  ShortcutManager::Entry