KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_setup_pinmap.cpp File Reference
#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.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
 

Macro Definition Documentation

◆ ID_MATRIX_0

#define ID_MATRIX_0   1800

Definition at line 42 of file panel_setup_pinmap.cpp.

◆ PINMAP_TYPE_COUNT

#define PINMAP_TYPE_COUNT   ( ELECTRICAL_PINTYPES_TOTAL - 1 )

Definition at line 46 of file panel_setup_pinmap.cpp.

Function Documentation

◆ EVT_COMMAND_RANGE()

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.