QGIS API Documentation 3.40.0-Bratislava (b56115d8743)
|
Interface for layout objects which support undo/redo commands. More...
#include <qgslayoutundocommand.h>
Public Member Functions | |
virtual | ~QgsLayoutUndoObjectInterface ()=default |
virtual QgsAbstractLayoutUndoCommand * | createCommand (const QString &text, int id=0, QUndoCommand *parent=nullptr)=0 |
Creates a new layout undo command with the specified text and parent. | |
Interface for layout objects which support undo/redo commands.
Definition at line 126 of file qgslayoutundocommand.h.
|
virtualdefault |
|
pure virtual |
Creates a new layout undo command with the specified text and parent.
The id argument can be used to specify an id number for the source event - this is used to determine whether QUndoCommand command compression can apply to the command.
Implemented in QgsLayoutItem, QgsLayoutItemPage, QgsLayoutMultiFrame, QgsLayoutSerializableObject, and QgsLayout.