KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_symbol_pin_map_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6)
3
// http://www.wxformbuilder.org/
4
//
5
// PLEASE DO *NOT* EDIT THIS FILE!
7
8
#pragma once
9
10
#include <wx/artprov.h>
11
#include <wx/xrc/xmlres.h>
12
#include <wx/intl.h>
13
class
STD_BITMAP_BUTTON
;
14
class
WX_GRID
;
15
16
#include <wx/colour.h>
17
#include <wx/settings.h>
18
#include <wx/string.h>
19
#include <wx/font.h>
20
#include <wx/grid.h>
21
#include <wx/gdicmn.h>
22
#include <wx/bmpbuttn.h>
23
#include <wx/bitmap.h>
24
#include <wx/image.h>
25
#include <wx/icon.h>
26
#include <wx/button.h>
27
#include <wx/sizer.h>
28
#include <wx/panel.h>
29
31
35
class
PANEL_SYMBOL_PIN_MAP_BASE
:
public
wxPanel
36
{
37
private
:
38
39
protected
:
40
WX_GRID
*
m_grid
;
41
STD_BITMAP_BUTTON
*
m_addMapButton
;
42
STD_BITMAP_BUTTON
*
m_removeMapButton
;
43
44
// Virtual event handlers, override them in your derived class
45
virtual
void
OnSizeGrid
( wxSizeEvent& event ) {
event
.Skip(); }
46
virtual
void
OnAddMap
( wxCommandEvent& event ) {
event
.Skip(); }
47
virtual
void
OnRemoveMap
( wxCommandEvent& event ) {
event
.Skip(); }
48
49
50
public
:
51
52
PANEL_SYMBOL_PIN_MAP_BASE
( wxWindow* parent, wxWindowID
id
= wxID_ANY,
const
wxPoint& pos = wxDefaultPosition,
const
wxSize& size = wxSize( -1,-1 ),
long
style = wxTAB_TRAVERSAL,
const
wxString&
name
= wxEmptyString );
53
54
~PANEL_SYMBOL_PIN_MAP_BASE
();
55
56
};
57
name
const char * name
Definition
DXF_plotter.cpp:61
PANEL_SYMBOL_PIN_MAP_BASE::m_addMapButton
STD_BITMAP_BUTTON * m_addMapButton
Definition
panel_symbol_pin_map_base.h:41
PANEL_SYMBOL_PIN_MAP_BASE::OnRemoveMap
virtual void OnRemoveMap(wxCommandEvent &event)
Definition
panel_symbol_pin_map_base.h:47
PANEL_SYMBOL_PIN_MAP_BASE::OnSizeGrid
virtual void OnSizeGrid(wxSizeEvent &event)
Definition
panel_symbol_pin_map_base.h:45
PANEL_SYMBOL_PIN_MAP_BASE::m_grid
WX_GRID * m_grid
Definition
panel_symbol_pin_map_base.h:40
PANEL_SYMBOL_PIN_MAP_BASE::m_removeMapButton
STD_BITMAP_BUTTON * m_removeMapButton
Definition
panel_symbol_pin_map_base.h:42
PANEL_SYMBOL_PIN_MAP_BASE::OnAddMap
virtual void OnAddMap(wxCommandEvent &event)
Definition
panel_symbol_pin_map_base.h:46
PANEL_SYMBOL_PIN_MAP_BASE::~PANEL_SYMBOL_PIN_MAP_BASE
~PANEL_SYMBOL_PIN_MAP_BASE()
Definition
panel_symbol_pin_map_base.cpp:75
PANEL_SYMBOL_PIN_MAP_BASE::PANEL_SYMBOL_PIN_MAP_BASE
PANEL_SYMBOL_PIN_MAP_BASE(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
Definition
panel_symbol_pin_map_base.cpp:15
STD_BITMAP_BUTTON
A bitmap button widget that behaves like a standard dialog button except with an icon.
Definition
std_bitmap_button.h:42
WX_GRID
Definition
wx_grid.h:105
src
eeschema
dialogs
panel_symbol_pin_map_base.h
Generated on Tue Jul 7 2026 00:07:13 for KiCad PCB EDA Suite by
1.13.2