KiCad PCB EDA Suite
|
#include <memory>
#include <advanced_config.h>
#include <api/api_plugin_manager.h>
#include <bitmaps.h>
#include <board.h>
#include <board_design_settings.h>
#include <kiface_base.h>
#include <kiplatform/ui.h>
#include <macros.h>
#include <pcb_edit_frame.h>
#include <pcb_layer_box_selector.h>
#include <pcbnew_id.h>
#include <pcbnew_settings.h>
#include <pgm_base.h>
#include <router/pns_routing_settings.h>
#include <router/router_tool.h>
#include <settings/color_settings.h>
#include <tool/action_toolbar.h>
#include <tool/actions.h>
#include <tool/common_tools.h>
#include <tool/tool_manager.h>
#include <tools/pcb_actions.h>
#include <tools/pcb_selection_tool.h>
#include <widgets/appearance_controls.h>
#include <widgets/layer_box_selector.h>
#include <widgets/layer_presentation.h>
#include <widgets/pcb_properties_panel.h>
#include <widgets/net_inspector_panel.h>
#include <widgets/pcb_search_pane.h>
#include <widgets/wx_aui_utils.h>
#include <wx/wupdlock.h>
#include <wx/combobox.h>
#include "../scripting/python_scripting.h"
Go to the source code of this file.
Functions | |
static wxString | ComboBoxUnits (EDA_UNITS aUnits, double aValue, bool aIncludeLabel=true) |
Variables | |
static std::unique_ptr< wxBitmap > | LayerPairBitmap |
|
static |
Definition at line 547 of file toolbars_pcb_editor.cpp.
References DISTANCE, EDA_UNIT_UTILS::GetText(), INCHES, KI_FALLTHROUGH, MILLIMETRES, MILS, pcbIUScale, text, EDA_UNIT_UTILS::UI::ToUserUnit(), and UNSCALED.
Referenced by PCB_EDIT_FRAME::UpdateTrackWidthSelectBox(), and PCB_EDIT_FRAME::UpdateViaSizeSelectBox().
|
static |
Definition at line 65 of file toolbars_pcb_editor.cpp.
Referenced by PCB_EDIT_FRAME::PrepareLayerIndicator().