33#include <python_scripting.h>
53 wxDefaultPosition, wxDefaultSize,
122 if( SCRIPTING::IsWxAvailable() )
192 wxDefaultPosition, wxDefaultSize,
221 std::unique_ptr<ACTION_MENU> gridMenu = std::make_unique<ACTION_MENU>(
false, selTool );
262 hierarchy_pane.Show( !hierarchy_pane.IsShown() );
264 if( hierarchy_pane.IsShown() )
266 if( hierarchy_pane.IsFloating() )
281 if( hierarchy_pane.IsFloating() )
KIFACE_BASE & Kiface()
Global KIFACE_BASE "get" accessor.
static TOOL_ACTION gridProperties
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION showSymbolEditor
static TOOL_ACTION showSymbolBrowser
static TOOL_ACTION findAndReplace
static TOOL_ACTION milsUnits
static TOOL_ACTION toggleBoundingBoxes
static TOOL_ACTION pageSettings
static TOOL_ACTION inchesUnits
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION selectionTool
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION deleteTool
static TOOL_ACTION zoomTool
static TOOL_ACTION showFootprintEditor
static TOOL_ACTION zoomFitObjects
static TOOL_ACTION zoomInCenter
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
ACTION_TOOLBAR * m_optionsToolBar
ACTION_TOOLBAR * m_mainToolBar
ACTION_TOOLBAR * m_drawToolBar
SEARCH_PANE * m_searchPane
The current canvas type.
static TOOL_ACTION mirrorV
static TOOL_ACTION runERC
static TOOL_ACTION toggleAnnotateAuto
static TOOL_ACTION lineMode90
static TOOL_ACTION toggleHiddenPins
static TOOL_ACTION navigateForward
static TOOL_ACTION placeSymbol
static TOOL_ACTION navigateBack
static TOOL_ACTION showPythonConsole
static TOOL_ACTION placeClassLabel
static TOOL_ACTION drawWire
static TOOL_ACTION drawCircle
static TOOL_ACTION rotateCCW
static TOOL_ACTION lineModeFree
static TOOL_ACTION drawBus
static TOOL_ACTION placePower
static TOOL_ACTION drawLines
static TOOL_ACTION mirrorH
static TOOL_ACTION showSimulator
static TOOL_ACTION highlightNetTool
static TOOL_ACTION rotateCW
static TOOL_ACTION importSheetPin
static TOOL_ACTION assignFootprints
static TOOL_ACTION placeGlobalLabel
static TOOL_ACTION placeHierLabel
static TOOL_ACTION editSymbolFields
static TOOL_ACTION drawTextBox
static TOOL_ACTION drawRectangle
static TOOL_ACTION annotate
static TOOL_ACTION placeImage
static TOOL_ACTION showHierarchy
static TOOL_ACTION placeSchematicText
static TOOL_ACTION drawArc
static TOOL_ACTION lineMode45
static TOOL_ACTION drawSheet
static TOOL_ACTION navigateUp
static TOOL_ACTION placeLabel
static TOOL_ACTION showPcbNew
static TOOL_ACTION placeBusWireEntry
static TOOL_ACTION placeJunction
static TOOL_ACTION generateBOM
static TOOL_ACTION placeNoConnect
static TOOL_ACTION schematicSetup
EESCHEMA_SETTINGS * eeconfig() const
void ReCreateVToolbar() override
void ToggleSearch()
Toggle the show/hide state of Search pane.
static const wxString SearchPaneName()
void ToggleSchematicHierarchy()
Toggle the show/hide state of the left side schematic navigation panel.
static const wxString SchematicHierarchyPaneName()
void ReCreateOptToolbar() override
HIERARCHY_PANE * m_hierarchy
void ReCreateHToolbar() override
int hierarchy_panel_docked_width
int hierarchy_panel_float_width
int hierarchy_panel_float_height
void SetAuiPaneSize(wxAuiManager &aManager, wxAuiPaneInfo &aPane, int aWidth, int aHeight)
Sets the size of an AUI pane, working around http://trac.wxwidgets.org/ticket/13180.