40 wxLogTrace(
m_logTrace, wxT(
"EDA_3D_VIEWER_FRAME::CreateMenuBar" ) );
43 wxMenuBar* oldMenuBar = GetMenuBar();
53 fileMenu->AppendSeparator();
85 viewMenu->AppendSeparator();
86 viewMenu->
Add( gridSubmenu );
88 viewMenu->AppendSeparator();
97 rotateSubmenu->
SetTitle(
_(
"Rotate Board" ) );
102 rotateSubmenu->AppendSeparator();
105 rotateSubmenu->AppendSeparator();
110 moveSubmenu->
SetTitle(
_(
"Move Board" ) );
118 viewMenu->AppendSeparator();
119 viewMenu->
Add( rotateSubmenu );
121 viewMenu->
Add( moveSubmenu );
123 viewMenu->AppendSeparator();
137 prefsMenu->AppendSeparator();
142 menuBar->Append( fileMenu,
_(
"&File" ) );
143 menuBar->Append( editMenu,
_(
"&Edit" ) );
144 menuBar->Append( viewMenu,
_(
"&View" ) );
145 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
148 SetMenuBar( menuBar );
@ ID_MENU3D_RESET_DEFAULTS
static TOOL_ACTION zoomRedraw
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION openPreferences
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomInCenter
Handle actions that are shared between different applications.
static TOOL_ACTION showLayersManager
static TOOL_ACTION rotateXCCW
static TOOL_ACTION exportImage
static TOOL_ACTION noGrid
static TOOL_ACTION show2_5mmGrid
static TOOL_ACTION rotateZCCW
static TOOL_ACTION rotateZCW
static TOOL_ACTION rotateYCCW
static TOOL_ACTION rotateXCW
static TOOL_ACTION viewTop
static TOOL_ACTION show1mmGrid
static TOOL_ACTION moveLeft
static TOOL_ACTION viewLeft
static TOOL_ACTION show10mmGrid
static TOOL_ACTION toggleRaytacing
static TOOL_ACTION viewBack
static TOOL_ACTION show5mmGrid
static TOOL_ACTION viewRight
static TOOL_ACTION moveUp
static TOOL_ACTION flipView
static TOOL_ACTION moveDown
static TOOL_ACTION viewBottom
static TOOL_ACTION copyToClipboard
static TOOL_ACTION moveRight
static TOOL_ACTION rotateYCW
static TOOL_ACTION viewFront
void doReCreateMenuBar() override
void AddMenuLanguageList(ACTION_MENU *aMasterMenu, TOOL_INTERACTIVE *aControlTool)
Create a menu list for language choice, and add it as submenu to MasterMenu.
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Add the standard KiCad help menu to the menubar.
Declaration of the eda_3d_viewer class.
static const wxChar * m_logTrace
Trace mask used to enable or disable the trace output of this class.