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