![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qdesigner_utils_p.h>
Public Member Functions | |
| PropertySheetKeySequenceValue (const QKeySequence &value=QKeySequence(), bool translatable=true, const QString &disambiguation=QString(), const QString &comment=QString()) | |
| PropertySheetKeySequenceValue (const QKeySequence::StandardKey &standardKey, bool translatable=true, const QString &disambiguation=QString(), const QString &comment=QString()) | |
| QKeySequence | value () const |
| void | setValue (const QKeySequence &value) |
| QKeySequence::StandardKey | standardKey () const |
| void | setStandardKey (const QKeySequence::StandardKey &standardKey) |
| bool | isStandardKey () const |
| Public Member Functions inherited from qdesigner_internal::PropertySheetTranslatableData | |
| bool | translatable () const |
| void | setTranslatable (bool translatable) |
| QString | disambiguation () const |
| void | setDisambiguation (const QString &d) |
| QString | comment () const |
| void | setComment (const QString &comment) |
| QString | id () const |
| void | setId (const QString &id) |
Friends | |
| bool | comparesEqual (const PropertySheetKeySequenceValue &lhs, const PropertySheetKeySequenceValue &rhs) noexcept |
Additional Inherited Members | |
| Protected Member Functions inherited from qdesigner_internal::PropertySheetTranslatableData | |
| PropertySheetTranslatableData (bool translatable=true, const QString &disambiguation=QString(), const QString &comment=QString()) | |
Definition at line 409 of file qdesigner_utils_p.h.
| qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue | ( | const QKeySequence & | value = QKeySequence(), |
| bool | translatable = true, | ||
| const QString & | disambiguation = QString(), | ||
| const QString & | comment = QString() ) |
Definition at line 481 of file qdesigner_utils.cpp.
| qdesigner_internal::PropertySheetKeySequenceValue::PropertySheetKeySequenceValue | ( | const QKeySequence::StandardKey & | standardKey, |
| bool | translatable = true, | ||
| const QString & | disambiguation = QString(), | ||
| const QString & | comment = QString() ) |
Definition at line 486 of file qdesigner_utils.cpp.
| bool qdesigner_internal::PropertySheetKeySequenceValue::isStandardKey | ( | ) | const |
Definition at line 513 of file qdesigner_utils.cpp.
| void qdesigner_internal::PropertySheetKeySequenceValue::setStandardKey | ( | const QKeySequence::StandardKey & | standardKey | ) |
Definition at line 507 of file qdesigner_utils.cpp.
| void qdesigner_internal::PropertySheetKeySequenceValue::setValue | ( | const QKeySequence & | value | ) |
Definition at line 496 of file qdesigner_utils.cpp.
| QKeySequence::StandardKey qdesigner_internal::PropertySheetKeySequenceValue::standardKey | ( | ) | const |
Definition at line 502 of file qdesigner_utils.cpp.
| QKeySequence qdesigner_internal::PropertySheetKeySequenceValue::value | ( | ) | const |
Definition at line 491 of file qdesigner_utils.cpp.
|
friend |
Definition at line 428 of file qdesigner_utils_p.h.