#include <qdesigner_propertycommand_p.h>
◆ PropertyHelperList
◆ PropertyHelperPtr
◆ PropertyListCommand()
◆ add()
bool qdesigner_internal::PropertyListCommand::add |
( |
QObject * | object, |
|
|
const QString & | propertyName ) |
|
protected |
◆ canMergeLists()
bool qdesigner_internal::PropertyListCommand::canMergeLists |
( |
const PropertyHelperList & | other | ) |
const |
|
protected |
◆ createPropertyHelper()
◆ initList()
bool qdesigner_internal::PropertyListCommand::initList |
( |
const QObjectList & | list, |
|
|
const QString & | apropertyName, |
|
|
QObject * | referenceObject = nullptr ) |
|
protected |
◆ object()
QObject * qdesigner_internal::PropertyListCommand::object |
( |
int | index = 0 | ) |
const |
◆ oldValue()
QVariant qdesigner_internal::PropertyListCommand::oldValue |
( |
int | index = 0 | ) |
const |
◆ propertyDescription()
const PropertyDescription & qdesigner_internal::PropertyListCommand::propertyDescription |
( |
| ) |
const |
|
inlineprotected |
◆ propertyHelperList() [1/2]
◆ propertyHelperList() [2/2]
const PropertyHelperList & qdesigner_internal::PropertyListCommand::propertyHelperList |
( |
| ) |
const |
|
inlineprotected |
◆ propertyName()
const QString qdesigner_internal::PropertyListCommand::propertyName |
( |
| ) |
const |
|
protected |
◆ restoreDefaultValue()
unsigned qdesigner_internal::PropertyListCommand::restoreDefaultValue |
( |
| ) |
|
|
protected |
◆ restoreOldValue()
unsigned qdesigner_internal::PropertyListCommand::restoreOldValue |
( |
| ) |
|
|
protected |
◆ setOldValue()
void qdesigner_internal::PropertyListCommand::setOldValue |
( |
const QVariant & | oldValue, |
|
|
int | index = 0 ) |
◆ setValue()
unsigned qdesigner_internal::PropertyListCommand::setValue |
( |
const QVariant & | value, |
|
|
bool | changed, |
|
|
quint64 | subPropertyMask ) |
|
protected |
◆ specialProperty()
SpecialProperty qdesigner_internal::PropertyListCommand::specialProperty |
( |
| ) |
const |
|
protected |
◆ undo()
void qdesigner_internal::PropertyListCommand::undo |
( |
| ) |
|
|
overridevirtual |
Reverts a change to the document.
After undo() is called, the state of the document should be the same as before redo() was called. This function must be implemented in the derived class. Calling QUndoStack::push(), QUndoStack::undo() or QUndoStack::redo() from this function leads to undefined beahavior.
The default implementation calls undo() on all child commands in reverse order.
- See also
- redo()
Reimplemented from QUndoCommand.
Definition at line 1161 of file qdesigner_propertycommand.cpp.
◆ update()
void qdesigner_internal::PropertyListCommand::update |
( |
unsigned | updateMask | ) |
|
|
protected |
The documentation for this class was generated from the following files: