Browse Source
pcbnew: More about work on color selection and items visibility:
pcbnew: More about work on color selection and items visibility:
removed global variables and a lot of redundanciespull/1/head
86 changed files with 645 additions and 541 deletions
-
63d-viewer/3d_draw.cpp
-
23d-viewer/3d_viewer.h
-
10CHANGELOG.txt
-
21common/class_colors_design_settings.cpp
-
2common/pcbcommon.cpp
-
2gerbview/deltrack.cpp
-
2gerbview/dialog_print_using_printer.cpp
-
6gerbview/export_to_pcbnew.cpp
-
6gerbview/gerbview.cpp
-
23gerbview/gerbview_config.h
-
2gerbview/lay2plot.cpp
-
22gerbview/protos.h
-
8gerbview/select_layers_to_pcb.cpp
-
8gerbview/set_color.cpp
-
4gerbview/set_color.h
-
20gerbview/tracepcb.cpp
-
8include/class_board_design_settings.h
-
7include/class_colors_design_settings.h
-
8include/class_pcb_screen.h
-
4include/pcbcommon.h
-
10include/wxPcbStruct.h
-
2pcbnew/autorout.cpp
-
16pcbnew/basepcbframe.cpp
-
81pcbnew/class_board.cpp
-
143pcbnew/class_board.h
-
20pcbnew/class_board_design_settings.cpp
-
7pcbnew/class_dimension.cpp
-
4pcbnew/class_dimension.h
-
5pcbnew/class_drawsegment.cpp
-
23pcbnew/class_edge_mod.cpp
-
5pcbnew/class_mire.cpp
-
14pcbnew/class_module.cpp
-
1pcbnew/class_module.h
-
22pcbnew/class_netclass.cpp
-
3pcbnew/class_netclass.h
-
15pcbnew/class_netinfo.h
-
44pcbnew/class_pad.cpp
-
39pcbnew/class_pad_draw_functions.cpp
-
12pcbnew/class_pcb_text.cpp
-
19pcbnew/class_text_mod.cpp
-
18pcbnew/class_track.cpp
-
14pcbnew/class_zone.cpp
-
24pcbnew/classpcb.cpp
-
2pcbnew/collectors.h
-
38pcbnew/dialog_design_rules.cpp
-
1pcbnew/dialog_design_rules.h
-
9pcbnew/dialog_drc.cpp
-
2pcbnew/dialog_drc.h
-
17pcbnew/dialog_edit_module_for_BoardEditor.cpp
-
14pcbnew/dialog_graphic_item_properties.cpp
-
21pcbnew/dialog_graphic_items_options.cpp
-
12pcbnew/dialog_graphic_items_options.h
-
27pcbnew/dialog_mask_clearance.cpp
-
1pcbnew/dialog_mask_clearance.h
-
15pcbnew/dialog_pad_properties.cpp
-
4pcbnew/dialog_print_using_printer.cpp
-
8pcbnew/dimension.cpp
-
12pcbnew/drc.cpp
-
10pcbnew/drc_stuff.h
-
12pcbnew/edit.cpp
-
4pcbnew/edit_pcb_text.cpp
-
8pcbnew/editedge.cpp
-
6pcbnew/editrack-part2.cpp
-
6pcbnew/editrack.cpp
-
8pcbnew/event_handlers_tracks_vias_sizes.cpp
-
4pcbnew/gen_drill_report_files.cpp
-
2pcbnew/gendrill.cpp
-
16pcbnew/hotkeys.cpp
-
76pcbnew/ioascii.cpp
-
10pcbnew/locate.cpp
-
4pcbnew/magnetic_tracks_functions.cpp
-
2pcbnew/mirepcb.cpp
-
3pcbnew/moduleframe.cpp
-
2pcbnew/move_or_drag_track.cpp
-
8pcbnew/onrightclick.cpp
-
26pcbnew/pcbframe.cpp
-
19pcbnew/pcbnew.h
-
21pcbnew/pcbnew_config.h
-
4pcbnew/pcbplot.cpp
-
2pcbnew/plot_rtn.cpp
-
10pcbnew/protos.h
-
6pcbnew/sel_layer.cpp
-
4pcbnew/solve.cpp
-
8pcbnew/tool_pcb.cpp
-
2pcbnew/toolbars_update_user_interface.cpp
-
8pcbnew/tracepcb.cpp
@ -1,33 +1,17 @@ |
|||
/* declarations prototype */ |
|||
|
|||
/***************************/ |
|||
/* select_layers_to_pcb.cpp*/ |
|||
/***************************/ |
|||
int* InstallDialogLayerPairChoice( WinEDA_GerberFrame* parent ); |
|||
|
|||
/***********************/ |
|||
/* gerbview_config.cpp */ |
|||
/***********************/ |
|||
bool Read_Config(); |
|||
bool Read_Hotkey_Config( WinEDA_DrawFrame* frame, bool verbose ); |
|||
|
|||
|
|||
/****************/ |
|||
/* lay2plot.cpp */ |
|||
|
|||
void Print_PcbItems( BOARD* Pcb, wxDC* DC, int drawmode, int printmasklayer ); |
|||
|
|||
/*****************/ |
|||
/* set_color.cpp */ |
|||
/*****************/ |
|||
void DisplayColorSetupFrame( WinEDA_DrawFrame* parent, const wxPoint& framepos ); |
|||
|
|||
|
|||
/***************/ |
|||
/* trpiste.cpp */ |
|||
/***************/ |
|||
void Trace_Segment( WinEDA_DrawPanel* panel, |
|||
void DisplayColorSetupFrame( WinEDA_GerberFrame* parent, const wxPoint& framepos ); |
|||
void Trace_Segment( BOARD* aBrd, WinEDA_DrawPanel* panel, |
|||
wxDC* DC, |
|||
TRACK* pt_piste, |
|||
int draw_mode ); |
|||
|
|||
|
|||
Write
Preview
Loading…
Cancel
Save
Reference in new issue