gerbv
2.6A
|
Go to the source code of this file.
Functions | |
GArray * | pick_and_place_parse_file (gerb_file_t *fd) |
Header info for the PNP (pick-and-place) parsing functions.
Definition in file pick-and-place.h.
GArray* pick_and_place_parse_file | ( | gerb_file_t * | fd | ) |
Parses the PNP data.
two lists are filled with the row data.
One for the scrollable list in the search and select parts interface, the other one a mere two columned list, which drives the autocompletion when entering a search.
It also tries to determine the shape of a part and sets pnp_state->shape accordingly which will be used when drawing the selections as an overlay on screen.
Definition at line 197 of file pick-and-place.c.
References gerb_transf_rotate(), and pick_and_place_get_float_unit().