42 wxMenuBar* oldMenuBar = GetMenuBar();
54 fileMenu->AppendSeparator();
63 fileMenu->AppendSeparator();
69 submenuExport->
SetIcon( BITMAPS::export_file );
73 fileMenu->
Add( submenuExport );
75 fileMenu->AppendSeparator();
78 fileMenu->AppendSeparator();
79 fileMenu->
AddClose(
_(
"Library Editor" ) );
89 editMenu->AppendSeparator();
96 editMenu->AppendSeparator();
100 editMenu->AppendSeparator();
113 viewMenu->AppendSeparator();
120 viewMenu->AppendSeparator();
144 inspectMenu->AppendSeparator();
156 prefsMenu->AppendSeparator();
162 menuBar->Append( fileMenu,
_(
"&File" ) );
163 menuBar->Append( editMenu,
_(
"&Edit" ) );
164 menuBar->Append( viewMenu,
_(
"&View" ) );
165 menuBar->Append( placeMenu,
_(
"&Place" ) );
166 menuBar->Append( inspectMenu,
_(
"&Inspect" ) );
167 menuBar->Append( prefsMenu,
_(
"P&references" ) );
static TOOL_ACTION zoomRedraw
static TOOL_ACTION unselectAll
static TOOL_ACTION revert
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION addLibrary
static TOOL_ACTION showSymbolLibTable
static TOOL_ACTION showSymbolBrowser
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 selectAll
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 drawSymbolPolygon
static TOOL_ACTION newSymbol
static TOOL_ACTION drawCircle
static TOOL_ACTION saveLibraryAs
static TOOL_ACTION placeSymbolText
static TOOL_ACTION exportSymbolAsSVG
static TOOL_ACTION importSymbol
static TOOL_ACTION showDatasheet
Inspection and Editing.
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 exportSymbol
static TOOL_ACTION showSymbolTree
static TOOL_ACTION updateSymbolFields
static TOOL_ACTION exportSymbolView
static TOOL_ACTION placeSymbolPin
bool IsSymbolFromSchematic() const
void doReCreateMenuBar() override