42 wxMenuBar* oldMenuBar = GetMenuBar();
54 fileMenu->AppendSeparator();
63 fileMenu->AppendSeparator();
73 fileMenu->
Add( submenuExport );
75 fileMenu->AppendSeparator();
78 fileMenu->AppendSeparator();
79 fileMenu->
AddClose(
_(
"Library Editor" ) );
89 editMenu->AppendSeparator();
96 editMenu->AppendSeparator();
99 editMenu->AppendSeparator();
111 viewMenu->AppendSeparator();
118 viewMenu->AppendSeparator();
129 viewMenu->
Add( unitsSubMenu );
133 viewMenu->AppendSeparator();
156 inspectMenu->AppendSeparator();
169 prefsMenu->
Add(
_(
"Preferences..." ) +
"\tCtrl+,",
170 _(
"Show preferences for all open tools" ),
174 prefsMenu->AppendSeparator();
180 menuBar->Append( fileMenu,
_(
"&File" ) );
181 menuBar->Append( editMenu,
_(
"&Edit" ) );
182 menuBar->Append( viewMenu,
_(
"&View" ) );
183 menuBar->Append( placeMenu,
_(
"&Place" ) );
184 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
185 menuBar->Append( prefsMenu,
_(
"P&references" ) );
188 SetMenuBar( menuBar );
static TOOL_ACTION gridProperties
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION revert
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION addLibrary
static TOOL_ACTION showSymbolLibTable
static TOOL_ACTION showSymbolBrowser
static TOOL_ACTION milsUnits
static TOOL_ACTION saveAll
static TOOL_ACTION duplicate
static TOOL_ACTION inchesUnits
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION doDelete
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomTool
static TOOL_ACTION zoomInCenter
static TOOL_ACTION newLibrary
static TOOL_ACTION configurePaths
static TOOL_ACTION selectAll
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
static TOOL_ACTION pinTable
static TOOL_ACTION saveSymbolAs
static TOOL_ACTION newSymbol
static TOOL_ACTION drawCircle
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION placeSymbolText
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION importSymbol
static TOOL_ACTION showDatasheet
Inspection and Editing.
static TOOL_ACTION symbolProperties
static TOOL_ACTION checkSymbol
static TOOL_ACTION drawRectangle
static TOOL_ACTION setUnitDisplayName
static TOOL_ACTION drawSymbolTextBox
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION drawArc
static TOOL_ACTION exportSymbol
static TOOL_ACTION showSymbolTree
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION exportSymbolView
static TOOL_ACTION placeSymbolPin
bool IsSymbolFromSchematic() const
void doReCreateMenuBar() override