|
KiCad PCB EDA Suite
|
#include "kiway_holder.h"#include "mail_type.h"#include <drc/drc_item.h>#include <base_units.h>#include <bitmaps.h>#include <board_commit.h>#include <board.h>#include <board_design_settings.h>#include <footprint.h>#include <confirm.h>#include <core/arraydim.h>#include <convert_basic_shapes_to_polygon.h>#include <gal/graphics_abstraction_layer.h>#include <geometry/shape_segment.h>#include <dialog_pad_properties.h>#include <dialogs/html_message_box.h>#include <macros.h>#include <pad.h>#include <pad_utils.h>#include <pcb_base_frame.h>#include <footprint_edit_frame.h>#include <pcb_painter.h>#include <pcbnew_settings.h>#include <settings/color_settings.h>#include <view/view_controls.h>#include <widgets/net_selector.h>#include <pcb_layer_box_selector.h>#include <tool/tool_manager.h>#include <tools/pad_tool.h>#include <advanced_config.h>#include <algorithm>#include <frame_type.h>#include <kiway.h>#include <kiway_player.h>#include <pth_hole_size.h>#include <wx/choicdlg.h>#include <wx/msgdlg.h>Go to the source code of this file.
Macros | |
| #define | PTH_DLG_TYPE 0 |
| #define | SMD_DLG_TYPE 1 |
| #define | CONN_DLG_TYPE 2 |
| #define | NPTH_DLG_TYPE 3 |
| #define | APERTURE_DLG_TYPE 4 |
| #define | SELECTED_ITEMS_LAYER Dwgs_User |
Functions | |
| static void | showCalculatorPage (KIWAY_PLAYER &aHolder, std::string &aPayload) |
Variables | |
| static PAD_SHAPE | code_shape [] |
| static PAD_ATTRIB | code_type [] |
| #define APERTURE_DLG_TYPE 4 |
Definition at line 112 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::initValues(), DIALOG_PAD_PROPERTIES::OnUpdateUI(), DIALOG_PAD_PROPERTIES::PadTypeSelected(), DIALOG_PAD_PROPERTIES::transferDataToPad(), DIALOG_PAD_PROPERTIES::UpdateLayersDropdown(), and DIALOG_PAD_PROPERTIES::updatePadLayersList().
| #define CONN_DLG_TYPE 2 |
Definition at line 110 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::initValues(), DIALOG_PAD_PROPERTIES::OnUpdateUI(), DIALOG_PAD_PROPERTIES::PadTypeSelected(), DIALOG_PAD_PROPERTIES::transferDataToPad(), DIALOG_PAD_PROPERTIES::UpdateLayersDropdown(), and DIALOG_PAD_PROPERTIES::updatePadLayersList().
| #define NPTH_DLG_TYPE 3 |
Definition at line 111 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::DIALOG_PAD_PROPERTIES(), DIALOG_PAD_PROPERTIES::initValues(), DIALOG_PAD_PROPERTIES::OnUpdateUI(), DIALOG_PAD_PROPERTIES::PadTypeSelected(), DIALOG_PAD_PROPERTIES::transferDataToPad(), DIALOG_PAD_PROPERTIES::UpdateLayersDropdown(), and DIALOG_PAD_PROPERTIES::updatePadLayersList().
| #define PTH_DLG_TYPE 0 |
Definition at line 108 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::DIALOG_PAD_PROPERTIES(), DIALOG_PAD_PROPERTIES::initValues(), DIALOG_PAD_PROPERTIES::OnUpdateUI(), DIALOG_PAD_PROPERTIES::PadTypeSelected(), DIALOG_PAD_PROPERTIES::transferDataToPad(), DIALOG_PAD_PROPERTIES::UpdateLayersDropdown(), and DIALOG_PAD_PROPERTIES::updatePadLayersList().
| #define SELECTED_ITEMS_LAYER Dwgs_User |
Referenced by DIALOG_PAD_PROPERTIES::redraw().
| #define SMD_DLG_TYPE 1 |
Definition at line 109 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::initValues(), DIALOG_PAD_PROPERTIES::OnUpdateUI(), DIALOG_PAD_PROPERTIES::PadTypeSelected(), DIALOG_PAD_PROPERTIES::transferDataToPad(), DIALOG_PAD_PROPERTIES::UpdateLayersDropdown(), and DIALOG_PAD_PROPERTIES::updatePadLayersList().
| enum CODE_CHOICE |
Definition at line 82 of file dialog_pad_properties.cpp.
|
static |
Definition at line 340 of file dialog_pad_properties.cpp.
References KIWAY::ExpressMail(), FRAME_CALC, KIWAY_HOLDER::Kiway(), MAIL_CALC_SHOW, and KIWAY::Player().
Referenced by DIALOG_PAD_PROPERTIES::OnHoleSizeCalculator().
|
static |
Definition at line 66 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::transferDataToPad().
|
static |
Definition at line 96 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::transferDataToPad().