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 );
82 fileMenu->
Add( submenuExport );
84 fileMenu->AppendSeparator();
87 fileMenu->AppendSeparator();
88 fileMenu->
AddClose(
_(
"Library Editor" ) );
98 editMenu->AppendSeparator();
106 editMenu->AppendSeparator();
110 editMenu->AppendSeparator();
121 showHidePanels->
SetTitle(
_(
"Panels" ) );
124 viewMenu->
Add( showHidePanels );
125 viewMenu->AppendSeparator();
129 viewMenu->AppendSeparator();
136 viewMenu->AppendSeparator();
163 inspectMenu->AppendSeparator();
175 prefsMenu->AppendSeparator();
181 menuBar->Append( fileMenu,
_(
"&File" ) );
182 menuBar->Append( editMenu,
_(
"&Edit" ) );
183 menuBar->Append( viewMenu,
_(
"&View" ) );
184 menuBar->Append( placeMenu,
_(
"&Place" ) );
185 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
186 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)
Create a menu list for language choice, and add it as submenu to MasterMenu.
void SetMenuBar(wxMenuBar *menu_bar) override
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 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 drawCircle
static TOOL_ACTION importGraphics
static TOOL_ACTION drawBezier
static TOOL_ACTION saveSymbolCopyAs
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION showHiddenFields
static TOOL_ACTION showHiddenPins
static TOOL_ACTION setUnitDisplayName
static TOOL_ACTION exportSymbolView
static TOOL_ACTION symbolProperties
static TOOL_ACTION placeSymbolText
static TOOL_ACTION togglePinAltIcons
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION exportSymbol
static TOOL_ACTION saveSymbolAs
bool IsSymbolFromSchematic() const
void doReCreateMenuBar() override