57Q_DECLARE_INTERFACE (
IShortcutProxy,
"org.Deviant.LeechCraft.IShortcutProxy/1.0")
Proxy for requesting shortcuts from the shortcut manager in the Core.
virtual ~IShortcutProxy()
virtual QList< QKeySequence > GetShortcuts(QObject *object, const QString &id)=0
Returns a QKeySequence for the given action.
virtual bool HasObject(QObject *object) const =0
Checks whether a given object has been registered already.