summaryrefslogtreecommitdiffstats
path: root/Project/Machines.h
diff options
context:
space:
mode:
Diffstat (limited to 'Project/Machines.h')
-rw-r--r--Project/Machines.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Project/Machines.h b/Project/Machines.h
index 737e407..8c60631 100644
--- a/Project/Machines.h
+++ b/Project/Machines.h
@@ -16,12 +16,12 @@ public:
virtual void Move(wxPoint2DDouble position);
virtual void MoveNode(Element* element, wxPoint2DDouble position);
virtual void StartMove(wxPoint2DDouble position);
- virtual void RotateNode(Element* parent);
+ virtual void RotateNode(Element* parent, bool clockwise = true);
virtual void RemoveParent(Element* parent);
virtual bool NodeContains(wxPoint2DDouble position);
virtual bool SetNodeParent(Element* parent);
virtual void UpdateNodes();
- virtual void Rotate();
+ virtual void Rotate(bool clockwise = true);
virtual void DrawSymbol() const {}
protected: