KiCad PCB EDA Suite
Loading...
Searching...
No Matches
sch_editor_control.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) 2019 CERN
5 * Copyright The KiCad Developers, see AUTHORS.txt for contributors.
6 *
7 * This program is free software; you can redistribute it and/or
8 * modify it under the terms of the GNU General Public License
9 * as published by the Free Software Foundation; either version 2
10 * of the License, or (at your option) any later version.
11 *
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU 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
22#ifndef SCH_EDITOR_CONTROL_H
23#define SCH_EDITOR_CONTROL_H
24
25#include <sch_base_frame.h>
26#include <tools/sch_tool_base.h>
27#include <status_popup.h>
28
29class SCH_EDIT_FRAME;
30
34class SCH_EDITOR_CONTROL : public wxEvtHandler, public SCH_TOOL_BASE<SCH_EDIT_FRAME>
35{
36public:
38 SCH_TOOL_BASE<SCH_EDIT_FRAME>( "eeschema.EditorControl" ),
39 m_probingPcbToSch( false ),
40 m_pickerItem( nullptr ),
43 { }
44
46
47 int New( const TOOL_EVENT& aEvent );
48 int Open( const TOOL_EVENT& aEvent );
49 int Save( const TOOL_EVENT& aEvent );
50 int SaveAs( const TOOL_EVENT& aEvent );
51
53 int SaveCurrSheetCopyAs( const TOOL_EVENT& aEvent );
54
55 int Revert( const TOOL_EVENT& aEvent );
56
57 int ShowSchematicSetup( const TOOL_EVENT& aEvent );
58 int PageSetup( const TOOL_EVENT& aEvent );
59 int Print( const TOOL_EVENT& aEvent );
60 int Plot( const TOOL_EVENT& aEvent );
61 int Quit( const TOOL_EVENT& aEvent );
62
70 int RescueSymbols( const TOOL_EVENT& aEvent );
71 int RemapSymbols( const TOOL_EVENT& aEvent );
72
73 bool RescueLegacyProject( bool aRunningOnDemand );
74 bool RescueSymbolLibTableProject( bool aRunningOnDemand );
75
77 int CrossProbeToPcb( const TOOL_EVENT& aEvent );
78
80 int ExplicitCrossProbeToPcb( const TOOL_EVENT& aEvent );
81
82 int ExportSymbolsToLibrary( const TOOL_EVENT& aEvent );
83
84 int SimProbe( const TOOL_EVENT& aEvent );
85 int SimTune( const TOOL_EVENT& aEvent );
86
88 int HighlightNet( const TOOL_EVENT& aEvent );
89
91 int HighlightNetChain( const TOOL_EVENT& aEvent );
92 int RemoveFromNetChain( const TOOL_EVENT& aEvent );
93
95 int ClearHighlight( const TOOL_EVENT& aEvent );
96
98 int UpdateNetHighlighting( const TOOL_EVENT& aEvent );
99
101 int HighlightNetCursor( const TOOL_EVENT& aEvent );
102
104 int ReplaceTerminalPin( const TOOL_EVENT& aEvent );
105 int NameNetChain( const TOOL_EVENT& aEvent );
106 int CreateNetChainBetweenPins( const TOOL_EVENT& aEvent );
107
108 int ShowCreateNetChain( const TOOL_EVENT& aEvent );
109
110 int AssignNetclass( const TOOL_EVENT& aEvent );
111 int FindNetInInspector( const TOOL_EVENT& aEvent );
112
113 int Undo( const TOOL_EVENT& aEvent );
114 int Redo( const TOOL_EVENT& aEvent );
115
117 int Cut( const TOOL_EVENT& aEvent );
118 int Copy( const TOOL_EVENT& aEvent );
119 int CopyAsText( const TOOL_EVENT& aEvent );
120 int Paste( const TOOL_EVENT& aEvent );
121 int Duplicate( const TOOL_EVENT& aEvent );
122
123 int EditWithSymbolEditor( const TOOL_EVENT& aEvent );
124 int ShowCvpcb( const TOOL_EVENT& aEvent );
125 int Annotate( const TOOL_EVENT& aEvent );
126 int IncrementAnnotations( const TOOL_EVENT& aEvent );
127 int EditSymbolFields( const TOOL_EVENT& aEvent );
128 int EditSymbolLibraryLinks( const TOOL_EVENT& aEvent );
129 int ShowPcbNew( const TOOL_EVENT& aEvent );
130 int UpdatePCB( const TOOL_EVENT& aEvent );
131 int UpdateFromPCB( const TOOL_EVENT& aEvent );
132 int ImportFPAssignments( const TOOL_EVENT& aEvent );
133 int ImportNonKicadSchematic( const TOOL_EVENT& aEvent );
134 int ExportNetlist( const TOOL_EVENT& aEvent );
135 int GenerateBOM( const TOOL_EVENT& aEvent );
136 int GenerateBOMLegacy( const TOOL_EVENT& aEvent );
137 int DrawSheetOnClipboard( const TOOL_EVENT& aEvent );
138
139 int ShowSearch( const TOOL_EVENT& aEvent );
140 int ShowHierarchy( const TOOL_EVENT& aEvent );
141 int ShowNetNavigator( const TOOL_EVENT& aEvent );
142 int ToggleProperties( const TOOL_EVENT& aEvent );
143 int ToggleLibraryTree( const TOOL_EVENT& aEvent );
144 int ToggleRemoteSymbolPanel( const TOOL_EVENT& aEvent );
145
146 int ToggleHiddenPins( const TOOL_EVENT& aEvent );
147 int ToggleHiddenFields( const TOOL_EVENT& aEvent );
148 int ToggleDirectiveLabels( const TOOL_EVENT& aEvent );
149 int ToggleERCWarnings( const TOOL_EVENT& aEvent );
150 int ToggleERCErrors( const TOOL_EVENT& aEvent );
151 int ToggleERCExclusions( const TOOL_EVENT& aEvent );
152 int MarkSimExclusions( const TOOL_EVENT& aEvent );
153 int ToggleOPVoltages( const TOOL_EVENT& aEvent );
154 int ToggleOPCurrents( const TOOL_EVENT& aEvent );
155 int TogglePinAltIcons( const TOOL_EVENT& aEvent );
156 int ChangeLineMode( const TOOL_EVENT& aEvent );
157 int NextLineMode( const TOOL_EVENT& aEvent );
158 int OnAngleSnapModeChanged( const TOOL_EVENT& aEvent );
159 int ToggleAnnotateAuto( const TOOL_EVENT& aEvent );
160
161 int GridFeedback( const TOOL_EVENT& aEvent );
162
163 void AssignFootprints( const std::string& aChangedSetOfReferences );
164
176 SCH_ITEM* FindSymbolAndItem( const wxString* aPath, const wxString* aReference,
177 bool aSearchHierarchy, SCH_SEARCH_T aSearchType,
178 const wxString& aSearchText );
179
180 void SetHighlightBusMembers( bool aHighlightBusMembers )
181 {
182 m_highlightBusMembers = aHighlightBusMembers;
183 }
184
186
187 int PlaceLinkedDesignBlock( const TOOL_EVENT& aEvent );
188 int SaveToLinkedDesignBlock( const TOOL_EVENT& aEvent );
189
190 int AddVariant( const TOOL_EVENT& aEvent );
191 int RemoveVariant( const TOOL_EVENT& aEvent );
192 int EditVariantDescription( const TOOL_EVENT& aEvent );
193
194private:
196 bool doCopy( bool aUseDuplicateClipboard = false );
197
198 bool rescueProject( RESCUER& aRescuer, bool aRunningOnDemand );
199
200 bool searchSupplementaryClipboard( const wxString& aSheetFilename, SCH_SCREEN** aScreen );
201
202 void doCrossProbeSchToPcb( const TOOL_EVENT& aEvent, bool aForce );
203
204 void updatePastedSymbol( SCH_SYMBOL* aSymbol, const SCH_SHEET_PATH& aPastePath,
205 const KIID_PATH& aClipPath, bool aForceKeepAnnotations );
206
207 SCH_SHEET_PATH updatePastedSheet( SCH_SHEET* aSheet, const SCH_SHEET_PATH& aPastePath,
208 const KIID_PATH& aClipPath, bool aForceKeepAnnotations,
209 SCH_SHEET_LIST* aPastedSheets,
210 std::map<SCH_SHEET_PATH, SCH_REFERENCE_LIST>& aPastedSymbols );
211
212 void setPastedSymbolInstances( const SCH_SCREEN* aScreen );
213
223
244 bool processCmpToFootprintLinkFile( const wxString& aFullFilename, bool aForceVisibilityState,
245 bool aVisibilityState );
246
248 void setTransitions() override;
249
250private:
251 bool m_probingPcbToSch; // Recursion guard for PCB to schematic cross-probing
252 EDA_ITEM* m_pickerItem; // Current item for picker highlighting.
253
254 std::string m_duplicateClipboard; // Temporary storage for Duplicate action
256
258
259 // A map of sheet filename --> screens for the clipboard contents. We use these to hook up
260 // cut/paste operations for unsaved sheet content.
261 std::map<wxString, SCH_SCREEN*> m_supplementaryClipboard;
262
263 // A map of KIID_PATH --> symbol instances for the clipboard contents.
264 std::map<KIID_PATH, SCH_SYMBOL_INSTANCE> m_clipboardSymbolInstances;
265
266 std::set<SCH_SYMBOL*> m_pastedSymbols;
267};
268
269
270#endif // SCH_EDITOR_CONTROL_H
A base class for most all the KiCad significant classes used in schematics and boards.
Definition eda_item.h:96
int PageSetup(const TOOL_EVENT &aEvent)
bool RescueLegacyProject(bool aRunningOnDemand)
int ToggleDirectiveLabels(const TOOL_EVENT &aEvent)
int SaveAs(const TOOL_EVENT &aEvent)
int MarkSimExclusions(const TOOL_EVENT &aEvent)
int Annotate(const TOOL_EVENT &aEvent)
int ShowSchematicSetup(const TOOL_EVENT &aEvent)
int HighlightNet(const TOOL_EVENT &aEvent)
Highlight net chain under the cursor.
int ClearHighlight(const TOOL_EVENT &aEvent)
Update net highlighting after an edit.
int FindNetInInspector(const TOOL_EVENT &aEvent)
int EditSymbolFields(const TOOL_EVENT &aEvent)
int GenerateBOMLegacy(const TOOL_EVENT &aEvent)
int RemoveFromNetChain(const TOOL_EVENT &aEvent)
Remove any net highlighting.
int HighlightNetCursor(const TOOL_EVENT &aEvent)
Replace one of a net chain's terminal pins.
void AssignFootprints(const std::string &aChangedSetOfReferences)
int CopyAsText(const TOOL_EVENT &aEvent)
int AddVariant(const TOOL_EVENT &aEvent)
int ImportFPAssignments(const TOOL_EVENT &aEvent)
int ChangeLineMode(const TOOL_EVENT &aEvent)
void doCrossProbeSchToPcb(const TOOL_EVENT &aEvent, bool aForce)
int ExportSymbolsToLibrary(const TOOL_EVENT &aEvent)
int SaveCurrSheetCopyAs(const TOOL_EVENT &aEvent)
Saves the currently-open schematic sheet to an other name.
bool rescueProject(RESCUER &aRescuer, bool aRunningOnDemand)
int CrossProbeToPcb(const TOOL_EVENT &aEvent)
Equivalent to the above, but initiated by the user.
void SetHighlightBusMembers(bool aHighlightBusMembers)
bool GetHighlightBusMembers() const
int PlaceLinkedDesignBlock(const TOOL_EVENT &aEvent)
int ToggleRemoteSymbolPanel(const TOOL_EVENT &aEvent)
int Quit(const TOOL_EVENT &aEvent)
int RemapSymbols(const TOOL_EVENT &aEvent)
int DrawSheetOnClipboard(const TOOL_EVENT &aEvent)
SCH_SHEET_PATH updatePastedSheet(SCH_SHEET *aSheet, const SCH_SHEET_PATH &aPastePath, const KIID_PATH &aClipPath, bool aForceKeepAnnotations, SCH_SHEET_LIST *aPastedSheets, std::map< SCH_SHEET_PATH, SCH_REFERENCE_LIST > &aPastedSymbols)
int TogglePinAltIcons(const TOOL_EVENT &aEvent)
int RescueSymbols(const TOOL_EVENT &aEvent)
Perform rescue operations to recover old projects from before certain changes were made.
int AssignNetclass(const TOOL_EVENT &aEvent)
std::string m_duplicateClipboard
int ExportNetlist(const TOOL_EVENT &aEvent)
int Open(const TOOL_EVENT &aEvent)
int Paste(const TOOL_EVENT &aEvent)
int ToggleOPVoltages(const TOOL_EVENT &aEvent)
int Copy(const TOOL_EVENT &aEvent)
int SaveToLinkedDesignBlock(const TOOL_EVENT &aEvent)
int ToggleERCWarnings(const TOOL_EVENT &aEvent)
int NextLineMode(const TOOL_EVENT &aEvent)
SCH_ITEM * FindSymbolAndItem(const wxString *aPath, const wxString *aReference, bool aSearchHierarchy, SCH_SEARCH_T aSearchType, const wxString &aSearchText)
Find a symbol in the schematic and an item in this symbol and select it.
int Redo(const TOOL_EVENT &aEvent)
Clipboard support.
int UpdatePCB(const TOOL_EVENT &aEvent)
int RemoveVariant(const TOOL_EVENT &aEvent)
int UpdateFromPCB(const TOOL_EVENT &aEvent)
int ToggleAnnotateAuto(const TOOL_EVENT &aEvent)
int EditVariantDescription(const TOOL_EVENT &aEvent)
int ToggleHiddenPins(const TOOL_EVENT &aEvent)
int Duplicate(const TOOL_EVENT &aEvent)
int IncrementAnnotations(const TOOL_EVENT &aEvent)
bool searchSupplementaryClipboard(const wxString &aSheetFilename, SCH_SCREEN **aScreen)
int GridFeedback(const TOOL_EVENT &aEvent)
int ShowSearch(const TOOL_EVENT &aEvent)
int EditWithSymbolEditor(const TOOL_EVENT &aEvent)
int ReplaceTerminalPin(const TOOL_EVENT &aEvent)
int SimTune(const TOOL_EVENT &aEvent)
Highlight net under the cursor.
int EditSymbolLibraryLinks(const TOOL_EVENT &aEvent)
int New(const TOOL_EVENT &aEvent)
int ImportNonKicadSchematic(const TOOL_EVENT &aEvent)
int ShowCreateNetChain(const TOOL_EVENT &aEvent)
std::map< wxString, SCH_SCREEN * > m_supplementaryClipboard
int ExplicitCrossProbeToPcb(const TOOL_EVENT &aEvent)
int ToggleOPCurrents(const TOOL_EVENT &aEvent)
int ShowPcbNew(const TOOL_EVENT &aEvent)
int UpdateNetHighlighting(const TOOL_EVENT &aEvent)
Launch a tool to highlight nets.
int ToggleERCErrors(const TOOL_EVENT &aEvent)
int ShowHierarchy(const TOOL_EVENT &aEvent)
int OnAngleSnapModeChanged(const TOOL_EVENT &aEvent)
void setTransitions() override
This method is meant to be overridden in order to specify handlers for events.
int ShowNetNavigator(const TOOL_EVENT &aEvent)
int NameNetChain(const TOOL_EVENT &aEvent)
int SimProbe(const TOOL_EVENT &aEvent)
void updatePastedSymbol(SCH_SYMBOL *aSymbol, const SCH_SHEET_PATH &aPastePath, const KIID_PATH &aClipPath, bool aForceKeepAnnotations)
int ShowCvpcb(const TOOL_EVENT &aEvent)
int HighlightNetChain(const TOOL_EVENT &aEvent)
int ToggleLibraryTree(const TOOL_EVENT &aEvent)
std::set< SCH_SYMBOL * > m_pastedSymbols
void prunePastedSymbolInstances()
Remove all pasted symbol instances that do not belong to the current project.
int Cut(const TOOL_EVENT &aEvent)
int ToggleProperties(const TOOL_EVENT &aEvent)
std::map< KIID_PATH, SCH_SYMBOL_INSTANCE > m_clipboardSymbolInstances
int Save(const TOOL_EVENT &aEvent)
bool RescueSymbolLibTableProject(bool aRunningOnDemand)
Notifies pcbnew about the selected item.
bool doCopy(bool aUseDuplicateClipboard=false)
< copy selection to clipboard or to m_duplicateClipboard
int Undo(const TOOL_EVENT &aEvent)
int ToggleERCExclusions(const TOOL_EVENT &aEvent)
int Plot(const TOOL_EVENT &aEvent)
int CreateNetChainBetweenPins(const TOOL_EVENT &aEvent)
int Print(const TOOL_EVENT &aEvent)
bool processCmpToFootprintLinkFile(const wxString &aFullFilename, bool aForceVisibilityState, bool aVisibilityState)
Read the footprint info from each line in the stuff file by reference designator.
int Revert(const TOOL_EVENT &aEvent)
int GenerateBOM(const TOOL_EVENT &aEvent)
void setPastedSymbolInstances(const SCH_SCREEN *aScreen)
int ToggleHiddenFields(const TOOL_EVENT &aEvent)
Schematic editor (Eeschema) main window.
Base class for any item which can be embedded within the SCHEMATIC container class,...
Definition sch_item.h:162
A container for handling SCH_SHEET_PATH objects in a flattened hierarchy.
Handle access to a stack of flattened SCH_SHEET objects by way of a path for creating a flattened sch...
Sheet symbol placed in a schematic, and is the entry point for a sub schematic.
Definition sch_sheet.h:44
Schematic symbol object.
Definition sch_symbol.h:69
SCH_TOOL_BASE(const std::string &aName)
Generic, UI-independent tool event.
Definition tool_event.h:167
SCH_SEARCH_T
Schematic search type used by the socket link with Pcbnew.