![]() |
Qt 6.x
The Qt SDK
|
Public Member Functions | |
QShortcutEntry () | |
QShortcutEntry (const QKeySequence &k) | |
QShortcutEntry (QObject *o, const QKeySequence &k, Qt::ShortcutContext c, int i, bool a, QShortcutMap::ContextMatcher m) | |
bool | correctContext () const |
bool | operator< (const QShortcutEntry &f) const |
Public Attributes | |
QKeySequence | keyseq |
Qt::ShortcutContext | context |
bool | enabled: 1 |
bool | autorepeat: 1 |
signed int | id |
QObject * | owner |
QShortcutMap::ContextMatcher | contextMatcher |
Definition at line 29 of file qshortcutmap.cpp.
|
inline |
Definition at line 31 of file qshortcutmap.cpp.
|
inline |
Definition at line 35 of file qshortcutmap.cpp.
|
inline |
Definition at line 39 of file qshortcutmap.cpp.
|
inline |
Definition at line 43 of file qshortcutmap.cpp.
References context.
|
inline |
Definition at line 45 of file qshortcutmap.cpp.
bool QShortcutEntry::autorepeat |
Definition at line 51 of file qshortcutmap.cpp.
Qt::ShortcutContext QShortcutEntry::context |
Definition at line 49 of file qshortcutmap.cpp.
QShortcutMap::ContextMatcher QShortcutEntry::contextMatcher |
Definition at line 54 of file qshortcutmap.cpp.
bool QShortcutEntry::enabled |
Definition at line 50 of file qshortcutmap.cpp.
signed int QShortcutEntry::id |
Definition at line 52 of file qshortcutmap.cpp.
QKeySequence QShortcutEntry::keyseq |
Definition at line 48 of file qshortcutmap.cpp.
QObject* QShortcutEntry::owner |
Definition at line 53 of file qshortcutmap.cpp.