Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QShortcutEntry Struct Reference
Collaboration diagram for QShortcutEntry:

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
QObjectowner
QShortcutMap::ContextMatcher contextMatcher

Detailed Description

Definition at line 29 of file qshortcutmap.cpp.

Constructor & Destructor Documentation

◆ QShortcutEntry() [1/6]

QShortcutEntry::QShortcutEntry ( )
inline

Definition at line 31 of file qshortcutmap.cpp.

References QShortcutEntry(), autorepeat, enabled, id, and owner.

Referenced by QShortcutEntry().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QShortcutEntry() [2/6]

QShortcutEntry::QShortcutEntry ( const QKeySequence & k)
inline

Definition at line 35 of file qshortcutmap.cpp.

References QShortcutEntry(), autorepeat, enabled, id, and owner.

Referenced by QShortcutEntry().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QShortcutEntry() [3/6]

QShortcutEntry::QShortcutEntry ( QObject * o,
const QKeySequence & k,
Qt::ShortcutContext c,
int i,
bool a,
QShortcutMap::ContextMatcher m )
inline

Definition at line 39 of file qshortcutmap.cpp.

References QShortcutEntry(), autorepeat, enabled, id, and owner.

Referenced by QShortcutEntry().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ QShortcutEntry() [4/6]

QShortcutEntry::QShortcutEntry ( )
inline

Definition at line 31 of file qshortcutmap.cpp.

◆ QShortcutEntry() [5/6]

QShortcutEntry::QShortcutEntry ( const QKeySequence & k)
inline

Definition at line 35 of file qshortcutmap.cpp.

◆ QShortcutEntry() [6/6]

QShortcutEntry::QShortcutEntry ( QObject * o,
const QKeySequence & k,
Qt::ShortcutContext c,
int i,
bool a,
QShortcutMap::ContextMatcher m )
inline

Definition at line 39 of file qshortcutmap.cpp.

Member Function Documentation

◆ correctContext() [1/2]

bool QShortcutEntry::correctContext ( ) const
inline

Definition at line 43 of file qshortcutmap.cpp.

◆ correctContext() [2/2]

bool QShortcutEntry::correctContext ( ) const
inline

Definition at line 43 of file qshortcutmap.cpp.

◆ operator<() [1/2]

bool QShortcutEntry::operator< ( const QShortcutEntry & f) const
inline

Definition at line 45 of file qshortcutmap.cpp.

◆ operator<() [2/2]

bool QShortcutEntry::operator< ( const QShortcutEntry & f) const
inline

Definition at line 45 of file qshortcutmap.cpp.

Member Data Documentation

◆ autorepeat

bool QShortcutEntry::autorepeat

Definition at line 51 of file qshortcutmap.cpp.

Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().

◆ context

◆ contextMatcher

QShortcutMap::ContextMatcher QShortcutEntry::contextMatcher

Definition at line 54 of file qshortcutmap.cpp.

◆ enabled

bool QShortcutEntry::enabled

Definition at line 50 of file qshortcutmap.cpp.

Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().

◆ id

signed int QShortcutEntry::id

Definition at line 52 of file qshortcutmap.cpp.

Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().

◆ keySequence

QKeySequence QShortcutEntry::keySequence

Definition at line 48 of file qshortcutmap.cpp.

◆ owner

QObject * QShortcutEntry::owner

Definition at line 53 of file qshortcutmap.cpp.

Referenced by QShortcutEntry(), QShortcutEntry(), and QShortcutEntry().


The documentation for this struct was generated from the following file: