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();
110 viewMenu->AppendSeparator();
117 viewMenu->AppendSeparator();
128 viewMenu->
Add( unitsSubMenu );
132 viewMenu->AppendSeparator();
154 inspectMenu->AppendSeparator();
167 prefsMenu->
Add(
_(
"Preferences..." ) +
"\tCtrl+,",
168 _(
"Show preferences for all open tools" ),
172 prefsMenu->AppendSeparator();
178 menuBar->Append( fileMenu,
_(
"&File" ) );
179 menuBar->Append( editMenu,
_(
"&Edit" ) );
180 menuBar->Append( viewMenu,
_(
"&View" ) );
181 menuBar->Append( placeMenu,
_(
"&Place" ) );
182 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
183 menuBar->Append( prefsMenu,
_(
"P&references" ) );
186 SetMenuBar( menuBar );
static TOOL_ACTION pinTable
static TOOL_ACTION showDatasheet
Inspection and Editing.
static TOOL_ACTION placeSymbolText
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION zoomInCenter
static TOOL_ACTION doDelete
static TOOL_ACTION showSymbolTree
static TOOL_ACTION zoomTool
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION millimetersUnits
static TOOL_ACTION showSymbolLibTable
static TOOL_ACTION checkSymbol
static TOOL_ACTION updateSymbolFields
bool IsSymbolFromSchematic() const
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION drawSymbolRectangle
static TOOL_ACTION placeSymbolPin
static TOOL_ACTION toggleGrid
static TOOL_ACTION inchesUnits
static TOOL_ACTION symbolProperties
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
static TOOL_ACTION drawSymbolCircle
static TOOL_ACTION addLibrary
static TOOL_ACTION importSymbol
void ReCreateMenuBar() override
Recreates the menu bar.
static TOOL_ACTION newLibrary
static TOOL_ACTION milsUnits
static TOOL_ACTION exportSymbolView
static TOOL_ACTION newSymbol
static TOOL_ACTION exportSymbol
static TOOL_ACTION saveSymbolAs
static TOOL_ACTION zoomRedraw
static TOOL_ACTION drawSymbolArc
static TOOL_ACTION gridProperties
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION saveAll
static TOOL_ACTION showSymbolBrowser
static TOOL_ACTION configurePaths
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION selectAll
static TOOL_ACTION duplicate
static TOOL_ACTION revert
static TOOL_ACTION saveLibraryAs