ui: panning GraphView and resizing after node was moved

This commit is contained in:
Eberhard Graether
2015-03-23 16:16:26 +01:00
parent 5fc7182dc0
commit 7790241926
9 changed files with 37 additions and 14 deletions
@@ -29,7 +29,6 @@ public:
virtual Vec2i getPosition() const = 0;
virtual bool setPosition(const Vec2i& position) = 0;
virtual void moveTo(const Vec2i& position) = 0;
virtual Vec2i getSize() const = 0;
virtual void setSize(const Vec2i& size) = 0;