41 wxMenuBar* oldMenuBar = GetMenuBar();
54 fileMenu->AppendSeparator();
64 fileMenu->AppendSeparator();
68 submenuImport->
SetIcon( BITMAPS::import );
73 fileMenu->
Add( submenuImport );
78 submenuExport->
SetIcon( BITMAPS::export_file );
81 fileMenu->
Add( submenuExport );
83 fileMenu->AppendSeparator();
86 fileMenu->AppendSeparator();
87 fileMenu->
AddClose(
_(
"Library Editor" ) );
97 editMenu->AppendSeparator();
105 editMenu->AppendSeparator();
109 editMenu->AppendSeparator();
120 showHidePanels->
SetTitle(
_(
"Panels" ) );
123 viewMenu->
Add( showHidePanels );
124 viewMenu->AppendSeparator();
128 viewMenu->AppendSeparator();
135 viewMenu->AppendSeparator();
162 inspectMenu->AppendSeparator();
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" ) );
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 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)
Function AddMenuLanguageList creates a menu list for language choice, and add it as submenu to Master...
void SetMenuBar(wxMenuBar *menu_bar) override
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds the standard KiCad help menu to the menubar.
static TOOL_ACTION pinTable
static TOOL_ACTION saveSymbolAs
static TOOL_ACTION showHiddenFields
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION newSymbol
static TOOL_ACTION drawCircle
static TOOL_ACTION editLibSymbolWithLibEdit
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION placeSymbolText
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION importGraphics
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION importSymbol
static TOOL_ACTION saveSymbolCopyAs
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 drawBezier
static TOOL_ACTION showHiddenPins
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION exportSymbolView
static TOOL_ACTION placeSymbolPin
bool IsSymbolFromSchematic() const
void doReCreateMenuBar() override