KiCad PCB EDA Suite
Loading...
Searching...
No Matches
panel_constraints_base.h
Go to the documentation of this file.
1
2
// C++ code generated with wxFormBuilder (version 4.2.1-0-g80c4cb6a)
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
#include <wx/listctrl.h>
14
#include <wx/gdicmn.h>
15
#include <wx/font.h>
16
#include <wx/colour.h>
17
#include <wx/settings.h>
18
#include <wx/string.h>
19
#include <wx/button.h>
20
#include <wx/bitmap.h>
21
#include <wx/image.h>
22
#include <wx/icon.h>
23
#include <wx/sizer.h>
24
#include <wx/panel.h>
25
27
31
class
PANEL_CONSTRAINTS_BASE
:
public
wxPanel
32
{
33
private
:
34
35
protected
:
36
wxListCtrl*
m_list
;
37
wxButton*
m_refreshButton
;
38
wxButton*
m_deleteButton
;
39
40
// Virtual event handlers, override them in your derived class
41
virtual
void
onRowActivated
( wxListEvent& event ) {
event
.Skip(); }
42
virtual
void
onRefresh
( wxCommandEvent& event ) {
event
.Skip(); }
43
virtual
void
onDelete
( wxCommandEvent& event ) {
event
.Skip(); }
44
45
46
public
:
47
48
PANEL_CONSTRAINTS_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 );
49
50
~PANEL_CONSTRAINTS_BASE
();
51
52
};
53
name
const char * name
Definition
DXF_plotter.cpp:61
PANEL_CONSTRAINTS_BASE::~PANEL_CONSTRAINTS_BASE
~PANEL_CONSTRAINTS_BASE()
Definition
panel_constraints_base.cpp:43
PANEL_CONSTRAINTS_BASE::m_refreshButton
wxButton * m_refreshButton
Definition
panel_constraints_base.h:37
PANEL_CONSTRAINTS_BASE::PANEL_CONSTRAINTS_BASE
PANEL_CONSTRAINTS_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_constraints_base.cpp:12
PANEL_CONSTRAINTS_BASE::m_deleteButton
wxButton * m_deleteButton
Definition
panel_constraints_base.h:38
PANEL_CONSTRAINTS_BASE::m_list
wxListCtrl * m_list
Definition
panel_constraints_base.h:36
PANEL_CONSTRAINTS_BASE::onRefresh
virtual void onRefresh(wxCommandEvent &event)
Definition
panel_constraints_base.h:42
PANEL_CONSTRAINTS_BASE::onDelete
virtual void onDelete(wxCommandEvent &event)
Definition
panel_constraints_base.h:43
PANEL_CONSTRAINTS_BASE::onRowActivated
virtual void onRowActivated(wxListEvent &event)
Definition
panel_constraints_base.h:41
src
pcbnew
widgets
panel_constraints_base.h
Generated on Sat Jul 25 2026 00:06:02 for KiCad PCB EDA Suite by
1.13.2