Inheritance diagram for MoveKeyFramesCommand:
Collaboration diagram for MoveKeyFramesCommand:Public Member Functions | |
| MoveKeyFramesCommand (int offset, QList< int > listOfPositions, int undoLayerId, const QString &description, Editor *editor, QUndoCommand *parent=nullptr) | |
| void | undo () override |
| void | redo () override |
Public Member Functions inherited from UndoRedoCommand | |
| UndoRedoCommand (Editor *editor, QUndoCommand *parent=nullptr) | |
Public Member Functions inherited from QUndoCommand | |
| QUndoCommand (QUndoCommand *parent) | |
| QUndoCommand (const QString &text, QUndoCommand *parent) | |
| virtual void | undo () |
| virtual void | redo () |
| QString | text () const const |
| QString | actionText () const const |
| void | setText (const QString &text) |
| bool | isObsolete () const const |
| void | setObsolete (bool obsolete) |
| virtual int | id () const const |
| virtual bool | mergeWith (const QUndoCommand *command) |
| int | childCount () const const |
| const QUndoCommand * | child (int index) const const |
Private Attributes | |
| int | undoLayerId = 0 |
| int | redoLayerId = 0 |
| int | frameOffset = 0 |
| QList< int > | positions |
Additional Inherited Members | |
Protected Member Functions inherited from UndoRedoCommand | |
| Editor * | editor () const |
| bool | isFirstRedo () const |
| void | setFirstRedo (const bool state) |
Definition at line 101 of file undoredocommand.h.
| MoveKeyFramesCommand::MoveKeyFramesCommand | ( | int | offset, |
| QList< int > | listOfPositions, | ||
| int | undoLayerId, | ||
| const QString & | description, | ||
| Editor * | editor, | ||
| QUndoCommand * | parent = nullptr |
||
| ) |
Definition at line 149 of file undoredocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 184 of file undoredocommand.cpp.
|
overridevirtual |
Reimplemented from QUndoCommand.
Definition at line 166 of file undoredocommand.cpp.
|
private |
Definition at line 118 of file undoredocommand.h.
|
private |
Definition at line 119 of file undoredocommand.h.
|
private |
Definition at line 116 of file undoredocommand.h.
|
private |
Definition at line 115 of file undoredocommand.h.