37 wxMenuBar* oldMenuBar = GetMenuBar();
50 fileMenu->AppendSeparator();
60 fileMenu->AppendSeparator();
69 fileMenu->
Add( submenuImport );
78 fileMenu->
Add( submenuExport );
80 fileMenu->AppendSeparator();
83 fileMenu->AppendSeparator();
86 fileMenu->AppendSeparator();
87 fileMenu->
AddClose(
_(
"Library Editor" ) );
97 editMenu->AppendSeparator();
105 editMenu->AppendSeparator();
109 editMenu->AppendSeparator();
113 editMenu->AppendSeparator();
123 showHidePanels->
SetTitle(
_(
"Panels" ) );
126 viewMenu->
Add( showHidePanels );
127 viewMenu->AppendSeparator();
131 viewMenu->AppendSeparator();
138 viewMenu->AppendSeparator();
143 viewMenu->AppendSeparator();
172 inspectMenu->AppendSeparator();
184 prefsMenu->AppendSeparator();
190 menuBar->Append( fileMenu,
_(
"&File" ) );
191 menuBar->Append( editMenu,
_(
"&Edit" ) );
192 menuBar->Append( viewMenu,
_(
"&View" ) );
193 menuBar->Append( placeMenu,
_(
"&Place" ) );
194 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
195 menuBar->Append( prefsMenu,
_(
"P&references" ) );
198 SetMenuBar( menuBar );
static TOOL_ACTION zoomRedraw
static TOOL_ACTION unselectAll
static TOOL_ACTION revert
static TOOL_ACTION showLibraryTree
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION addLibrary
static TOOL_ACTION showSymbolLibTable
static TOOL_ACTION showSymbolBrowser
static TOOL_ACTION showDatasheet
static TOOL_ACTION findAndReplace
static TOOL_ACTION openPreferences
static TOOL_ACTION saveAll
static TOOL_ACTION duplicate
static TOOL_ACTION doDelete
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomTool
static TOOL_ACTION showProperties
static TOOL_ACTION zoomInCenter
static TOOL_ACTION newLibrary
static TOOL_ACTION configurePaths
static TOOL_ACTION copyAsText
static TOOL_ACTION selectAll
void AddMenuLanguageList(ACTION_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool)
Create a menu list for language choice, and add it as submenu to MasterMenu.
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.
static TOOL_ACTION importSymbol
static TOOL_ACTION newSymbol
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION drawEllipseArc
static TOOL_ACTION checkSymbol
static TOOL_ACTION editLibSymbolWithLibEdit
static TOOL_ACTION drawArc
static TOOL_ACTION pinTable
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION placeSymbolPin
static TOOL_ACTION drawSymbolTextBox
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION drawRectangle
static TOOL_ACTION drawEllipse
static TOOL_ACTION drawCircle
static TOOL_ACTION importGraphics
static TOOL_ACTION closeSymbolTab
static TOOL_ACTION drawBezier
static TOOL_ACTION compareLibraryWithFile
static TOOL_ACTION saveSymbolCopyAs
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION showHiddenFields
static TOOL_ACTION prevSymbolTab
static TOOL_ACTION showHiddenPins
static TOOL_ACTION exportSymbolView
static TOOL_ACTION symbolProperties
static TOOL_ACTION placeSymbolText
static TOOL_ACTION nextSymbolTab
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION exportSymbol
static TOOL_ACTION saveSymbolAs
bool IsSymbolFromSchematic() const
void doReCreateMenuBar() override