SymbolEditor
1.3.0
|
Flip vertical command class. More...
#include <Commands.h>
Public Member Functions | |
FlipVerticalCommand (Editor *editor) | |
~FlipVerticalCommand () | |
virtual void | undo () |
virtual void | redo () |
Private Attributes | |
Editor * | m_editor |
Flip vertical command class.
Implement the flipping of the QPainterPath for the current symbol vertically about the horizontal axis passing through the center line of the symbol.
Nothing is stored for undo as this is implemented by another flip vertical.
Definition at line 304 of file Commands.h.
|
explicit |
FlipVerticalCommand::~FlipVerticalCommand | ( | ) |
Destructor
Definition at line 556 of file Commands.cpp.
|
virtual |
Redo the flip vertical command. Call the Editor::flipPointsVertical to flip the points.
Definition at line 573 of file Commands.cpp.
|
virtual |
Undo the flip vertical command. Call the Editor::flipPointsVertical to flip the points.
Definition at line 564 of file Commands.cpp.
|
private |
pointer to the editor
Definition at line 314 of file Commands.h.