2007-06-05 12:10:51 +00:00
|
|
|
/* declarations prototype */
|
|
|
|
|
2009-04-05 20:49:15 +00:00
|
|
|
int* InstallDialogLayerPairChoice( WinEDA_GerberFrame* parent );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2007-09-13 11:55:46 +00:00
|
|
|
bool Read_Config();
|
2009-04-05 20:49:15 +00:00
|
|
|
bool Read_Hotkey_Config( WinEDA_DrawFrame* frame, bool verbose );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
|
2009-04-05 20:49:15 +00:00
|
|
|
void Print_PcbItems( BOARD* Pcb, wxDC* DC, int drawmode, int printmasklayer );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2010-01-31 20:01:46 +00:00
|
|
|
void DisplayColorSetupFrame( WinEDA_GerberFrame* parent, const wxPoint& framepos );
|
|
|
|
void Trace_Segment( BOARD* aBrd, WinEDA_DrawPanel* panel,
|
2009-04-05 20:49:15 +00:00
|
|
|
wxDC* DC,
|
|
|
|
TRACK* pt_piste,
|
|
|
|
int draw_mode );
|
|
|
|
|
2010-01-31 20:01:46 +00:00
|
|
|
|