![]() |
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 | |
| TabWidgetCommand (QDesignerFormWindowInterface *formWindow) | |
| ~TabWidgetCommand () override | |
| void | init (QTabWidget *tabWidget) |
| 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. | |
| void | redo () override |
| Applies 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) |
| 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 | |
| void | removePage () |
| void | addPage () |
| 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) |
Protected Attributes | |
| QPointer< QTabWidget > | m_tabWidget |
| QPointer< QWidget > | m_widget |
| int | m_index |
| QString | m_itemText |
| QIcon | m_itemIcon |
Additional Inherited Members | |
| Static Public Member Functions inherited from qdesigner_internal::QDesignerFormWindowCommand | |
| static void | updateBuddies (QDesignerFormWindowInterface *form, const QString &old_name, const QString &new_name) |
Definition at line 484 of file qdesigner_command_p.h.
|
explicit |
Definition at line 1075 of file qdesigner_command.cpp.
|
overridedefault |
|
protected |
Definition at line 1104 of file qdesigner_command.cpp.
| void qdesigner_internal::TabWidgetCommand::init | ( | QTabWidget * | tabWidget | ) |
Definition at line 1083 of file qdesigner_command.cpp.
|
protected |
Definition at line 1092 of file qdesigner_command.cpp.
|
protected |
Definition at line 499 of file qdesigner_command_p.h.
|
protected |
Definition at line 501 of file qdesigner_command_p.h.
|
protected |
Definition at line 500 of file qdesigner_command_p.h.
|
protected |
Definition at line 497 of file qdesigner_command_p.h.
Definition at line 498 of file qdesigner_command_p.h.