Login  Register

Getting click coordinates from plugin

Posted by jportemer on Apr 12, 2013; 11:16am
URL: https://forum.librecad.org/Getting-click-coordinates-from-plugin-tp5707898.html

Hello everybody. I am a student and for a project I have to write a plugin on LibreCAD for positionning points in terms of others. I am working on the sample.h and sample.cpp.
I have adapted the form so that I can place and draw a point by three distances to three point already drawn.
Now I absolutely need to compute a method on this plugin that lets the user to click on the draw space and place a point where he clicked.
How can I do that ? How can I get the (x,y) click coordinates of the click so that I could create a QPointF(x,y) and call the AddPoint method of the document_interface doc object ?

I have to find a solution quick so if you have any clue to solve this problem, that would be very nice !

Thanks a lot for your help.