|
SymbolEditor
1.3.0
|
Rotate left command class. More...
#include <Commands.h>


Public Member Functions | |
| RotateLeftCommand (Editor *editor) | |
| ~RotateLeftCommand () | |
| virtual void | undo () |
| virtual void | redo () |
Private Attributes | |
| Editor * | m_editor |
Rotate left command class.
Implement the rotation of the QPainterPath for the current symbol left (counter clockwise).
Nothing is stored for undo as this is implemented as a rotate right.
Definition at line 239 of file Commands.h.
|
explicit |
| RotateLeftCommand::~RotateLeftCommand | ( | ) |
Destructor
Definition at line 440 of file Commands.cpp.
|
virtual |
Redo the rotate left command. Call the Editor::rotatePointsLeft function to rotate the points.
Definition at line 458 of file Commands.cpp.

|
virtual |
Undo the rotate left command. Call the Editor::rotatePointRight function to reverse the rotate left.
Definition at line 449 of file Commands.cpp.

|
private |
pointer to the editor
Definition at line 249 of file Commands.h.