2007-06-05 12:10:51 +00:00
|
|
|
/* declarations prototype */
|
|
|
|
|
|
|
|
/***************************/
|
|
|
|
/* select_layers_to_pcb.cpp*/
|
|
|
|
/***************************/
|
2009-04-05 20:49:15 +00:00
|
|
|
int* InstallDialogLayerPairChoice( WinEDA_GerberFrame* parent );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
2007-09-10 04:51:01 +00:00
|
|
|
/***********************/
|
|
|
|
/* gerbview_config.cpp */
|
|
|
|
/***********************/
|
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
|
|
|
|
|
|
|
|
|
|
|
/****************/
|
|
|
|
/* lay2plot.cpp */
|
|
|
|
|
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
|
|
|
|
|
|
|
/*****************/
|
|
|
|
/* set_color.cpp */
|
|
|
|
/*****************/
|
2009-04-05 20:49:15 +00:00
|
|
|
void DisplayColorSetupFrame( WinEDA_DrawFrame* parent, const wxPoint& framepos );
|
2007-06-05 12:10:51 +00:00
|
|
|
|
|
|
|
|
|
|
|
/***************/
|
|
|
|
/* trpiste.cpp */
|
|
|
|
/***************/
|
2009-04-05 20:49:15 +00:00
|
|
|
void Trace_Segment( WinEDA_DrawPanel* panel,
|
|
|
|
wxDC* DC,
|
|
|
|
TRACK* pt_piste,
|
|
|
|
int draw_mode );
|
|
|
|
|