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 <tools/ee_actions.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 42 of file panel_setup_pinmap.cpp.
#define PINMAP_TYPE_COUNT ( ELECTRICAL_PINTYPES_TOTAL - 1 ) |
Definition at line 46 of file panel_setup_pinmap.cpp.
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 50 of file panel_setup_pinmap.cpp.