|
| | ArrowKeyPropertyCommand (QDesignerFormWindowInterface *fw, QUndoCommand *p=nullptr) |
| void | init (QWidgetList &l, ArrowKeyOperation op) |
| | ArrowKeyPropertyCommand (QDesignerFormWindowInterface *fw, QUndoCommand *p=nullptr) |
| void | init (QWidgetList &l, ArrowKeyOperation op) |
| Public Member Functions inherited from qdesigner_internal::SetPropertyCommand |
| | SetPropertyCommand (QDesignerFormWindowInterface *formWindow, QUndoCommand *parent=nullptr) |
| bool | init (QObject *object, const QString &propertyName, const QVariant &newValue) |
| bool | init (const QObjectList &list, const QString &propertyName, const QVariant &newValue, QObject *referenceObject=nullptr, bool enableSubPropertyHandling=true) |
| QVariant | newValue () const |
| void | setNewValue (const QVariant &newValue) |
| int | id () const override |
| | Returns the ID of this command.
|
| bool | mergeWith (const QUndoCommand *other) override |
| | Attempts to merge this command with command.
|
| void | redo () override |
| | Applies a change to the document.
|
| Public Member Functions inherited from qdesigner_internal::PropertyListCommand |
| | PropertyListCommand (QDesignerFormWindowInterface *formWindow, QUndoCommand *parent=nullptr) |
| QObject * | object (int index=0) const |
| QVariant | oldValue (int index=0) const |
| void | setOldValue (const QVariant &oldValue, int index=0) |
| void | undo () override |
| | Reverts a change to the document.
|
| Public Member Functions inherited from qdesigner_internal::QDesignerFormWindowCommand |
| | QDesignerFormWindowCommand (const QString &description, QDesignerFormWindowInterface *formWindow, QUndoCommand *parent=nullptr) |
| void | undo () override |
| | Reverts a change to the document.
|
| Public Member Functions inherited from QUndoCommand |
| | QUndoCommand (QUndoCommand *parent=nullptr) |
| | Constructs a QUndoCommand object with parent parent.
|
| | QUndoCommand (const QString &text, QUndoCommand *parent=nullptr) |
| | Constructs a QUndoCommand object with the given parent and text.
|
| virtual | ~QUndoCommand () |
| | Destroys the QUndoCommand object and all child commands.
|
| QString | text () const |
| | Returns a short text string describing what this command does; for example, "insert text".
|
| QString | actionText () const |
| void | setText (const QString &text) |
| | Sets the command's text to be the text specified.
|
| bool | isObsolete () const |
| void | setObsolete (bool obsolete) |
| int | childCount () const |
| const QUndoCommand * | child (int index) const |
|
| std::unique_ptr< PropertyHelper > | createPropertyHelper (QObject *o, SpecialProperty sp, QDesignerPropertySheetExtension *s, int i) const override |
| QVariant | mergeValue (const QVariant &newValue) override |
| std::unique_ptr< PropertyHelper > | createPropertyHelper (QObject *o, SpecialProperty sp, QDesignerPropertySheetExtension *s, int i) const override |
| QVariant | mergeValue (const QVariant &newValue) override |
| Protected Member Functions inherited from qdesigner_internal::PropertyListCommand |
| bool | add (QObject *object, const QString &propertyName) |
| bool | initList (const QObjectList &list, const QString &apropertyName, QObject *referenceObject=nullptr) |
| unsigned | setValue (const QVariant &value, bool changed, quint64 subPropertyMask) |
| unsigned | restoreOldValue () |
| unsigned | restoreDefaultValue () |
| void | update (unsigned updateMask) |
| bool | canMergeLists (const PropertyHelperList &other) const |
| PropertyHelperList & | propertyHelperList () |
| const PropertyHelperList & | propertyHelperList () const |
| const QString | propertyName () const |
| SpecialProperty | specialProperty () const |
| const PropertyDescription & | propertyDescription () const |
| Protected Member Functions inherited from qdesigner_internal::QDesignerFormWindowCommand |
| QDesignerFormWindowInterface * | formWindow () const |
| QDesignerFormEditorInterface * | core () const |
| QDesignerPropertySheetExtension * | propertySheet (QObject *object) const |
| void | cheapUpdate () |
| void | selectUnmanagedObject (QObject *unmanagedObject) |
Definition at line 1447 of file formwindow.cpp.