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 <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
 

Macro Definition Documentation

◆ ID_MATRIX_0

#define ID_MATRIX_0   1800

◆ PINMAP_TYPE_COUNT

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 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().