![]() |
Qt 6.x
The Qt SDK
|
#include "qkeysequence.h"#include "qkeysequence_p.h"#include <qpa/qplatformtheme.h>#include "private/qguiapplication_p.h"#include "qdebug.h"#include <QtCore/qhashfunctions.h>#include "qdatastream.h"#include "qvariant.h"#include <algorithm>#include <q20algorithm.h>#include "moc_qkeysequence.cpp"
Include dependency graph for qkeysequence.cpp:Go to the source code of this file.
Classes | |
| struct | QModifKeyName |
Functions | |
| void Q_GUI_EXPORT | qt_set_sequence_auto_mnemonic (bool b) |
| Q_DECLARE_TYPEINFO (QModifKeyName, Q_RELOCATABLE_TYPE) | |
| static void | addKey (QString &str, const QString &theKey, QKeySequence::SequenceFormat format) |
| QDataStream & | operator<< (QDataStream &s, const QKeySequence &keysequence) |
| QDataStream & | operator>> (QDataStream &s, QKeySequence &keysequence) |
| QDebug | operator<< (QDebug dbg, const QKeySequence &p) |
Variables | ||
| static Q_CONSTINIT bool | qt_sequence_no_mnemonics = false | |
| struct { | ||
| int key | ||
| const char name [25] | ||
| } | keyname [] | |
| static constexpr int | numKeyNames = sizeof keyname / sizeof *keyname | |
|
inlinestatic |
Definition at line 1205 of file qkeysequence.cpp.
References QString::isEmpty(), QKeySequence::NativeText, str, and QCoreApplication::translate().
Referenced by QKeySequencePrivate::encodeString().
Here is the call graph for this function:
Here is the caller graph for this function:
|
related |
Definition at line 1594 of file qkeysequence.cpp.
| QDebug operator<< | ( | QDebug | dbg, |
| const QKeySequence & | p | ||
| ) |
Definition at line 1637 of file qkeysequence.cpp.
|
related |
Definition at line 1616 of file qkeysequence.cpp.
| Q_DECLARE_TYPEINFO | ( | QModifKeyName | , |
| Q_RELOCATABLE_TYPE | |||
| ) |
|
related |
Definition at line 139 of file qkeysequence.cpp.
Referenced by QWasmIntegration::QWasmIntegration().
Here is the caller graph for this function:| int key |
Definition at line 387 of file qkeysequence.cpp.
| constexpr struct { ... } keyname[] |
Referenced by QKeySequencePrivate::decodeString(), and QKeySequencePrivate::keyName().
| const char name[25] |
Definition at line 388 of file qkeysequence.cpp.
Definition at line 681 of file qkeysequence.cpp.
Referenced by QKeySequencePrivate::decodeString(), and QKeySequencePrivate::keyName().
|
static |
Definition at line 120 of file qkeysequence.cpp.
Referenced by QKeySequence::mnemonic(), and QKeySequence::qt_set_sequence_auto_mnemonic().