QtBase  v6.3.1
Classes | Functions
qkeysequence.cpp File Reference
#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 "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)
 
size_t qHash (const QKeySequence &key, size_t seed) noexcept
 
QDataStreamoperator<< (QDataStream &s, const QKeySequence &keysequence)
 
QDataStreamoperator>> (QDataStream &s, QKeySequence &keysequence)
 
QDebug operator<< (QDebug dbg, const QKeySequence &p)
 

Function Documentation

◆ operator<<() [1/2]

QDataStream& operator<< ( QDataStream s,
const QKeySequence keysequence 
)
related

Definition at line 1619 of file qkeysequence.cpp.

◆ operator<<() [2/2]

QDebug operator<< ( QDebug  dbg,
const QKeySequence p 
)

Definition at line 1662 of file qkeysequence.cpp.

Here is the call graph for this function:

◆ operator>>()

QDataStream& operator>> ( QDataStream s,
QKeySequence keysequence 
)
related

Definition at line 1641 of file qkeysequence.cpp.

◆ Q_DECLARE_TYPEINFO()

Q_DECLARE_TYPEINFO ( QModifKeyName  ,
Q_RELOCATABLE_TYPE   
)

◆ qHash()

size_t qHash ( const QKeySequence key,
size_t  seed 
)
noexcept
Since
5.6

Calculates the hash value of key, using seed to seed the calculation.

Definition at line 1460 of file qkeysequence.cpp.

◆ qt_set_sequence_auto_mnemonic()

void Q_GUI_EXPORT qt_set_sequence_auto_mnemonic ( bool  b)
related

Definition at line 165 of file qkeysequence.cpp.

Variable Documentation

◆ key

int key

Definition at line 412 of file qkeysequence.cpp.

◆ name

const char name[25]

Definition at line 413 of file qkeysequence.cpp.