Definition at line 15 of file QskShortcutMap.h.
 
 | 
| static void  | setAutoRepeat (int, bool on) | 
|   | 
| static void  | setEnabled (int, bool on) | 
|   | 
| static void  | setEnabled (const QKeySequence &, bool on) | 
|   | 
| static void  | removeShortcut (int) | 
|   | 
| static int  | addShortcut (const QKeySequence &, bool autoRepeat, const QObject *receiver, const char *method) | 
|   | 
| static int  | addShortcut (QQuickWindow *, const QKeySequence &, bool autoRepeat, const QObject *receiver, const char *method) | 
|   | 
| 
static int  | addShortcut (QQuickItem *, const QKeySequence &, bool autoRepeat, const QObject *receiver, const char *method) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (const QKeySequence &, bool autoRepeat, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickItem *, const QKeySequence &, bool autoRepeat, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickWindow *, const QKeySequence &, bool autoRepeat, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (const QKeySequence &, bool autoRepeat, const QObject *context, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickItem *, const QKeySequence &, bool autoRepeat, const QObject *context, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsFunctorOrStaticFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickWindow *, const QKeySequence &, bool autoRepeat, const QObject *context, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsMemberFunction< T > *  = nullptr>  | 
| static int  | addShortcut (const QKeySequence &, bool autoRepeat, const typename QtPrivate::FunctionPointer< T >::Object *receiver, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsMemberFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickItem *, const QKeySequence &, bool autoRepeat, const typename QtPrivate::FunctionPointer< T >::Object *receiver, T function) | 
|   | 
| template<typename T , QskMetaFunctionTraits::IsMemberFunction< T > *  = nullptr>  | 
| static int  | addShortcut (QQuickWindow *, const QKeySequence &, bool autoRepeat, const typename QtPrivate::FunctionPointer< T >::Object *receiver, T function) | 
|   | 
| static bool  | invokeCallback (const QKeySequence &) | 
|   | 
| static bool  | invokeCallback (QQuickWindow *, const QKeySequence &) | 
|   | 
| static bool  | invokeCallback (QQuickItem *, const QKeySequence &) | 
|   | 
| static bool  | contextMatcher (const QQuickItem *, Qt::ShortcutContext) | 
|   |