LeechCraft  0.6.70-3565-g2d86529
Modular cross-platform feature rich live environment.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
ihaveshortcuts.h File Reference
#include <QtPlugin>
#include <QMultiMap>
#include <QString>
#include <QKeySequence>
#include <QIcon>
#include <QMetaType>
+ Include dependency graph for ihaveshortcuts.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LeechCraft::ActionInfo
 Describes an action exposed in shortcut manager. More...
 
class  IHaveShortcuts
 Interface for plugins that support configuring shortcuts. More...
 

Namespaces

 LeechCraft
 

Typedefs

using QKeySequences_t = QList< QKeySequence >
 

Functions

 Q_DECLARE_METATYPE (QKeySequences_t)
 
 Q_DECLARE_METATYPE (LeechCraft::ActionInfo)
 
 Q_DECLARE_INTERFACE (IHaveShortcuts,"org.Deviant.LeechCraft.IHaveShortcuts/1.0")
 

Typedef Documentation

using QKeySequences_t = QList<QKeySequence>

Definition at line 41 of file ihaveshortcuts.h.

Function Documentation

Q_DECLARE_INTERFACE ( IHaveShortcuts  ,
"org.Deviant.LeechCraft.IHaveShortcuts/1.0"   
)
Q_DECLARE_METATYPE ( QKeySequences_t  )
Q_DECLARE_METATYPE ( LeechCraft::ActionInfo  )