![]() |
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 1905 of file qnamespace.h.
|
inlineconstexprnoexcept |
Definition at line 1910 of file qnamespace.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 1914 of file qnamespace.h.
|
inlineexplicitconstexprnoexcept |
Definition at line 1918 of file qnamespace.h.
|
inlinestaticconstexpr |
Definition at line 1932 of file qnamespace.h.
|
inlineconstexprnoexcept |
Definition at line 1927 of file qnamespace.h.
References Qt::KeyboardModifierMask.
|
inlineconstexprnoexcept |
Definition at line 1922 of file qnamespace.h.
|
delete |
|
inlineconstexprnoexcept |
Definition at line 1939 of file qnamespace.h.
|
friend |
Definition at line 1953 of file qnamespace.h.