58#include <wx/wupdlock.h>
59#include <wx/combobox.h>
61#include "../scripting/python_scripting.h"
70 COLOR4D top_color, bottom_color, background_color;
71 bool change = aForceRebuild;
107 const int scale = ( requested_scale <= 0 ) ?
KiIconScale(
this ) : requested_scale;
109 bottom_color,
scale );
129 wxWindowUpdateLocker
dummy(
this );
139 wxAUI_TB_HORIZONTAL );
192 if( !
Kiface().IsSingle() )
203 bool scriptingAvailable = SCRIPTING::IsWxAvailable();
206 !
Pgm().GetPluginManager().GetActionsForScope( PLUGIN_ACTION_SCOPE::PCB ).empty();
208 bool haveApiPlugins =
false;
211 if( scriptingAvailable || haveApiPlugins )
215 if( scriptingAvailable )
239 wxWindowUpdateLocker
dummy(
this );
248 wxDefaultPosition, wxDefaultSize,
297 std::unique_ptr<ACTION_MENU> gridMenu = std::make_unique<ACTION_MENU>(
false, selTool );
308 wxWindowUpdateLocker
dummy(
this );
327 if( !dimensionGroup )
329 dimensionGroup =
new ACTION_GROUP(
"group.pcbDimensions",
392 auto makeArcMenu = [&]()
394 std::unique_ptr<ACTION_MENU> arcMenu = std::make_unique<ACTION_MENU>(
false, selTool );
404 auto makeRouteMenu = [&]()
406 std::unique_ptr<ACTION_MENU> routeMenu = std::make_unique<ACTION_MENU>(
false, selTool );
412 routeMenu->AppendSeparator();
421 std::unique_ptr<ACTION_MENU> zoneMenu = std::make_unique<ACTION_MENU>(
false, selTool );
426 std::unique_ptr<ACTION_MENU> lineMenu = std::make_unique<ACTION_MENU>(
false, selTool );
435 wxWindowUpdateLocker
dummy(
this );
454 wxDefaultPosition, wxDefaultSize, 0,
nullptr );
458 m_SelTrackWidthBox->SetToolTip(
_(
"Select the default width for new tracks. Note that this "
459 "width can be overridden by the board minimum width, or by "
460 "the width of an existing track if the 'Use Existing Track "
461 "Width' feature is enabled." ) );
465 _(
"When routing from an existing track use its width instead "
466 "of the current width setting" ),
475 wxDefaultPosition, wxDefaultSize, 0,
nullptr );
499 wxDefaultPosition, wxDefaultSize, 0,
nullptr );
510 wxDefaultPosition, wxDefaultSize, 0,
nullptr );
550 const wxChar* format;
555 wxASSERT_MSG(
false, wxT(
"Invalid unit" ) );
575 if( aTrackWidthSelectBox ==
nullptr )
585 aTrackWidthSelectBox->Clear();
588 aTrackWidthSelectBox->Append(
_(
"Track: use netclass width" ) );
594 msg.Printf(
_(
"Track: %s (%s)" ),
ComboBoxUnits( primaryUnit, size ),
597 aTrackWidthSelectBox->Append( msg );
602 aTrackWidthSelectBox->Append( wxT(
"---" ) );
603 aTrackWidthSelectBox->Append(
_(
"Edit Pre-defined Sizes..." ) );
616 if( aViaSizeSelectBox ==
nullptr )
619 aViaSizeSelectBox->Clear();
624 EDA_UNITS secondaryUnit = EDA_UNITS::MILS;
631 secondaryUnit = EDA_UNITS::MILLIMETRES;
638 secondaryUnit = EDA_UNITS::MILS;
642 aViaSizeSelectBox->Append(
_(
"Via: use netclass sizes" ) );
647 wxString msg, priStr, secStr;
650 double hole = viaDimension.
m_Drill;
654 priStr =
ComboBoxUnits( primaryUnit, diam,
false ) + wxT(
" / " )
656 secStr =
ComboBoxUnits( secondaryUnit, diam,
false ) + wxT(
" / " )
665 msg.Printf(
_(
"Via: %s (%s)" ), priStr, secStr );
667 aViaSizeSelectBox->Append( msg );
672 aViaSizeSelectBox->Append( wxT(
"---" ) );
673 aViaSizeSelectBox->Append(
_(
"Edit Pre-defined Sizes..." ) );
691 if( aForceResizeToolbar )
699 wxAuiPaneInfo& layersManager =
m_auimgr.GetPane(
"LayersManager" );
700 wxAuiPaneInfo& selectionFilter =
m_auimgr.GetPane(
"SelectionFilter" );
constexpr EDA_IU_SCALE pcbIUScale
KIFACE_BASE & Kiface()
Global KIFACE_BASE "get" accessor.
wxBitmapBundle KiBitmapBundle(BITMAPS aBitmap)
int KiIconScale(wxWindow *aWindow)
Return the automatic scale factor that would be used for a given window by KiScaledBitmap and KiScale...
static TOOL_ACTION gridProperties
static TOOL_ACTION updatePcbFromSchematic
static TOOL_ACTION toggleGrid
static TOOL_ACTION zoomRedraw
static TOOL_ACTION millimetersUnits
static TOOL_ACTION show3DViewer
static TOOL_ACTION zoomOutCenter
static TOOL_ACTION togglePolarCoords
static TOOL_ACTION milsUnits
static TOOL_ACTION toggleBoundingBoxes
static TOOL_ACTION pageSettings
static TOOL_ACTION inchesUnits
static TOOL_ACTION highContrastMode
static TOOL_ACTION toggleCursorStyle
static TOOL_ACTION gridOrigin
static TOOL_ACTION measureTool
static TOOL_ACTION selectionTool
static TOOL_ACTION zoomFitScreen
static TOOL_ACTION deleteTool
static TOOL_ACTION zoomTool
static TOOL_ACTION showFootprintEditor
static TOOL_ACTION showProperties
static TOOL_ACTION zoomFitObjects
static TOOL_ACTION zoomInCenter
static TOOL_ACTION gridSetOrigin
static TOOL_ACTION showFootprintBrowser
static TOOL_ACTION toggleGridOverrides
A group of actions that will be displayed together on a toolbar palette.
static const ADVANCED_CFG & GetCfg()
Get the singleton instance's config, which is shared by all consumers.
Container for design settings for a BOARD object.
void UseCustomTrackViaSize(bool aEnabled)
Enables/disables custom track/via size settings.
bool m_UseConnectedTrackWidth
void SetTrackWidthIndex(unsigned aIndex)
Set the current track width list index to aIndex.
void SetViaSizeIndex(unsigned aIndex)
Set the current via size list index to aIndex.
unsigned GetTrackWidthIndex() const
unsigned GetViaSizeIndex() const
std::vector< int > m_TrackWidthList
std::vector< VIA_DIMENSION > m_ViasDimensionsList
COLOR4D GetColor(int aLayer) const
static constexpr int KICAD_AUI_TB_STYLE
< Default style flags used for wxAUI toolbars.
wxChoice * m_gridSelectBox
ACTION_TOOLBAR * m_optionsToolBar
void UpdateGridSelectBox()
Rebuild the grid combobox to respond to any changes in the GUI (units, user grid changes,...
void UpdateZoomSelectBox()
Rebuild the grid combobox to respond to any changes in the GUI (units, user grid changes,...
ACTION_TOOLBAR * m_mainToolBar
NET_INSPECTOR_PANEL * m_netInspectorPanel
static const wxString NetInspectorPanelName()
void GetUnitPair(EDA_UNITS &aPrimaryUnit, EDA_UNITS &aSecondaryUnits) override
Get the pair or units in current use.
ACTION_TOOLBAR * m_drawToolBar
SEARCH_PANE * m_searchPane
wxChoice * m_zoomSelectBox
virtual void addApiPluginTools()
Append actions from API plugins to the main toolbar.
ACTION_TOOLBAR * m_auxiliaryToolBar
A color representation with 4 components: red, green, blue, alpha.
int GetLayerSelection() const
int SetLayerSelection(int layer)
static std::unique_ptr< wxBitmap > CreateLayerPairIcon(const KIGFX::COLOR4D &aBgColor, const KIGFX::COLOR4D &aTopColor, const KIGFX::COLOR4D &aBottomColor, int aScale)
Create a layer pair "side-by-side swatch" icon.
virtual void SaveSettings()
Save the net inspector settings - called from EDA_EDIT_FRAME when hiding the panel.
virtual void OnShowPanel()
Prepare the panel when (re-)shown in the editor.
static TOOL_ACTION toggleHV45Mode
static TOOL_ACTION drawRuleArea
static TOOL_ACTION drawBezier
static TOOL_ACTION placeText
static TOOL_ACTION pointEditorArcKeepCenter
static TOOL_ACTION drawOrthogonalDimension
static TOOL_ACTION drawRectangle
static TOOL_ACTION padDisplayMode
static TOOL_ACTION placeReferenceImage
static TOOL_ACTION routerSettingsDialog
Activation of the Push and Shove settings dialogs.
static TOOL_ACTION showRatsnest
static TOOL_ACTION zoneFillAll
static TOOL_ACTION showLayersManager
static TOOL_ACTION toggleNetHighlight
static TOOL_ACTION drawCircle
static TOOL_ACTION mirrorH
Mirroring of selected items.
static TOOL_ACTION routeDiffPair
Activation of the Push and Shove router (differential pair mode)
static TOOL_ACTION tuneDiffPair
static TOOL_ACTION drawTable
static TOOL_ACTION drawTextBox
static TOOL_ACTION routerHighlightMode
Actions to enable switching modes via hotkey assignments.
static TOOL_ACTION routerWalkaroundMode
static TOOL_ACTION routerShoveMode
static TOOL_ACTION drawPolygon
static TOOL_ACTION zoneDisplayFilled
static TOOL_ACTION drawRadialDimension
static TOOL_ACTION tuneSingleTrack
static TOOL_ACTION viaDisplayMode
static TOOL_ACTION drawLeader
static TOOL_ACTION drillOrigin
static TOOL_ACTION tuneSkew
static TOOL_ACTION trackDisplayMode
static TOOL_ACTION selectLayerPair
static TOOL_ACTION zoneDisplayTriangulated
static TOOL_ACTION ungroup
static TOOL_ACTION zoneDisplayFractured
static TOOL_ACTION drawVia
static TOOL_ACTION drawArc
static TOOL_ACTION runDRC
static TOOL_ACTION importNetlist
static TOOL_ACTION pointEditorArcKeepEndpoint
static TOOL_ACTION boardSetup
static TOOL_ACTION showEeschema
static TOOL_ACTION drawCenterDimension
static TOOL_ACTION zoneUnfillAll
static TOOL_ACTION zoneDisplayOutline
static TOOL_ACTION ratsnestLineMode
static TOOL_ACTION mirrorV
static TOOL_ACTION unlock
static TOOL_ACTION placeFootprint
static TOOL_ACTION routeSingleTrack
Activation of the Push and Shove router.
static TOOL_ACTION showPythonConsole
static TOOL_ACTION drawLine
static TOOL_ACTION localRatsnestTool
static TOOL_ACTION rotateCw
Rotation of selected objects.
static TOOL_ACTION rotateCcw
static TOOL_ACTION drawAlignedDimension
static TOOL_ACTION drawZone
COLOR_SETTINGS * GetColorSettings(bool aForceRefresh=false) const override
Helper to retrieve the current color settings.
APPEARANCE_CONTROLS * m_appearancePanel
PCBNEW_SETTINGS * GetPcbNewSettings() const
virtual PCB_LAYER_ID GetActiveLayer() const
PCB_DRAW_PANEL_GAL * GetCanvas() const override
Return a pointer to GAL-based canvas of given EDA draw frame.
PCB_SCREEN * GetScreen() const override
Return a pointer to a BASE_SCREEN or one of its derivatives.
virtual BOARD_DESIGN_SETTINGS & GetDesignSettings() const
Returns the BOARD_DESIGN_SETTINGS for the open project.
void OnUpdateSelectTrackWidth(wxUpdateUIEvent &aEvent)
void ReCreateHToolbar() override
void UpdateTrackWidthSelectBox(wxChoice *aTrackWidthSelectBox, bool aShowNetclass, bool aShowEdit)
void ReCreateVToolbar() override
void UpdateViaSizeSelectBox(wxChoice *aViaSizeSelectBox, bool aShowNetclass, bool aShowEdit)
LAYER_TOOLBAR_ICON_VALUES m_prevIconVal
void ReCreateLayerBox(bool aForceResizeToolbar=true)
Recreate the layer box by clearing the old list and building a new one from the new layer names and c...
bool m_show_layer_manager_tools
void OnUpdateLayerSelectBox(wxUpdateUIEvent &aEvent)
void PrepareLayerIndicator(bool aForceRebuild=false)
void ReCreateOptToolbar() override
void ReCreateAuxiliaryToolbar() override
bool m_show_net_inspector
void OnUpdateSelectAutoWidth(wxUpdateUIEvent &aEvent)
void UpdateToolbarControlSizes() override
Update the sizes of any controls in the toolbars of the frame.
void OnUpdateSelectViaSize(wxUpdateUIEvent &aEvent)
void ToggleLayersManager()
PCB_LAYER_BOX_SELECTOR * m_SelLayerBox
wxChoice * m_SelViaSizeBox
void ToggleNetInspector()
static const wxString SearchPaneName()
wxChoice * m_SelTrackWidthBox
void AddActionPluginTools()
Append action plugin buttons to main toolbar.
Class to display a pcb layer list in a wxBitmapComboBox.
void SetBoardFrame(PCB_BASE_FRAME *aFrame)
virtual COMMON_SETTINGS * GetCommonSettings() const
@ LAYER_PCB_BACKGROUND
PCB background color.
This file contains miscellaneous commonly used macros and functions.
#define KI_FALLTHROUGH
The KI_FALLTHROUGH macro is to be used when switch statement cases should purposely fallthrough from ...
KICOMMON_API double ToUserUnit(const EDA_IU_SCALE &aIuScale, EDA_UNITS aUnit, double aValue)
Function To_User_Unit convert aValue in internal units to the appropriate user units defined by aUnit...
KICOMMON_API wxString GetText(EDA_UNITS aUnits, EDA_DATA_TYPE aType=EDA_DATA_TYPE::DISTANCE)
Get the units string for a given units type.
KICOMMON_API bool IsImperialUnit(EDA_UNITS aUnit)
@ ID_AUX_TOOLBAR_PCB_VIA_SIZE
@ ID_AUX_TOOLBAR_PCB_SELECT_AUTO_WIDTH
@ ID_TOOLBARH_PCB_SELECT_LAYER
@ ID_AUX_TOOLBAR_PCB_TRACK_WIDTH
int GetUserUnits()
Return the currently selected user unit value for the interface.
PGM_BASE & Pgm()
The global Program "get" accessor.
std::vector< FAB_LAYER_COLOR > dummy
int search_panel_dock_direction
Container to handle a stock of specific vias each with unique diameter and drill sizes in the BOARD c...
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.