| 
    KiCad PCB EDA Suite
    
   | 
 
#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 <tool/tool_manager.h>#include <tools/pad_tool.h>#include <advanced_config.h>#include <wx/choicdlg.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 | 
Variables | |
| static PAD_SHAPE | code_shape [] | 
| static PAD_ATTRIB | code_type [] | 
| #define APERTURE_DLG_TYPE 4 | 
Definition at line 107 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 105 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 106 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 103 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 104 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 77 of file dialog_pad_properties.cpp.
      
  | 
  static | 
Definition at line 61 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::transferDataToPad().
      
  | 
  static | 
Definition at line 91 of file dialog_pad_properties.cpp.
Referenced by DIALOG_PAD_PROPERTIES::transferDataToPad().