43 wxMenuBar* oldMenuBar = GetMenuBar();
55 fileMenu->AppendSeparator();
64 fileMenu->AppendSeparator();
74 fileMenu->
Add( submenuExport );
76 fileMenu->AppendSeparator();
77 fileMenu->
AddClose(
_(
"Library Editor" ) );
87 editMenu->AppendSeparator();
94 editMenu->AppendSeparator();
97 editMenu->AppendSeparator();
109 viewMenu->AppendSeparator();
116 viewMenu->AppendSeparator();
127 viewMenu->
Add( unitsSubMenu );
131 viewMenu->AppendSeparator();
153 inspectMenu->AppendSeparator();
163 prefsMenu->
Add(
_(
"Preferences..." ) +
"\tCtrl+,",
164 _(
"Show preferences for all open tools" ),
168 prefsMenu->AppendSeparator();
174 menuBar->Append( fileMenu,
_(
"&File" ) );
175 menuBar->Append( editMenu,
_(
"&Edit" ) );
176 menuBar->Append( viewMenu,
_(
"&View" ) );
177 menuBar->Append( placeMenu,
_(
"&Place" ) );
178 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
179 menuBar->Append( prefsMenu,
_(
"P&references" ) );
182 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