Improved user visual feedback on geometryview actions (rotation and

scaling).
This commit is contained in:
brunoherbelin
2020-09-09 23:39:08 +02:00
parent 32234c4d7c
commit a5545147f0
7 changed files with 179 additions and 258 deletions

5
View.h
View File

@@ -148,10 +148,11 @@ public:
void terminate();
private:
Node *overlay_rotation_circle_;
Node *overlay_rotation_;
Node *overlay_rotation_clock_;
Node *overlay_scaling_;
Node *overlay_grid_;
Node *overlay_scaling_cross_;
Node *overlay_scaling_grid_;
};
class LayerView : public View