KiCad PCB EDA Suite
Loading...
Searching...
No Matches
pcb_edit_frame.h
Go to the documentation of this file.
1/*
2 * This program source code file is part of KiCad, a free EDA CAD application.
3 *
4 * Copyright (C) 2010 Jean-Pierre Charras, [email protected]
5 * Copyright (C) 2010-2023 KiCad Developers, see AUTHORS.txt for contributors.
6 *
7 * This program is free software: you can redistribute it and/or modify it
8 * under the terms of the GNU General Public License as published by the
9 * Free Software Foundation, either version 3 of the License, or (at your
10 * option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful, but
13 * WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
15 * General Public License for more details.
16 *
17 * You should have received a copy of the GNU General Public License along
18 * with this program. If not, see <http://www.gnu.org/licenses/>.
19 */
20
21#ifndef __PCB_EDIT_FRAME_H__
22#define __PCB_EDIT_FRAME_H__
23
24#include "pcb_base_edit_frame.h"
25#include "zones.h"
26#include <mail_type.h>
27
28class ACTION_PLUGIN;
29class PCB_SCREEN;
30class BOARD;
31class BOARD_COMMIT;
35class FOOTPRINT;
36class PCB_TRACK;
37class PCB_VIA;
38class PAD;
39class PCB_TARGET;
40class PCB_GROUP;
42class DRC;
43class DIALOG_FIND;
44class DIALOG_PLOT;
45class ZONE;
48class SELECTION;
49class PCB_MARKER;
50class BOARD_ITEM;
52class NETLIST;
53class REPORTER;
54struct PARSE_ERROR;
55class IO_ERROR;
56class FP_LIB_TABLE;
58class ACTION_MENU;
59class TOOL_ACTION;
60class STRING_UTF8_MAP;
61
62enum LAST_PATH_TYPE : unsigned int;
63
64namespace PCB { struct IFACE; } // KIFACE is in pcbnew.cpp
65
72{
73public:
74 virtual ~PCB_EDIT_FRAME();
75
84 void LoadFootprints( NETLIST& aNetlist, REPORTER& aReporter );
85
86 void OnQuit( wxCommandEvent& event );
87
93 bool IsContentModified() const override;
94
99
104
109 void UpdateUserInterface();
110
111 void HardRedraw() override;
112
116 void RebuildAndRefresh();
117
126 void ExecuteRemoteCommand( const char* cmdline ) override;
127
128 void KiwayMailIn( KIWAY_EXPRESS& aEvent ) override;
129
133 std::vector<BOARD_ITEM*> FindItemsFromSyncSelection( std::string syncStr );
134
138 static const wxString SearchPaneName() { return wxT( "Search" ); }
139
143 void ShowFindDialog();
144
148 void FindNext( bool reverse = false );
149
153 void ToPlotter( int aID );
154
158 void ExportSVG( wxCommandEvent& event );
159
160 // User interface update command event handlers.
161 void OnUpdateLayerSelectBox( wxUpdateUIEvent& aEvent );
162
163 bool LayerManagerShown();
164 bool PropertiesShown();
165
166 void OnUpdateSelectViaSize( wxUpdateUIEvent& aEvent );
167 void OnUpdateSelectTrackWidth( wxUpdateUIEvent& aEvent );
168 void OnUpdateSelectAutoWidth( wxUpdateUIEvent& aEvent );
169
170 void RunEeschema();
171
172 void UpdateTrackWidthSelectBox( wxChoice* aTrackWidthSelectBox, bool aEdit = true );
173 void UpdateViaSizeSelectBox( wxChoice* aViaSizeSelectBox, bool aEdit = true );
174
178 EDA_ANGLE GetRotationAngle() const override;
179
183 COLOR4D GetGridColor() override;
184
188 void SetGridColor( const COLOR4D& aColor ) override;
189
194 static bool GetActionPluginButtonVisible( const wxString& aPluginPath, bool aPluginDefault );
195
200 static std::vector<ACTION_PLUGIN*> GetOrderedActionPlugins();
201
202 void SaveProjectLocalSettings() override;
203
210 bool LoadProjectSettings();
211
212 void LoadSettings( APP_SETTINGS_BASE* aCfg ) override;
213
214 void SaveSettings( APP_SETTINGS_BASE* aCfg ) override;
215
221 wxString GetLastPath( LAST_PATH_TYPE aType );
222
234 void SetLastPath( LAST_PATH_TYPE aType, const wxString& aLastPath );
235
239 void RecordDRCExclusions();
240
245 void ResolveDRCExclusions( bool aCreateMarkers );
246
247 void Process_Special_Functions( wxCommandEvent& event );
248 void Tracks_and_Vias_Size_Event( wxCommandEvent& event );
249
250 void ReCreateHToolbar() override;
251 void ReCreateAuxiliaryToolbar() override;
252 void ReCreateVToolbar() override;
253 void ReCreateOptToolbar() override;
254 void UpdateToolbarControlSizes() override;
255
264 void ReCreateLayerBox( bool aForceResizeToolbar = true );
265
266
273 void OnModify() override;
274
278 void SetActiveLayer( PCB_LAYER_ID aLayer ) override;
279
280 void OnDisplayOptionsChanged() override;
281
289 bool IsElementVisible( GAL_LAYER_ID aElement ) const;
290
298 void SetElementVisibility( GAL_LAYER_ID aElement, bool aNewState );
299
301 void ActivateGalCanvas() override;
302
303 void ShowBoardSetupDialog( const wxString& aInitialPage = wxEmptyString );
304
305 void PrepareLayerIndicator( bool aForceRebuild = false );
306
307 void ToggleLayersManager();
308 void ToggleSearch();
309
327 int DoGenFootprintsPositionFile( const wxString& aFullFileName, bool aUnitsMM, bool aOnlySMD,
328 bool aNoTHItems, bool aExcludeDNP, bool aTopSide, bool aBottomSide,
329 bool aFormatCSV, bool aUseAuxOrigin, bool aNegateBottomX );
330
334 void GenFootprintsReport( wxCommandEvent& event );
335
339 void GenIPC2581File( wxCommandEvent& event );
340
348 bool DoGenFootprintsReport( const wxString& aFullFilename, bool aUnitsMM );
349
350 void GenD356File( wxCommandEvent& event );
351
352 void OnFileHistory( wxCommandEvent& event );
353 void OnClearFileHistory( wxCommandEvent& aEvent );
354
360 void Files_io( wxCommandEvent& event );
361
375 bool Files_io_from_id( int aId );
376
389 bool OpenProjectFiles( const std::vector<wxString>& aFileSet, int aCtl = 0 ) override;
390
402 bool SavePcbFile( const wxString& aFileName, bool addToHistory = true,
403 bool aChangeProject = true );
404
416 bool SavePcbCopy( const wxString& aFileName, bool aCreateProject = false );
417
425 bool Clear_Pcb( bool doAskAboutUnsavedChanges, bool aFinal = false );
426
428 void SetBoard( BOARD* aBoard, PROGRESS_REPORTER* aReporter = nullptr ) override
429 {
430 SetBoard( aBoard, true, aReporter );
431 }
432
433 void SetBoard( BOARD* aBoard, bool aBuildConnectivity, PROGRESS_REPORTER* aReporter = nullptr );
434
436 BOARD_ITEM_CONTAINER* GetModel() const override;
437
439 void SetPageSettings( const PAGE_INFO& aPageSettings ) override;
440
446 void RecreateCmpFileFromBoard( wxCommandEvent& aEvent );
447
459 void ExportFootprintsToLibrary( bool aStoreInNewLib, const wxString& aLibName = wxEmptyString,
460 wxString* aLibPath = nullptr );
461
465 void RecreateBOMFileFromBoard( wxCommandEvent& aEvent );
466
470 void ExportToGenCAD( wxCommandEvent& event );
471
475 void OnExportVRML( wxCommandEvent& event );
476
501 bool ExportVRML_File( const wxString& aFullFileName, double aMMtoWRMLunit,
502 bool aExport3DFiles, bool aUseRelativePaths,
503 const wxString& a3D_Subdir, double aXRef, double aYRef );
504
508 void OnExportIDF3( wxCommandEvent& event );
509
513 void OnExportHyperlynx( wxCommandEvent& event );
514
525 bool Export_IDF3( BOARD* aPcb, const wxString& aFullFileName,
526 bool aUseThou, double aXRef, double aYRef );
527
531 void OnExportSTEP( wxCommandEvent& event );
532
540 bool ExportSpecctraFile( const wxString& aFullFilename );
541
548 bool ImportSpecctraSession( const wxString& aFullFilename );
549
550 // Footprint editing (see also PCB_BASE_FRAME)
551 void ShowFootprintPropertiesDialog( FOOTPRINT* aFootprint );
552
553 int ShowExchangeFootprintsDialog( FOOTPRINT* aFootprint, bool aUpdateMode, bool aSelectedMode );
554
565 void ExchangeFootprint( FOOTPRINT* aExisting, FOOTPRINT* aNew, BOARD_COMMIT& aCommit,
566 bool deleteExtraTexts = true, bool resetTextLayers = true,
567 bool resetTextEffects = true, bool resetFabricationAttrs = true,
568 bool reset3DModels = true, bool* aUpdated = nullptr );
569
576 void OnEditItemRequest( BOARD_ITEM* aItem ) override;
577
583 void SwitchLayer( PCB_LAYER_ID layer ) override;
584
597 void SetTrackSegmentWidth( PCB_TRACK* aItem, PICKED_ITEMS_LIST* aItemsListPicker,
598 bool aUseDesignRules );
599
600
604 void Edit_Zone_Params( ZONE* zone_container );
605
606 // Properties dialogs
607 void ShowTargetOptionsDialog( PCB_TARGET* aTarget );
608 void InstallNetlistFrame();
609
616 bool FetchNetlistFromSchematic( NETLIST& aNetlist, const wxString& aAnnotateMessage );
617
625 int TestStandalone();
626
635 bool ReadNetlistFromFile( const wxString& aFilename, NETLIST& aNetlist, REPORTER& aReporter );
636
643 void OnNetlistChanged( BOARD_NETLIST_UPDATER& aUpdater, bool* aRunDragCommand );
644
655 void SendSelectItemsToSch( const std::deque<EDA_ITEM*>& aItems, EDA_ITEM* aFocusItem,
656 bool aForce );
657
664 void SendCrossProbeItem( BOARD_ITEM* aSyncItem );
665
671 void SendCrossProbeNetName( const wxString& aNetName );
672
673 void ShowChangedLanguage() override;
674
683 void UpdateTitle();
684
688 void CommonSettingsChanged( bool aEnvVarsChanged, bool aTextVarsChanged ) override;
689
693 void ThemeChanged() override;
694
695 void ProjectChanged() override;
696
697 wxString GetCurrentFileName() const override;
698
699 SELECTION& GetCurrentSelection() override;
700
702
704
706
708
710
712
713 DECLARE_EVENT_TABLE()
714
715protected:
720 {
725
727 : previous_requested_scale( 0 ),
728 previous_Route_Layer_TOP_color( COLOR4D::UNSPECIFIED ),
729 previous_Route_Layer_BOTTOM_color( COLOR4D::UNSPECIFIED ),
730 previous_background_color( COLOR4D::UNSPECIFIED )
731 {
732 }
733 };
734
736
737 void doReCreateMenuBar() override;
738
739 // The Tool Framework initialization
740 void setupTools();
741 void setupUIConditions() override;
742
748 void SwitchCanvas( EDA_DRAW_PANEL_GAL::GAL_TYPE aCanvasType ) override;
749
753 void buildActionPluginMenus( ACTION_MENU* aActionMenu );
754
759
765 void RunActionPlugin( ACTION_PLUGIN* aActionPlugin );
766
772 void OnActionPluginMenu( wxCommandEvent& aEvent);
773
779 void OnActionPluginButton( wxCommandEvent& aEvent );
780
784 void onBoardLoaded();
785
792 bool doAutoSave() override;
793
800 bool importFile( const wxString& aFileName, int aFileType,
801 const STRING_UTF8_MAP* aProperties = nullptr );
802
803 bool canCloseWindow( wxCloseEvent& aCloseEvent ) override;
804 void doCloseWindow() override;
805
806 // protected so that PCB::IFACE::CreateWindow() is the only factory.
807 PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent );
808
809 void onSize( wxSizeEvent& aEvent );
810
811 int inferLegacyEdgeClearance( BOARD* aBoard );
812
813 void redrawNetnames( wxTimerEvent& aEvent );
814
815 void saveProjectSettings() override;
816
817 void onCloseModelessBookReporterDialogs( wxCommandEvent& aEvent );
818
819 void onCloseNetInspectorDialog( wxCommandEvent& aEvent );
820
821 void onUnitsChanged( wxCommandEvent& aEvent );
822
823public:
824 PCB_LAYER_BOX_SELECTOR* m_SelLayerBox; // a combo box to display and select active layer
825
826 wxChoice* m_SelTrackWidthBox; // a choice box to display and select current track width
827 wxChoice* m_SelViaSizeBox; // a choice box to display and select current via diameter
828
831
832 bool m_ZoneFillsDirty; // Board has been modified since last zone fill.
833
834 bool m_probingSchToPcb; // Recursion guard when synchronizing selection from schematic
835
836private:
837 friend struct PCB::IFACE;
839
848
855
856 const STRING_UTF8_MAP* m_importProperties; // Properties used for non-KiCad import.
857
863
865};
866
867#endif // __PCB_EDIT_FRAME_H__
Defines the structure of a menu based on ACTIONs.
Definition: action_menu.h:49
This is the parent class from where any action plugin class must derive.
Definition: action_plugin.h:39
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
Definition: app_settings.h:92
Abstract interface for BOARD_ITEMs capable of storing other items inside.
A base class for any item which can be embedded within the BOARD container class, and therefore insta...
Definition: board_item.h:77
Update the BOARD with a new netlist.
Information pertinent to a Pcbnew printed circuit board.
Definition: board.h:276
A dialog to set the plot options and create plot files in various formats.
Definition: dialog_plot.h:40
A base class for most all the KiCad significant classes used in schematics and boards.
Definition: eda_item.h:85
A general implementation of a COLLECTORS_GUIDE.
Definition: collectors.h:323
Used when the right click button is pressed, or when the select tool is in effect.
Definition: collectors.h:206
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
Definition: ki_exception.h:77
A color representation with 4 components: red, green, blue, alpha.
Definition: color4d.h:104
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
Definition: kiway_express.h:39
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
Definition: kiway.h:279
Store information read from a netlist along with the flags used to update the NETLIST in the BOARD.
Definition: pcb_netlist.h:223
Definition: pad.h:59
Describe the page size and margins of a paper page on which to eventually print or plot.
Definition: page_info.h:58
Common, abstract interface for edit frames.
Abstract dimension API.
The main frame for Pcbnew.
void HardRedraw() override
Rebuild the GAL and redraws the screen.
void OnDisplayOptionsChanged() override
void OnEditItemRequest(BOARD_ITEM *aItem) override
Install the corresponding dialog editor for the given item.
Definition: edit.cpp:122
void ShowBoardSetupDialog(const wxString &aInitialPage=wxEmptyString)
void SetLastPath(LAST_PATH_TYPE aType, const wxString &aLastPath)
Set the path of the last file successfully read.
void FindNext(bool reverse=false)
Find the next item using our existing search parameters.
void ResolveDRCExclusions(bool aCreateMarkers)
If aCreateMarkers then create DRC exclusion markers from the serialized data.
void UpdateTrackWidthSelectBox(wxChoice *aTrackWidthSelectBox, bool aEdit=true)
void SetBoard(BOARD *aBoard, PROGRESS_REPORTER *aReporter=nullptr) override
Set the #m_Pcb member in such as way as to ensure deleting any previous BOARD.
TOOL_ACTION * GetExportNetlistAction()
void SetActiveLayer(PCB_LAYER_ID aLayer) override
Change the currently active layer to aLayer and also update the APPEARANCE_CONTROLS.
void GenIPC2581File(wxCommandEvent &event)
Create and IPC2581 output file.
bool doAutoSave() override
Perform auto save when the board has been modified and not saved within the auto save interval.
void OnModify() override
Must be called after a board change to set the modified flag.
void ThemeChanged() override
Called when light/dark theme is changed.
PCB_EDIT_FRAME(KIWAY *aKiway, wxWindow *aParent)
bool ReadNetlistFromFile(const wxString &aFilename, NETLIST &aNetlist, REPORTER &aReporter)
Read a netlist from a file into a NETLIST object.
Definition: netlist.cpp:51
void SwitchLayer(PCB_LAYER_ID layer) override
Change the active layer in the editor.
Definition: edit.cpp:82
void setupUIConditions() override
Setup the UI conditions for the various actions and their controls in this frame.
void RecreateBOMFileFromBoard(wxCommandEvent &aEvent)
Create a BOM file from the current loaded board.
void OnUpdateSelectTrackWidth(wxUpdateUIEvent &aEvent)
void ReCreateHToolbar() override
void RecordDRCExclusions()
Scan existing markers and record data from any that are Excluded.
void SetElementVisibility(GAL_LAYER_ID aElement, bool aNewState)
Change the visibility of an element category.
DIALOG_BOOK_REPORTER * m_inspectDrcErrorDlg
bool Export_IDF3(BOARD *aPcb, const wxString &aFullFileName, bool aUseThou, double aXRef, double aYRef)
Create an IDF3 compliant BOARD (*.emn) and LIBRARY (*.emp) file.
Definition: export_idf.cpp:601
void OnClearFileHistory(wxCommandEvent &aEvent)
void onUnitsChanged(wxCommandEvent &aEvent)
void ReCreateVToolbar() override
virtual ~PCB_EDIT_FRAME()
void SwitchCanvas(EDA_DRAW_PANEL_GAL::GAL_TYPE aCanvasType) override
Switch currently used canvas (Cairo / OpenGL).
BOARD_ITEM_CONTAINER * GetModel() const override
DIALOG_BOOK_REPORTER * GetInspectDrcErrorDialog()
void OnExportSTEP(wxCommandEvent &event)
Export the current BOARD to a STEP assembly.
int DoGenFootprintsPositionFile(const wxString &aFullFileName, bool aUnitsMM, bool aOnlySMD, bool aNoTHItems, bool aExcludeDNP, bool aTopSide, bool aBottomSide, bool aFormatCSV, bool aUseAuxOrigin, bool aNegateBottomX)
Create an ASCII footprint position file.
static std::vector< ACTION_PLUGIN * > GetOrderedActionPlugins()
Return ordered list of plugins in sequence in which they should appear on toolbar or in settings.
void ShowTargetOptionsDialog(PCB_TARGET *aTarget)
void UpdateViaSizeSelectBox(wxChoice *aViaSizeSelectBox, bool aEdit=true)
bool SavePcbCopy(const wxString &aFileName, bool aCreateProject=false)
Write the board data structures to aFileName.
bool OpenProjectFiles(const std::vector< wxString > &aFileSet, int aCtl=0) override
Load a KiCad board (.kicad_pcb) from aFileName.
DIALOG_FIND * m_findDialog
LAYER_TOOLBAR_ICON_VALUES m_prevIconVal
void doReCreateMenuBar() override
DIALOG_BOOK_REPORTER * m_inspectConstraintsDlg
void SetPageSettings(const PAGE_INFO &aPageSettings) override
void KiwayMailIn(KIWAY_EXPRESS &aEvent) override
Receive KIWAY_EXPRESS messages from other players.
bool IsElementVisible(GAL_LAYER_ID aElement) const
Test whether a given element category is visible.
void GenD356File(wxCommandEvent &event)
void UpdateUserInterface()
Update the layer manager and other widgets from the board setup (layer and items visibility,...
void onBoardLoaded()
Update the state of the GUI after a new board is loaded or created.
void SetGridColor(const COLOR4D &aColor) override
void ExportFootprintsToLibrary(bool aStoreInNewLib, const wxString &aLibName=wxEmptyString, wxString *aLibPath=nullptr)
Save footprints in a library:
void ProjectChanged() override
Notification event that the project has changed.
void OnActionPluginButton(wxCommandEvent &aEvent)
Launched by the button when an action is called.
wxString GetLastPath(LAST_PATH_TYPE aType)
Get the last path for a particular type.
void OnNetlistChanged(BOARD_NETLIST_UPDATER &aUpdater, bool *aRunDragCommand)
Called after netlist is updated.
Definition: netlist.cpp:85
void OnExportIDF3(wxCommandEvent &event)
Export the current BOARD to a IDFv3 board and lib files.
void ShowChangedLanguage() override
Redraw the menus and what not in current language.
void doCloseWindow() override
bool ImportSpecctraSession(const wxString &aFullFilename)
Import a specctra *.ses file and use it to relocate MODULEs and to replace all vias and tracks in an ...
void ReCreateLayerBox(bool aForceResizeToolbar=true)
Recreate the layer box by clearing the old list and building a new one from the new layer names and c...
void SaveProjectLocalSettings() override
Save changes to the project local settings.
void ExecuteRemoteCommand(const char *cmdline) override
Execute a remote command send by Eeschema via a socket, port KICAD_PCB_PORT_SERVICE_NUMBER (currently...
void RunActionPlugin(ACTION_PLUGIN *aActionPlugin)
Execute action plugin's Run() method and updates undo buffer.
wxTimer m_redrawNetnamesTimer
bool Files_io_from_id(int aId)
Read and write board files according to aId.
void PythonSyncProjectName()
Synchronize the project name from KiCad's environment into the Python interpreter.
bool m_show_layer_manager_tools
void OnExportVRML(wxCommandEvent &event)
Export the current BOARD to a VRML file.
void SetTrackSegmentWidth(PCB_TRACK *aItem, PICKED_ITEMS_LIST *aItemsListPicker, bool aUseDesignRules)
Modify one track segment width or one via diameter (using DRC control).
void OnUpdateLayerSelectBox(wxUpdateUIEvent &aEvent)
void PrepareLayerIndicator(bool aForceRebuild=false)
void ShowFindDialog()
Show the Find dialog.
void onSize(wxSizeEvent &aEvent)
void buildActionPluginMenus(ACTION_MENU *aActionMenu)
Fill action menu with all registered action plugins.
int ShowExchangeFootprintsDialog(FOOTPRINT *aFootprint, bool aUpdateMode, bool aSelectedMode)
void onCloseNetInspectorDialog(wxCommandEvent &aEvent)
bool ExportVRML_File(const wxString &aFullFileName, double aMMtoWRMLunit, bool aExport3DFiles, bool aUseRelativePaths, const wxString &a3D_Subdir, double aXRef, double aYRef)
Create the file(s) exporting current BOARD to a VRML file.
int TestStandalone()
Test if standalone mode.
void ShowFootprintPropertiesDialog(FOOTPRINT *aFootprint)
void OnExportHyperlynx(wxCommandEvent &event)
Export the current BOARD to a Hyperlynx HYP file.
bool IsContentModified() const override
Get if the current board has been modified but not saved.
bool LoadProjectSettings()
Load the current project's file configuration settings which are pertinent to this PCB_EDIT_FRAME ins...
void PythonSyncEnvironmentVariables()
Synchronize the environment variables from KiCad's environment into the Python interpreter.
bool Clear_Pcb(bool doAskAboutUnsavedChanges, bool aFinal=false)
Delete all and reinitialize the current board.
Definition: initpcb.cpp:40
BOX2D m_lastViewport
Keep track of viewport so that track net labels can be adjusted when it changes.
void SendCrossProbeItem(BOARD_ITEM *aSyncItem)
Send a message to the schematic editor so that it may move its cursor to an item with the same refere...
DIALOG_NET_INSPECTOR * GetNetInspectorDialog()
void ReCreateOptToolbar() override
TOOL_ACTION * m_exportNetlistAction
The export board netlist tool action object.
void ReCreateAuxiliaryToolbar() override
void Edit_Zone_Params(ZONE *zone_container)
Edit params (layer, clearance, ...) for a zone outline.
bool FetchNetlistFromSchematic(NETLIST &aNetlist, const wxString &aAnnotateMessage)
wxString GetCurrentFileName() const override
Get the full filename + path of the currently opened file in the frame.
void LoadSettings(APP_SETTINGS_BASE *aCfg) override
Load common frame parameters from a configuration file.
void LoadFootprints(NETLIST &aNetlist, REPORTER &aReporter)
Load the footprints for each #SCH_COMPONENT in aNetlist from the list of libraries.
Definition: netlist.cpp:143
void SendSelectItemsToSch(const std::deque< EDA_ITEM * > &aItems, EDA_ITEM *aFocusItem, bool aForce)
Send a message to the schematic editor to try to find schematic counterparts of specified PCB items a...
void OnUpdateSelectAutoWidth(wxUpdateUIEvent &aEvent)
void ExportSVG(wxCommandEvent &event)
Show the Export to SVG file dialog.
void RecreateCmpFileFromBoard(wxCommandEvent &aEvent)
Recreates a .cmp file from the current loaded board.
DIALOG_BOOK_REPORTER * GetFootprintDiffDialog()
void UpdateToolbarControlSizes() override
Update the sizes of any controls in the toolbars of the frame.
EDA_ANGLE GetRotationAngle() const override
Return the angle used for rotate operations.
void OnUpdateSelectViaSize(wxUpdateUIEvent &aEvent)
COLOR4D GetGridColor() override
void RebuildAndRefresh()
Rebuilds board connectivity, refreshes canvas.
void Files_io(wxCommandEvent &event)
Call Files_io_from_id with the wxCommandEvent id.
void UpdateTitle()
Set the main window title bar text.
DIALOG_BOOK_REPORTER * m_footprintDiffDlg
void ExchangeFootprint(FOOTPRINT *aExisting, FOOTPRINT *aNew, BOARD_COMMIT &aCommit, bool deleteExtraTexts=true, bool resetTextLayers=true, bool resetTextEffects=true, bool resetFabricationAttrs=true, bool reset3DModels=true, bool *aUpdated=nullptr)
Replace aExisting footprint by aNew footprint using the Existing footprint settings (position,...
static bool GetActionPluginButtonVisible(const wxString &aPluginPath, bool aPluginDefault)
Return true if button visibility action plugin setting was set to true or it is unset and plugin defa...
PCB_LAYER_BOX_SELECTOR * m_SelLayerBox
void ExportToGenCAD(wxCommandEvent &event)
Create a file in GenCAD 1.4 format from the current board.
void ActivateGalCanvas() override
Set the #m_Pcb member in such as way as to ensure deleting any previous BOARD.
void CommonSettingsChanged(bool aEnvVarsChanged, bool aTextVarsChanged) override
Called after the preferences dialog is run.
int inferLegacyEdgeClearance(BOARD *aBoard)
wxChoice * m_SelViaSizeBox
void Process_Special_Functions(wxCommandEvent &event)
Definition: edit.cpp:51
std::vector< BOARD_ITEM * > FindItemsFromSyncSelection(std::string syncStr)
Used to find items by selection synchronization spec string.
SELECTION & GetCurrentSelection() override
Get the current selection from the canvas area.
void OnQuit(wxCommandEvent &event)
void OnActionPluginMenu(wxCommandEvent &aEvent)
Launched by the menu when an action is called.
void GenFootprintsReport(wxCommandEvent &event)
Call DoGenFootprintsReport to create a footprint report file.
void onCloseModelessBookReporterDialogs(wxCommandEvent &aEvent)
const STRING_UTF8_MAP * m_importProperties
bool SavePcbFile(const wxString &aFileName, bool addToHistory=true, bool aChangeProject=true)
Write the board data structures to a aFileName.
bool canCloseWindow(wxCloseEvent &aCloseEvent) override
bool ExportSpecctraFile(const wxString &aFullFilename)
Export the current BOARD to a specctra dsn file.
bool DoGenFootprintsReport(const wxString &aFullFilename, bool aUnitsMM)
Create an ASCII footprint report file giving some infos on footprints and board outlines.
DIALOG_BOOK_REPORTER * GetInspectClearanceDialog()
wxTimer * m_eventCounterTimer
void Tracks_and_Vias_Size_Event(wxCommandEvent &event)
void SaveSettings(APP_SETTINGS_BASE *aCfg) override
Save common frame parameters to a configuration data file.
void saveProjectSettings() override
Saves any design-related project settings associated with this frame.
void SendCrossProbeNetName(const wxString &aNetName)
Send a net name to Eeschema for highlighting.
bool importFile(const wxString &aFileName, int aFileType, const STRING_UTF8_MAP *aProperties=nullptr)
Load the given filename but sets the path to the current project path.
void redrawNetnames(wxTimerEvent &aEvent)
static const wxString SearchPaneName()
wxChoice * m_SelTrackWidthBox
DIALOG_BOOK_REPORTER * m_inspectClearanceDlg
void AddActionPluginTools()
Append action plugin buttons to main toolbar.
DIALOG_NET_INSPECTOR * m_netInspectorDlg
void OnFileHistory(wxCommandEvent &event)
void ToPlotter(int aID)
Open a dialog frame to create plot and drill files relative to the current board.
DIALOG_BOOK_REPORTER * GetInspectConstraintsDialog()
A set of BOARD_ITEMs (i.e., without duplicates).
Definition: pcb_group.h:51
Class to display a pcb layer list in a wxBitmapComboBox.
A holder to handle information on schematic or board items.
A progress reporter interface for use in multi-threaded environments.
A pure virtual class used to derive REPORTER objects from.
Definition: reporter.h:71
A name/value tuple with unique names and optional values.
Represent a single user action.
Definition: tool_action.h:269
Handle a list of polygons defining a copper zone.
Definition: zone.h:72
GAL_LAYER_ID
GAL layers are "virtual" layers, i.e.
Definition: layer_ids.h:191
PCB_LAYER_ID
A quick note on layer IDs:
Definition: layer_ids.h:60
LAST_PATH_TYPE
For storing PcbNew MRU paths of various types.
Definition: project_file.h:47
A filename or source description, a problem input line, a line number, a byte offset,...
Definition: ki_exception.h:120
Store the previous layer toolbar icon state information.