88 wxCHECK( base_frame, );
92 wxMenuBar* oldMenuBar = base_frame->GetMenuBar();
101 fileMenu->AppendSeparator();
106 fileMenu->AppendSeparator();
109 fileMenu->AppendSeparator();
113 fileMenu->AppendSeparator();
124 viewMenu->AppendSeparator();
133 viewMenu->AppendSeparator();
148 simulationMenu->AppendSeparator();
152 simulationMenu->AppendSeparator();
165 prefsMenu->AppendSeparator();
171 menuBar->Append( fileMenu,
_(
"&File" ) );
172 menuBar->Append( viewMenu,
_(
"&View" ) );
173 menuBar->Append( simulationMenu,
_(
"&Simulation" ) );
174 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
175 base_frame->AddStandardHelpMenu( menuBar );
177 base_frame->SetMenuBar( menuBar );
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION zoomRedo
static TOOL_ACTION openPreferences
static TOOL_ACTION zoomOutHorizontally
static TOOL_ACTION zoomOutVertically
static TOOL_ACTION zoomInHorizontally
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomInCenter
static TOOL_ACTION zoomInVertically
static TOOL_ACTION zoomUndo
Handle actions that are shared between different applications.
The base frame for deriving all KiCad main window classes.
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
void AddMenuLanguageList(ACTION_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool)
Function AddMenuLanguageList creates a menu list for language choice, and add it as submenu to Master...
static TOOL_ACTION simAnalysisProperties
static TOOL_ACTION editUserDefinedSignals
static TOOL_ACTION openWorkbook
static TOOL_ACTION stopSimulation
static TOOL_ACTION toggleLegend
static TOOL_ACTION saveWorkbook
static TOOL_ACTION saveWorkbookAs
static TOOL_ACTION exportPlotAsCSV
static TOOL_ACTION simTune
static TOOL_ACTION toggleDarkModePlots
static TOOL_ACTION exportPlotAsPNG
static TOOL_ACTION showNetlist
static TOOL_ACTION simProbe
static TOOL_ACTION toggleDottedSecondary
static TOOL_ACTION exportPlotToSchematic
static TOOL_ACTION runSimulation
static TOOL_ACTION newAnalysisTab
static TOOL_ACTION exportPlotToClipboard
ACTION_TOOLBAR * m_toolBar
void doReCreateMenuBar() override