![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <newactiondialog_p.h>
Public Types | |
| enum | ChangeMask { TextChanged = 0x1 , NameChanged = 0x2 , ToolTipChanged = 0x4 , IconChanged = 0x8 , CheckableChanged = 0x10 , KeysequenceChanged = 0x20 , MenuRoleChanged = 0x40 } |
Public Member Functions | |
| unsigned | compare (const ActionData &rhs) const |
Public Attributes | |
| QString | text |
| QString | name |
| QString | toolTip |
| PropertySheetIconValue | icon |
| bool | checkable {false} |
| PropertySheetKeySequenceValue | keysequence |
| PropertySheetFlagValue | menuRole |
Friends | |
| bool | comparesEqual (const ActionData &lhs, const ActionData &rhs) noexcept |
Definition at line 34 of file newactiondialog_p.h.
| Enumerator | |
|---|---|
| TextChanged | |
| NameChanged | |
| ToolTipChanged | |
| IconChanged | |
| CheckableChanged | |
| KeysequenceChanged | |
| MenuRoleChanged | |
Definition at line 36 of file newactiondialog_p.h.
| unsigned qdesigner_internal::ActionData::compare | ( | const ActionData & | rhs | ) | const |
Definition at line 24 of file newactiondialog.cpp.
References checkable, CheckableChanged, IconChanged, KeysequenceChanged, MenuRoleChanged, NameChanged, TextChanged, and ToolTipChanged.
Referenced by comparesEqual.
|
friend |
Definition at line 53 of file newactiondialog_p.h.
References compare().
| bool qdesigner_internal::ActionData::checkable {false} |
Definition at line 49 of file newactiondialog_p.h.
Referenced by compare().
| PropertySheetIconValue qdesigner_internal::ActionData::icon |
Definition at line 48 of file newactiondialog_p.h.
| PropertySheetKeySequenceValue qdesigner_internal::ActionData::keysequence |
Definition at line 50 of file newactiondialog_p.h.
| PropertySheetFlagValue qdesigner_internal::ActionData::menuRole |
Definition at line 51 of file newactiondialog_p.h.
| QString qdesigner_internal::ActionData::name |
Definition at line 46 of file newactiondialog_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QString qdesigner_internal::ActionData::text |
Definition at line 45 of file newactiondialog_p.h.
| QString qdesigner_internal::ActionData::toolTip |
Definition at line 47 of file newactiondialog_p.h.