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
31class 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
51
52};
53
const char * name
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)
virtual void onRefresh(wxCommandEvent &event)
virtual void onDelete(wxCommandEvent &event)
virtual void onRowActivated(wxListEvent &event)