Commit 35b7973b authored by dickelbeck's avatar dickelbeck

layer names in *.brd file

parent 10e13ae5
...@@ -8,13 +8,15 @@ email address. ...@@ -8,13 +8,15 @@ email address.
2008-Mar-3 UPDATE Dick Hollenbeck <dick@softplc.com> 2008-Mar-3 UPDATE Dick Hollenbeck <dick@softplc.com>
================================================================================ ================================================================================
+pcbnew +pcbnew
Completed transision to BOARD::GetLayerName() and away from ReturnPcbLayerName(). * Completed transision to BOARD::GetLayerName() and away from ReturnPcbLayerName().
LayerNames and LAYER_T are saved int the *.brd file and may be edited LayerNames and LAYER_T are saved int the *.brd file and may be edited
there with a text editor until the UI is in place to edit them in PCBNEW. there with a text editor until the UI is in place to edit them in PCBNEW.
To understand the strategy, see BOARD::GetLayerName() in class_board.cpp To understand the strategy, see BOARD::GetLayerName() in class_board.cpp
and see WinEDA_BasePcbFrame::ReadSetup(). I will be adding "Board" menu and see WinEDA_BasePcbFrame::ReadSetup(). I will be adding "Board" menu
item to Preferences, but there is more to come before the UI gets done: item to Preferences, but there is more to come before the UI gets done:
net classes. net classes.
* Clear_Pcb() now deletes the existing BOARD() and new's a new BOARD() so that
the default BOARD::m_Layer[] values can be set in the new BOARD's constructor.
2008-mars-03 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr> 2008-mars-03 UPDATE Jean-Pierre Charras <jean-pierre.charras@inpg.fr>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment