2012-04-06 19:46:45 +00:00
|
|
|
* Implement iterator for NETCLASSES (NETCLASS) see class_netclass.h
|
2012-03-20 06:34:23 +00:00
|
|
|
|
2012-04-06 18:13:03 +00:00
|
|
|
* Saving modules to library (in librairi.cpp)
|
|
|
|
|
|
|
|
see:
|
|
|
|
- void PCB_EDIT_FRAME::ArchiveModulesOnBoard( const wxString& aLibName, bool aNewModulesOnly )
|
2012-03-20 06:34:23 +00:00
|
|
|
|
2012-03-19 11:21:29 +00:00
|
|
|
|
2012-04-06 18:13:03 +00:00
|
|
|
- bool PCB_BASE_FRAME::Save_Module_In_Library( const wxString& aLibName,
|
|
|
|
MODULE* aModule,
|
|
|
|
bool aOverwrite,
|
|
|
|
bool aDisplayDialog )
|
|
|
|
|
|
|
|
What do we do about this?, ask Dick, these functions should be transplanted
|
|
|
|
to kicad plugin?
|
|
|
|
|
|
|
|
|
2012-04-06 19:46:45 +00:00
|
|
|
void PCB_EDIT_FRAME::ArchiveModulesOnBoard( const wxString& aLibName, bool aNewModulesOnly )
|
|
|
|
|
2012-03-19 11:21:29 +00:00
|
|
|
|