41#define LISTBOX_WIDTH 140
43#define LISTBOX_WIDTH 120
136 wxEmptyString, wxDefaultPosition, wxSize(
LISTBOX_WIDTH, -1 ), 0,
137 nullptr, wxCB_READONLY );
160 wxDefaultPosition, wxDefaultSize,
186 std::unique_ptr<ACTION_MENU> gridMenu = std::make_unique<ACTION_MENU>(
false, selTool );
202 propertiesPaneInfo.Show( show );
static TOOL_ACTION gridProperties
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION showLibraryTree
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION showDatasheet
static TOOL_ACTION milsUnits
static TOOL_ACTION toggleBoundingBoxes
static TOOL_ACTION saveAll
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 showProperties
static TOOL_ACTION zoomInCenter
static TOOL_ACTION toggleGridOverrides
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
static const wxString PropertiesPaneName()
ACTION_TOOLBAR * m_mainToolBar
ACTION_TOOLBAR * m_drawToolBar
PROPERTIES_PANEL * m_propertiesPanel
static TOOL_ACTION mirrorV
static TOOL_ACTION pinTable
static TOOL_ACTION placeSymbolAnchor
static TOOL_ACTION showHiddenFields
static TOOL_ACTION drawSymbolPolygon
static TOOL_ACTION showDeMorganAlternate
static TOOL_ACTION newSymbol
static TOOL_ACTION drawCircle
static TOOL_ACTION showDeMorganStandard
static TOOL_ACTION rotateCCW
static TOOL_ACTION placeSymbolText
static TOOL_ACTION addSymbolToSchematic
static TOOL_ACTION mirrorH
static TOOL_ACTION rotateCW
static TOOL_ACTION symbolProperties
static TOOL_ACTION checkSymbol
static TOOL_ACTION drawRectangle
static TOOL_ACTION drawSymbolTextBox
static TOOL_ACTION drawSymbolLines
static TOOL_ACTION drawArc
static TOOL_ACTION toggleSyncedPinsMode
static TOOL_ACTION drawBezier
static TOOL_ACTION showHiddenPins
static TOOL_ACTION placeSymbolPin
static TOOL_ACTION showElectricalTypes
void updateSelectionFilterVisbility() override
Selection filter panel doesn't have a dedicated visibility control, so show it if any other AUI panel...
void ReCreateVToolbar() override
wxComboBox * m_unitSelectBox
void ToggleProperties() override
SYMBOL_EDITOR_SETTINGS * m_settings
bool IsSymbolFromSchematic() const
void ReCreateHToolbar() override
void ReCreateOptToolbar() override
@ ID_LIBEDIT_SELECT_UNIT_NUMBER
void Refresh()
Update the board display after modifying it by a python script (note: it is automatically called by a...
int properties_panel_width
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.