40 wxLogTrace(
m_logTrace, wxT(
"EDA_3D_VIEWER_FRAME::CreateMenuBar" ) );
50 fileMenu->
Add(
_(
"Export Current View as PNG..." ),
53 BITMAPS::export_png );
55 fileMenu->
Add(
_(
"Export Current View as JPEG..." ),
58 BITMAPS::export_file );
60 fileMenu->AppendSeparator();
69 editMenu->
Add(
_(
"Copy 3D Image" ),
84 viewMenu->AppendSeparator();
88 viewMenu->AppendSeparator();
92 viewMenu->AppendSeparator();
96 viewMenu->AppendSeparator();
107 prefsMenu->
Add(
_(
"Raytracing" ),
"",
112 prefsMenu->
Add(
_(
"Preferences..." ) + wxT(
"\tCtrl+," ),
113 _(
"Show preferences for all open tools" ),
115 BITMAPS::preference );
119 prefsMenu->AppendSeparator();
127 prefsMenu->AppendSeparator();
135 gridSubmenu->
SetIcon( BITMAPS::grid );
143 prefsMenu->
Add( gridSubmenu );
147 menuBar->Append( fileMenu,
_(
"&File" ) );
148 menuBar->Append( editMenu,
_(
"&Edit" ) );
149 menuBar->Append( viewMenu,
_(
"&View" ) );
150 menuBar->Append( prefsMenu,
_(
"&Preferences" ) );
153 SetMenuBar( menuBar );
@ ID_TOOL_SCREENCOPY_TOCLIBBOARD
@ ID_MENU3D_RESET_DEFAULTS
@ ID_MENU_SCREENCOPY_JPEG
static TOOL_ACTION zoomRedraw
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION zoomInCenter
Handle actions that are shared between different applications.
static TOOL_ACTION rotateXCCW
static TOOL_ACTION showNotInPosFile
static TOOL_ACTION showTHT
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 show1mmGrid
static TOOL_ACTION showDNP
static TOOL_ACTION moveLeft
static TOOL_ACTION show10mmGrid
static TOOL_ACTION show5mmGrid
static TOOL_ACTION showSMD
static TOOL_ACTION moveUp
static TOOL_ACTION moveDown
static TOOL_ACTION moveRight
static TOOL_ACTION showVirtual
static TOOL_ACTION rotateYCW
static TOOL_ACTION showBBoxes
static TOOL_ACTION showAxis
void AddStandardHelpMenu(wxMenuBar *aMenuBar)
Adds 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.