| 
    KiCad PCB EDA Suite
    
   | 
 
#include <sch_edit_frame.h>#include <kiface_base.h>#include <bitmaps.h>#include <wildcards_and_files_ext.h>#include <schematic.h>#include <connection_graph.h>#include <tool/tool_manager.h>#include <panel_setup_pinmap.h>#include <erc/erc.h>#include <id.h>#include <wx/bmpbuttn.h>#include <wx/statline.h>#include <wx/stattext.h>#include <widgets/bitmap_button.h>Go to the source code of this file.
Macros | |
| #define | ID_MATRIX_0 1800 | 
| #define | PINMAP_TYPE_COUNT ( ELECTRICAL_PINTYPES_TOTAL - 1 ) | 
Functions | |
| EVT_COMMAND_RANGE (ID_MATRIX_0, ID_MATRIX_0+(PINMAP_TYPE_COUNT *PINMAP_TYPE_COUNT) - 1, wxEVT_COMMAND_BUTTON_CLICKED, PANEL_SETUP_PINMAP::changeErrorLevel) PANEL_SETUP_PINMAP | |
| #define ID_MATRIX_0 1800 | 
Definition at line 41 of file panel_setup_pinmap.cpp.
Referenced by PANEL_SETUP_PINMAP::changeErrorLevel(), EVT_COMMAND_RANGE(), and PANEL_SETUP_PINMAP::reBuildMatrixPanel().
| #define PINMAP_TYPE_COUNT ( ELECTRICAL_PINTYPES_TOTAL - 1 ) | 
Definition at line 45 of file panel_setup_pinmap.cpp.
Referenced by PANEL_SETUP_PINMAP::changeErrorLevel(), EVT_COMMAND_RANGE(), PANEL_SETUP_PINMAP::ImportSettingsFrom(), PANEL_SETUP_PINMAP::reBuildMatrixPanel(), and PANEL_SETUP_PINMAP::~PANEL_SETUP_PINMAP().
| EVT_COMMAND_RANGE | ( | ID_MATRIX_0 | , | 
| ID_MATRIX_0+(PINMAP_TYPE_COUNT *PINMAP_TYPE_COUNT) - | 1, | ||
| wxEVT_COMMAND_BUTTON_CLICKED | , | ||
| PANEL_SETUP_PINMAP::changeErrorLevel | ) | 
Definition at line 49 of file panel_setup_pinmap.cpp.
References EVT_COMMAND_RANGE(), ID_MATRIX_0, and PINMAP_TYPE_COUNT.
Referenced by EVT_COMMAND_RANGE(), and EVT_COMMAND_RANGE().