![]() |
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_command_p.h>
Public Member Functions | |
LowerWidgetCommand (QDesignerFormWindowInterface *formWindow) | |
void | init (QWidget *widget) |
![]() | |
ChangeZOrderCommand (QDesignerFormWindowInterface *formWindow) | |
void | init (QWidget *widget) |
void | redo () override |
Applies a change to the document. | |
void | undo () override |
Reverts a change to the document. | |
![]() | |
QDesignerFormWindowCommand (const QString &description, QDesignerFormWindowInterface *formWindow, QUndoCommand *parent=nullptr) | |
void | undo () override |
Reverts a change to the document. | |
void | redo () override |
Applies a change to the document. | |
![]() | |
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) |
virtual int | id () const |
Returns the ID of this command. | |
virtual bool | mergeWith (const QUndoCommand *other) |
Attempts to merge this command with command. | |
int | childCount () const |
const QUndoCommand * | child (int index) const |
Protected Member Functions | |
QWidgetList | reorderWidget (const QWidgetList &list, QWidget *widget) const override |
void | reorder (QWidget *widget) const override |
![]() | |
QDesignerFormWindowInterface * | formWindow () const |
QDesignerFormEditorInterface * | core () const |
QDesignerPropertySheetExtension * | propertySheet (QObject *object) const |
void | cheapUpdate () |
void | selectUnmanagedObject (QObject *unmanagedObject) |
Additional Inherited Members | |
![]() | |
static void | updateBuddies (QDesignerFormWindowInterface *form, const QString &old_name, const QString &new_name) |
Definition at line 125 of file qdesigner_command_p.h.
|
explicit |
Definition at line 292 of file qdesigner_command.cpp.
Definition at line 305 of file qdesigner_command.cpp.
|
overrideprotectedvirtual |
Implements qdesigner_internal::ChangeZOrderCommand.
Definition at line 311 of file qdesigner_command.cpp.
|
overrideprotectedvirtual |
Implements qdesigner_internal::ChangeZOrderCommand.
Definition at line 297 of file qdesigner_command.cpp.