feat: Implement circle drawing tool
Co-authored-by: aider (gemini/gemini-2.5-pro) <aider@aider.chat>
This commit is contained in:
@@ -33,6 +33,7 @@ public slots:
|
||||
void setActiveTool(ToolType tool);
|
||||
void addLine(const gp_Pnt& start, const gp_Pnt& end);
|
||||
void addRectangle(const gp_Pnt& corner1, const gp_Pnt& corner2);
|
||||
void addCircle(const gp_Pnt& center, double radius);
|
||||
void newDocument();
|
||||
bool openDocument();
|
||||
bool saveDocument();
|
||||
|
||||
Reference in New Issue
Block a user