← Back to team overview

kicad-developers team mailing list archive

Re: EEschema object selection code

 

Don wrote:
> Hi - I'm a new kicad user and new to this group. I'd like to take a
> look at the block selection code in EEschema. To save some time,
> could someone point me to the proper files and methods?

The file is kicad-source-path/common/drawpanel.cpp. The event handler
method is OnMouseEvent(). From there you have to trace your way up the
stack to the EESchema editing code which is in
kicad-source-path/eeschema/schedit.cpp. Good luck, there be demons in
there.

Wayne

> 
> 
> 
> 
> ------------------------------------
> 
> Yahoo! Groups Links
> 
> 
> 
>

 




References