84 wxCHECK( base_frame, );
88 wxMenuBar* oldMenuBar = base_frame->GetMenuBar();
97 fileMenu->AppendSeparator();
102 fileMenu->AppendSeparator();
106 fileMenu->AppendSeparator();
117 viewMenu->AppendSeparator();
122 viewMenu->AppendSeparator();
137 simulationMenu->AppendSeparator();
141 simulationMenu->AppendSeparator();
154 prefsMenu->AppendSeparator();
160 menuBar->Append( fileMenu,
_(
"&File" ) );
161 menuBar->Append( viewMenu,
_(
"&View" ) );
162 menuBar->Append( simulationMenu,
_(
"&Simulation" ) );
163 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
164 base_frame->AddStandardHelpMenu( menuBar );
166 base_frame->SetMenuBar( menuBar );
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION zoomRedo
static TOOL_ACTION openPreferences
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomInCenter
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 runSimulation
static TOOL_ACTION newAnalysisTab
ACTION_TOOLBAR * m_toolBar
void doReCreateMenuBar() override