#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.
◆ ID_MATRIX_0
◆ EVT_COMMAND_RANGE()
Definition at line 46 of file panel_setup_pinmap.cpp.
52 :
54 m_buttonList(),
55 m_initialized( false )
56{
57 m_parent = parent;
58 m_schematic = &parent->Schematic();
59 m_btnBackground = wxSystemSettings::GetColour( wxSystemColour::wxSYS_COLOUR_WINDOW );
60
61 reBuildMatrixPanel();
62}
Class PANEL_SETUP_PINMAP_BASE.