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 The 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
18 * along with this program. If not, see <https://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>
28#include <variant>
29
30class PCB_SCREEN;
31class BOARD;
32class BOARD_COMMIT;
34class DESIGN_BLOCK;
36class FOOTPRINT;
37class PCB_TRACK;
38class PCB_VIA;
39class PAD;
40class PCB_SELECTION;
41class PCB_TARGET;
42class PCB_GROUP;
44class DRC;
45class DIALOG_FIND;
47class DIALOG_PLOT;
48class ZONE;
51class SELECTION;
52class PCB_MARKER;
53class BOARD_ITEM;
54class NETLIST;
55class REPORTER;
56struct PARSE_ERROR;
57class IO_ERROR;
58class FP_LIB_TABLE;
60class ACTION_MENU;
61class TOOL_ACTION;
66class WX_INFOBAR;
67
69class API_HANDLER_PCB;
72
73enum LAST_PATH_TYPE : unsigned int;
74
75namespace PCB { struct IFACE; } // KIFACE is in pcbnew.cpp
76
77wxDECLARE_EVENT( EDA_EVT_PCB_LAST_SCH_SHEET_CHANGED, wxCommandEvent );
78
85{
86public:
87 virtual ~PCB_EDIT_FRAME();
88
89 void OnQuit( wxCommandEvent& event );
90
96 bool IsContentModified() const override;
97
102 void UpdateUserInterface();
103
104 void HardRedraw() override;
105
114 void ExecuteRemoteCommand( const char* cmdline ) override;
115
116 void HandleRemoteNetHighlight( const std::vector<wxString>& aNetNames );
117
118 void KiwayMailIn( KIWAY_MAIL_EVENT& aEvent ) override;
119
120 void SetLastSchematicSheetPath( const KIID_PATH& aPath );
122
126 static const wxString SearchPaneName() { return wxT( "Search" ); }
127 static const wxString ConstraintsPaneName() { return wxT( "Constraints" ); }
128
131
134
138 void ShowFindDialog();
139
144
149
153 void FindNext( bool reverse = false );
154
155 bool LayerManagerShown();
156 bool PropertiesShown();
157 bool NetInspectorShown();
158
159 void OnUpdateSelectViaSize( wxUpdateUIEvent& aEvent );
160 void OnUpdateSelectTrackWidth( wxUpdateUIEvent& aEvent );
161
162 void UpdateTrackWidthSelectBox( wxChoice* aTrackWidthSelectBox, bool aShowNetclass,
163 bool aShowEdit );
164 void UpdateViaSizeSelectBox( wxChoice* aViaSizeSelectBox, bool aShowNetclass, bool aShowEdit );
165
169 void UpdateViaStackSelectBox( wxChoice* aViaStackSelectBox );
170
178
183 void SetCurrentVariant( const wxString& aVariantName );
184
188 void onVariantSelected( wxCommandEvent& aEvent );
189
193 EDA_ANGLE GetRotationAngle() const override;
194
198 COLOR4D GetGridColor() override;
199
203 void SetGridColor( const COLOR4D& aColor ) override;
204
209 static bool GetPluginActionButtonVisible( const wxString& aPluginPath, bool aPluginDefault );
210
215 static std::vector<const PLUGIN_ACTION*> GetOrderedPluginActions();
216
217 void SaveProjectLocalSettings() override;
218
225 bool LoadProjectSettings();
226
227 void LoadSettings( APP_SETTINGS_BASE* aCfg ) override;
228
229 void SaveSettings( APP_SETTINGS_BASE* aCfg ) override;
230
234 void LoadDrawingSheet();
235
241 wxString GetLastPath( LAST_PATH_TYPE aType );
242
254 void SetLastPath( LAST_PATH_TYPE aType, const wxString& aLastPath );
255
260 void ResolveDRCExclusions( bool aCreateMarkers );
261
262 void Process_Special_Functions( wxCommandEvent& event );
263 void Tracks_and_Vias_Size_Event( wxCommandEvent& event );
264
268 void SelectViaStack_Event( wxCommandEvent& event );
269
270
279 void ReCreateLayerBox( bool aForceResizeToolbar = true );
280
281
288 void OnModify() override;
289
293 void SetActiveLayer( PCB_LAYER_ID aLayer ) override
294 {
295 SetActiveLayer( aLayer, false );
296 }
297
303 void SetActiveLayer( PCB_LAYER_ID aLayer, bool aForceRedraw );
304
305 void OnDisplayOptionsChanged() override;
306
314 bool IsElementVisible( GAL_LAYER_ID aElement ) const;
315
323 void SetElementVisibility( GAL_LAYER_ID aElement, bool aNewState );
324
326 void ActivateGalCanvas() override;
327
334 void RefreshDrillSymbols( int aUpdateFlags ) override;
335
336 void ShowBoardSetupDialog( const wxString& aInitialPage = wxEmptyString, wxWindow* aParent = nullptr );
337
338 void PrepareLayerIndicator( bool aForceRebuild = false );
339
340 void ToggleLayersManager();
341
342 void ToggleNetInspector();
343
344 void ToggleSearch();
345
346 bool IsSearchPaneShown() { return m_auimgr.GetPane( SearchPaneName() ).IsShown(); }
347 void FocusSearch();
348
349 void ToggleLibraryTree() override;
350
369 int DoGenFootprintsPositionFile( const wxString& aFullFileName, bool aUnitsMM, bool aOnlySMD,
370 bool aNoTHItems, bool aExcludeDNP, bool aExcludeBOM, bool aTopSide,
371 bool aBottomSide, bool aFormatCSV, bool aUseAuxOrigin,
372 bool aNegateBottomX );
373
374 void OnFileHistory( wxCommandEvent& event );
375 void OnClearFileHistory( wxCommandEvent& aEvent );
376
377 bool SaveBoard( bool aSaveAs = false, bool aSaveCopy = false );
378
391 bool OpenProjectFiles( const std::vector<wxString>& aFileSet, int aCtl = 0 ) override;
392
404 bool SavePcbFile( const wxString& aFileName, bool addToHistory = true,
405 bool aChangeProject = true );
406
419 bool SavePcbCopy( const wxString& aFileName, bool aCreateProject = false,
420 bool aHeadless = false );
421
429 bool Clear_Pcb( bool doAskAboutUnsavedChanges, bool aFinal = false );
430
432 void SetBoard( BOARD* aBoard, PROGRESS_REPORTER* aReporter = nullptr ) override
433 {
434 SetBoard( aBoard, true, aReporter );
435 }
436
437 void SetBoard( BOARD* aBoard, bool aBuildConnectivity, PROGRESS_REPORTER* aReporter = nullptr );
438
440 BOARD_ITEM_CONTAINER* GetModel() const override;
441
442 std::unique_ptr<GRID_HELPER> MakeGridHelper() override;
443
445 void SetPageSettings( const PAGE_INFO& aPageSettings ) override;
446
447 bool SaveBoardAsDesignBlock( const wxString& aLibraryName );
448
449 bool SaveSelectionAsDesignBlock( const wxString& aLibraryName );
450
451 bool UpdateDesignBlockFromBoard( const LIB_ID& aLibId );
452
453 bool UpdateDesignBlockFromSelection( const LIB_ID& aLibId );
454
456
468 void ExportFootprintsToLibrary( bool aStoreInNewLib, const wxString& aLibName = wxEmptyString,
469 wxString* aLibPath = nullptr );
470
495 bool ExportVRML_File( const wxString& aFullFileName, double aMMtoWRMLunit,
496 bool aIncludeUnspecified, bool aIncludeDNP,
497 bool aExport3DFiles, bool aUseRelativePaths,
498 const wxString& a3D_Subdir, double aXRef, double aYRef );
499
512 bool Export_IDF3( BOARD* aPcb, const wxString& aFullFileName,
513 bool aUseThou, double aXRef, double aYRef,
514 bool aIncludeUnspecified, bool aIncludeDNP );
515
523 bool ExportSpecctraFile( const wxString& aFullFilename );
524
534 bool ImportSpecctraSession( const wxString& aFullFilename );
535
536 // Footprint editing (see also PCB_BASE_FRAME)
537 void ShowFootprintPropertiesDialog( FOOTPRINT* aFootprint );
538
539 int ShowExchangeFootprintsDialog( FOOTPRINT* aFootprint, bool aUpdateMode, bool aSelectedMode );
540
547 void OnEditItemRequest( BOARD_ITEM* aItem ) override;
548
554 void SwitchLayer( PCB_LAYER_ID layer ) override;
555
568 void SetTrackSegmentWidth( PCB_TRACK* aItem, PICKED_ITEMS_LIST* aItemsListPicker,
569 bool aUseDesignRules );
570
571
575 void Edit_Zone_Params( ZONE* zone_container );
576
577 // Properties dialogs
578 void ShowTargetOptionsDialog( PCB_TARGET* aTarget );
579 void InstallNetlistFrame();
580
587 bool FetchNetlistFromSchematic( NETLIST& aNetlist, const wxString& aAnnotateMessage );
588
596 int TestStandalone();
597
606 bool ReadNetlistFromFile( const wxString& aFilename, NETLIST& aNetlist, REPORTER& aReporter );
607
614 void OnNetlistChanged( BOARD_NETLIST_UPDATER& aUpdater, bool* aRunDragCommand );
615
626 void SendSelectItemsToSch( const std::deque<EDA_ITEM*>& aItems, EDA_ITEM* aFocusItem,
627 bool aForce );
628
635 void SendCrossProbeItem( BOARD_ITEM* aSyncItem );
636
642 void SendCrossProbeNetName( const wxString& aNetName );
643
644 void ShowChangedLanguage() override;
645
649 void OnBoardLoaded();
650
659 void UpdateTitle();
660
664 void CommonSettingsChanged( int aFlags ) override;
665
669 void ThemeChanged() override;
670
671 void ProjectChanged() override;
672
673 bool CanAcceptApiCommands() override;
674
675 wxString GetCurrentFileName() const override;
676
677 SELECTION& GetCurrentSelection() override;
678
680
682
684
686
688
691
698 bool DoAutoSave();
699
700 void ClearToolbarControl( int aId ) override;
701
702 DECLARE_EVENT_TABLE()
703
704protected:
723
725
726 void doReCreateMenuBar() override;
727
728 void configureToolbars() override;
729
730 void ReCreateAuxiliaryToolbar() override;
731
732 // The Tool Framework initialization
733 void setupTools();
734 void setupUIConditions() override;
735
741 void SwitchCanvas( EDA_DRAW_PANEL_GAL::GAL_TYPE aCanvasType ) override;
742
744
751 bool doAutoSave() override { return DoAutoSave(); }
752
753 bool canRunAutoSave() const override;
754
761
768 bool importFile( const wxString& aFileName, int aFileType,
769 const std::map<std::string, UTF8>* aProperties = nullptr );
770
781 std::vector<std::unique_ptr<FOOTPRINT>> aDefinitions, const wxString& aBoardPath );
782
792 bool saveBoardAsFile( BOARD& aBoard, const wxString& aFileName, bool aHeadless = false );
793
794 bool saveSelectionToDesignBlock( const wxString& aNickname, PCB_SELECTION& aSelection, DESIGN_BLOCK& aBlock );
795
796
797 bool canCloseWindow( wxCloseEvent& aCloseEvent ) override;
798 void doCloseWindow() override;
799
800 // protected so that PCB::IFACE::CreateWindow() is the only factory.
801 PCB_EDIT_FRAME( KIWAY* aKiway, wxWindow* aParent );
802
803 void onSize( wxSizeEvent& aEvent );
804
805 int inferLegacyEdgeClearance( BOARD* aBoard, bool aShowUserMsg = true );
806
807 void redrawNetnames();
808
809 void saveProjectSettings() override;
810
811 void onCloseModelessBookReporterDialogs( wxCommandEvent& aEvent );
812 void onCloseFootprintFieldsTableDialog( wxCommandEvent& aEvent );
813
814 void onPluginAvailabilityChanged( wxCommandEvent& aEvt );
815
816public:
817 wxChoice* m_SelTrackWidthBox; // a choice box to display and select current track width
818 wxChoice* m_SelViaSizeBox; // a choice box to display and select current via diameter
819 wxChoice* m_SelViaStackBox; // a choice box to display and select current via stack preset
820 wxChoice* m_CurrentVariantCtrl; // a choice box to display and select current variant
821
825
826 bool m_ZoneFillsDirty; // Board has been modified since last zone fill.
827
828 bool m_ProbingSchToPcb; // Recursion guard when synchronizing selection from schematic
829
835 std::size_t m_textVarListenerHandle = 0;
837
844
845 void StartCrossProbeFlash( const std::vector<BOARD_ITEM*>& aItems );
846 void OnCrossProbeFlashTimer( wxTimerEvent& aEvent );
847 void UpdateProperties() override;
848
849private:
850 friend struct PCB::IFACE;
852
861
870
871 std::vector<LIB_ID> m_designBlockHistoryList;
873 // Tool Reset() reads this before the ctor creates the panel.
875
881
882 const std::map<std::string, UTF8>* m_importProperties; // Properties used for non-KiCad import.
883
888
890
891 // Cross-probe flashing support
894 std::vector<KIID> m_crossProbeFlashItems;
895 bool m_crossProbeFlashing = false;
896
897 // Most recent schematic path (default to root), used in the footprint fields
898 // table to enable the same schematic scope limiting as the symbol fields table
900
901 std::unique_ptr<API_HANDLER_PCB> m_apiHandler;
902 std::unique_ptr<API_HANDLER_COMMON> m_apiHandlerCommon;
903 std::unique_ptr<API_HANDLER_LIBRARIES> m_apiLibrariesHandler;
904};
905
906#endif // __PCB_EDIT_FRAME_H__
BOX2< VECTOR2D > BOX2D
Definition box2.h:928
Define the structure of a menu based on ACTIONs.
Definition action_menu.h:43
Base class for API handlers related to library management.
APP_SETTINGS_BASE is a settings class that should be derived for each standalone KiCad application.
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:84
Update the BOARD with a new netlist.
Information pertinent to a Pcbnew printed circuit board.
Definition board.h:409
A dialog to set the plot options and create plot files in various formats.
Definition dialog_plot.h:37
wxAuiManager m_auimgr
A base class for most all the KiCad significant classes used in schematics and boards.
Definition eda_item.h:98
A general implementation of a COLLECTORS_GUIDE.
Definition collectors.h:320
Used when the right click button is pressed, or when the select tool is in effect.
Definition collectors.h:203
Hold an error message and may be used when throwing exceptions containing meaningful error messages.
A color representation with 4 components: red, green, blue, alpha.
Definition color4d.h:101
Carry a payload from one KIWAY_PLAYER to another within a PROJECT.
Definition kiway_mail.h:34
A minimalistic software bus for communications between various DLLs/DSOs (DSOs) within the same KiCad...
Definition kiway.h:340
A logical library item identifier and consists of various portions much like a URI.
Definition lib_id.h:45
Store information read from a netlist along with the flags used to update the NETLIST in the BOARD.
Definition pad.h:61
Describe the page size and margins of a paper page on which to eventually print or plot.
Definition page_info.h:75
Dockable panel listing the board's geometric constraints (issue #2329).
PCB_BASE_EDIT_FRAME(KIWAY *aKiway, wxWindow *aParent, FRAME_T aFrameType, const wxString &aTitle, const wxPoint &aPos, const wxSize &aSize, long aStyle, const wxString &aFrameName)
Abstract dimension API.
void HardRedraw() override
Rebuild the GAL and redraws the screen.
void OnDisplayOptionsChanged() override
std::size_t m_textVarListenerHandle
Reactive text-var invalidation listener state.
static bool GetPluginActionButtonVisible(const wxString &aPluginPath, bool aPluginDefault)
Return true if button visibility action plugin setting was set to true or it is unset and plugin defa...
void OnEditItemRequest(BOARD_ITEM *aItem) override
Install the corresponding dialog editor for the given item.
Definition edit.cpp:95
int DoGenFootprintsPositionFile(const wxString &aFullFileName, bool aUnitsMM, bool aOnlySMD, bool aNoTHItems, bool aExcludeDNP, bool aExcludeBOM, bool aTopSide, bool aBottomSide, bool aFormatCSV, bool aUseAuxOrigin, bool aNegateBottomX)
Create an ASCII footprint position file.
void SelectViaStack_Event(wxCommandEvent &event)
Handle the via stack preset selector on the auxiliary toolbar.
void SetLastPath(LAST_PATH_TYPE aType, const wxString &aLastPath)
Set the path of the last file successfully read.
bool interactiveOperationInProgress() const
Return true when an interactive tool operation (routing, dragging, point editing, zone filling,...
int m_crossProbeFlashPhase
Phase counter.
void FindNext(bool reverse=false)
Find the next item using our existing search parameters.
void LoadDrawingSheet()
Load the drawing sheet file.
void ResolveDRCExclusions(bool aCreateMarkers)
If aCreateMarkers then create DRC exclusion markers from the serialized data.
bool saveBoardAsFile(BOARD &aBoard, const wxString &aFileName, bool aHeadless=false)
Save a board object to a file.
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.
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.
std::vector< LIB_ID > m_designBlockHistoryList
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.
void SwitchLayer(PCB_LAYER_ID layer) override
Change the active layer in the editor.
Definition edit.cpp:68
wxTimer m_crossProbeFlashTimer
Timer to toggle selection visibility for flash.
void StartCrossProbeFlash(const std::vector< BOARD_ITEM * > &aItems)
void OnCrossProbeFlashTimer(wxTimerEvent &aEvent)
std::unique_ptr< API_HANDLER_PCB > m_apiHandler
void KiwayMailIn(KIWAY_MAIL_EVENT &aEvent) override
Receive #KIWAY_ROUTED_EVENT messages from other players.
bool CloseFootprintFieldsTableDialog()
void setupUIConditions() override
Setup the UI conditions for the various actions and their controls in this frame.
void OnUpdateSelectTrackWidth(wxUpdateUIEvent &aEvent)
DIALOG_FOOTPRINT_FIELDS_TABLE * m_footprintFieldsTableDialog
void UpdateVariantSelectionCtrl()
Update the variant selection dropdown with the current board's variant names.
bool DoAutoSave()
Perform auto save when the board has been modified and not saved within the auto save interval.
void UpdateTrackWidthSelectBox(wxChoice *aTrackWidthSelectBox, bool aShowNetclass, bool aShowEdit)
void SetElementVisibility(GAL_LAYER_ID aElement, bool aNewState)
Change the visibility of an element category.
DIALOG_BOOK_REPORTER * m_inspectDrcErrorDlg
void SetLastSchematicSheetPath(const KIID_PATH &aPath)
void OnClearFileHistory(wxCommandEvent &aEvent)
bool SaveBoard(bool aSaveAs=false, bool aSaveCopy=false)
std::unique_ptr< GRID_HELPER > MakeGridHelper() override
virtual ~PCB_EDIT_FRAME()
void SwitchCanvas(EDA_DRAW_PANEL_GAL::GAL_TYPE aCanvasType) override
Switch currently used canvas (Cairo / OpenGL).
void UpdateViaSizeSelectBox(wxChoice *aViaSizeSelectBox, bool aShowNetclass, bool aShowEdit)
void CommonSettingsChanged(int aFlags) override
Called after the preferences dialog is run.
void ShowFindByPropertiesDialog()
Show the Find by Properties dialog.
BOARD_ITEM_CONTAINER * GetModel() const override
DIALOG_BOOK_REPORTER * GetInspectDrcErrorDialog()
void SetCurrentVariant(const wxString &aVariantName)
Set the current variant on the board and update the drawing sheet's cached variant name and descripti...
bool saveSelectionToDesignBlock(const wxString &aNickname, PCB_SELECTION &aSelection, DESIGN_BLOCK &aBlock)
KIID_PATH GetLastSchematicSheetPath() const
void ShowTargetOptionsDialog(PCB_TARGET *aTarget)
void ShowBoardSetupDialog(const wxString &aInitialPage=wxEmptyString, wxWindow *aParent=nullptr)
std::unique_ptr< API_HANDLER_COMMON > m_apiHandlerCommon
DIALOG_FOOTPRINT_FIELDS_TABLE * GetFootprintFieldsTableDialog()
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
bool UpdateDesignBlockFromBoard(const LIB_ID &aLibId)
void SetPageSettings(const PAGE_INFO &aPageSettings) override
void onCloseFootprintFieldsTableDialog(wxCommandEvent &aEvent)
bool IsElementVisible(GAL_LAYER_ID aElement) const
Test whether a given element category is visible.
bool CanAcceptApiCommands() override
Check if this frame is ready to accept API commands.
void UpdateUserInterface()
Update the layer manager and other widgets from the board setup (layer and items visibility,...
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.
bool UpdateDesignBlockFromSelection(const LIB_ID &aLibId)
static const wxString ConstraintsPaneName()
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.
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 footprints and to replace all vias and tracks in ...
WX_INFOBAR * m_loadNoticeInfoBar
Secondary infobar that stacks above the main one; reserved for load-time notices (currently the WRL -...
void ClearToolbarControl(int aId) override
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.
KIID_PATH m_lastSchematicSheetPath
static std::vector< const PLUGIN_ACTION * > GetOrderedPluginActions()
Return ordered list of plugins in sequence in which they should appear on toolbar or in settings.
void ExecuteRemoteCommand(const char *cmdline) override
Execute a remote command send by Eeschema via a socket, port KICAD_PCB_PORT_SERVICE_NUMBER (currently...
bool SavePcbCopy(const wxString &aFileName, bool aCreateProject=false, bool aHeadless=false)
Write the board data structures to aFileName.
void detachTextVarTracker()
Drop every cached reference into the current BOARD's text-var tracker.
void onPluginAvailabilityChanged(wxCommandEvent &aEvt)
void SetTrackSegmentWidth(PCB_TRACK *aItem, PICKED_ITEMS_LIST *aItemsListPicker, bool aUseDesignRules)
Modify one track segment width or one via diameter (using DRC control).
PCB_DESIGN_BLOCK_PANE * GetDesignBlockPane() const
void PrepareLayerIndicator(bool aForceRebuild=false)
void ShowFindDialog()
Show the Find dialog.
void onSize(wxSizeEvent &aEvent)
wxChoice * m_CurrentVariantCtrl
int ShowExchangeFootprintsDialog(FOOTPRINT *aFootprint, bool aUpdateMode, bool aSelectedMode)
int TestStandalone()
Test if standalone mode.
void ShowFootprintPropertiesDialog(FOOTPRINT *aFootprint)
void UpdateProperties() override
bool canRunAutoSave() const override
Return true when it is safe to run an autosave snapshot right now.
bool SaveSelectionAsDesignBlock(const wxString &aLibraryName)
PANEL_CONSTRAINTS * m_constraintsPanel
Dockable geometric-constraint list (#2329).
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...
bool Clear_Pcb(bool doAskAboutUnsavedChanges, bool aFinal=false)
Delete all and reinitialize the current board.
Definition initpcb.cpp:38
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...
PLUGIN_ACTION_SCOPE PluginActionScope() const override
std::unique_ptr< API_HANDLER_LIBRARIES > m_apiLibrariesHandler
bool m_crossProbeFlashing
Currently flashing guard.
TOOL_ACTION * m_exportNetlistAction
The export board netlist tool action object.
BOX2D m_lastNetnamesViewport
Keep track of viewport so that track net labels can be adjusted when it changes.
void OnBoardLoaded()
Update the state of the GUI after a new board is loaded or created.
void ReCreateAuxiliaryToolbar() override
void Edit_Zone_Params(ZONE *zone_container)
Edit params (layer, clearance, ...) for a zone outline.
void ToggleLibraryTree() override
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 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 HandleRemoteNetHighlight(const std::vector< wxString > &aNetNames)
DIALOG_BOOK_REPORTER * GetFootprintDiffDialog()
EDA_ANGLE GetRotationAngle() const override
Return the angle used for rotate operations.
void ToggleConstraintsPanel()
Show/hide the dockable geometric-constraint list pane, refreshing it when shown (#2329).
void OnUpdateSelectViaSize(wxUpdateUIEvent &aEvent)
COLOR4D GetGridColor() override
std::vector< KIID > m_crossProbeFlashItems
Items to flash (by UUID)
void UpdateTitle()
Set the main window title bar text.
void RefreshDrillSymbols(int aUpdateFlags) override
Tell every hole to redraw its drill symbol.
int inferLegacyEdgeClearance(BOARD *aBoard, bool aShowUserMsg=true)
DIALOG_BOOK_REPORTER * m_footprintDiffDlg
const std::map< std::string, UTF8 > * m_importProperties
void ActivateGalCanvas() override
Set the #m_Pcb member in such as way as to ensure deleting any previous BOARD.
bool SaveBoardAsDesignBlock(const wxString &aLibraryName)
wxChoice * m_SelViaSizeBox
void Process_Special_Functions(wxCommandEvent &event)
Definition edit.cpp:50
void onVariantSelected(wxCommandEvent &aEvent)
Event handler for variant selection changes in the toolbar.
void configureToolbars() override
friend class APPEARANCE_CONTROLS
SELECTION & GetCurrentSelection() override
Get the current selection from the canvas area.
void OnQuit(wxCommandEvent &event)
void reconcileImportedFootprintLibraries(std::vector< std::unique_ptr< FOOTPRINT > > aDefinitions, const wxString &aBoardPath)
Reconcile the footprint-library references of a freshly imported non-KiCad board so that every board ...
void UpdateViaStackSelectBox(wxChoice *aViaStackSelectBox)
Fill the via stack preset selector with the board's defined presets plus an edit entry.
void NotifyFindByPropertiesDialog()
Notify the Find by Properties dialog that the selection has changed.
bool ExportVRML_File(const wxString &aFullFileName, double aMMtoWRMLunit, bool aIncludeUnspecified, bool aIncludeDNP, bool aExport3DFiles, bool aUseRelativePaths, const wxString &a3D_Subdir, double aXRef, double aYRef)
Create the file(s) exporting current BOARD to a VRML file.
void onCloseModelessBookReporterDialogs(wxCommandEvent &aEvent)
PCB_DESIGN_BLOCK_PANE * m_designBlocksPane
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.
DIALOG_BOARD_SETUP * m_boardSetupDlg
DIALOG_BOOK_REPORTER * GetInspectClearanceDialog()
bool importFile(const wxString &aFileName, int aFileType, const std::map< std::string, UTF8 > *aProperties=nullptr)
Load the given filename but sets the path to the current project path.
bool Export_IDF3(BOARD *aPcb, const wxString &aFullFileName, bool aUseThou, double aXRef, double aYRef, bool aIncludeUnspecified, bool aIncludeDNP)
Create an IDF3 compliant BOARD (*.emn) and LIBRARY (*.emp) file.
wxChoice * m_SelViaStackBox
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
Save any design-related project settings associated with this frame.
void SendCrossProbeNetName(const wxString &aNetName)
Send a net name to Eeschema for highlighting.
static const wxString SearchPaneName()
wxChoice * m_SelTrackWidthBox
DIALOG_FIND_BY_PROPERTIES * m_findByPropertiesDialog
PANEL_CONSTRAINTS * GetConstraintsPanel() const
The dockable geometric-constraint list pane (#2329), or nullptr.
DIALOG_BOOK_REPORTER * m_inspectClearanceDlg
void OnFileHistory(wxCommandEvent &event)
DIALOG_BOOK_REPORTER * GetInspectConstraintsDialog()
class TEXT_VAR_TRACKER * m_textVarListenerTracker
A set of BOARD_ITEMs (i.e., without duplicates).
Definition pcb_group.h:51
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:73
Coordinates the dependency index with change notifications.
Represent a single user action.
A modified version of the wxInfoBar class that allows us to:
Definition wx_infobar.h:76
Handle a list of polygons defining a copper zone.
Definition zone.h:70
GAL_LAYER_ID
GAL layers are "virtual" layers, i.e.
Definition layer_ids.h:224
PCB_LAYER_ID
A quick note on layer IDs:
Definition layer_ids.h:56
wxDECLARE_EVENT(EDA_EVT_PCB_LAST_SCH_SHEET_CHANGED, wxCommandEvent)
PLUGIN_ACTION_SCOPE
LAST_PATH_TYPE
For storing PcbNew MRU paths of various types.
A filename or source description, a problem input line, a line number, a byte offset,...
Store the previous layer toolbar icon state information.