![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 |
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 | keySequence |
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.
References QShortcutEntry(), autorepeat, enabled, id, and owner.
Referenced by QShortcutEntry().
|
inline |
Definition at line 35 of file qshortcutmap.cpp.
References QShortcutEntry(), autorepeat, enabled, id, and owner.
Referenced by QShortcutEntry().
|
inline |
Definition at line 39 of file qshortcutmap.cpp.
References QShortcutEntry(), autorepeat, enabled, id, and owner.
Referenced by QShortcutEntry().
|
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.
|
inline |
Definition at line 43 of file qshortcutmap.cpp.
|
inline |
Definition at line 45 of file qshortcutmap.cpp.
|
inline |
Definition at line 45 of file qshortcutmap.cpp.
bool QShortcutEntry::autorepeat |
Definition at line 51 of file qshortcutmap.cpp.
Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().
Qt::ShortcutContext QShortcutEntry::context |
Definition at line 49 of file qshortcutmap.cpp.
Referenced by testing.tools.safetynet_job.JobRun::_BuildRunMetadata(), testing.tools.safetynet_job.JobRun::_IncrementalRun(), testing.tools.safetynet_job.JobRun::_WriteCheckpoint(), testing.tools.safetynet_job.JobRun::_WriteRawJson(), and testing.tools.safetynet_job.JobRun::Run().
QShortcutMap::ContextMatcher QShortcutEntry::contextMatcher |
Definition at line 54 of file qshortcutmap.cpp.
bool QShortcutEntry::enabled |
Definition at line 50 of file qshortcutmap.cpp.
Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().
signed int QShortcutEntry::id |
Definition at line 52 of file qshortcutmap.cpp.
Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().
QKeySequence QShortcutEntry::keySequence |
Definition at line 48 of file qshortcutmap.cpp.
QObject * QShortcutEntry::owner |
Definition at line 53 of file qshortcutmap.cpp.
Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().