![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qnamespace.h>
Public Member Functions | |
constexpr Q_IMPLICIT | QKeyCombination (Qt::Key key=Qt::Key_unknown) noexcept |
constexpr | QKeyCombination (Qt::Modifiers modifiers, Qt::Key key=Qt::Key_unknown) noexcept |
constexpr | QKeyCombination (Qt::KeyboardModifiers modifiers, Qt::Key key=Qt::Key_unknown) noexcept |
constexpr Qt::KeyboardModifiers | keyboardModifiers () const noexcept |
constexpr Qt::Key | key () const noexcept |
constexpr int | toCombined () const noexcept |
bool | operator< (QKeyCombination) const =delete |
Static Public Member Functions | |
static constexpr QKeyCombination | fromCombined (int combined) |
Friends | |
constexpr bool | comparesEqual (const QKeyCombination &lhs, const QKeyCombination &rhs) noexcept |
Definition at line 1886 of file qnamespace.h.
|
inlineconstexprnoexcept |
Definition at line 1891 of file qnamespace.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 1895 of file qnamespace.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 1899 of file qnamespace.h.
|
inlinestaticconstexpr |
Definition at line 1913 of file qnamespace.h.
|
inlineconstexprnoexcept |
Definition at line 1908 of file qnamespace.h.
References Qt::KeyboardModifierMask.
|
inlineconstexprnoexcept |
Definition at line 1903 of file qnamespace.h.
|
delete |
|
inlineconstexprnoexcept |
Definition at line 1920 of file qnamespace.h.
|
friend |
Definition at line 1934 of file qnamespace.h.