KiCad PCB EDA Suite
Loading...
Searching...
No Matches
fp_conflict_assignment_selector_base.h
Go to the documentation of this file.
1
2// C++ code generated with wxFormBuilder (version Apr 19 2018)
3// http://www.wxformbuilder.org/
4//
5// PLEASE DO *NOT* EDIT THIS FILE!
7
8#ifndef __FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__
9#define __FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__
10
11#include <wx/artprov.h>
12#include <wx/xrc/xmlres.h>
13#include <wx/intl.h>
14#include "dialog_shim.h"
15#include <wx/string.h>
16#include <wx/stattext.h>
17#include <wx/gdicmn.h>
18#include <wx/font.h>
19#include <wx/colour.h>
20#include <wx/settings.h>
21#include <wx/listctrl.h>
22#include <wx/sizer.h>
23#include <wx/button.h>
24#include <wx/dialog.h>
25
27
28
33{
34 private:
35
36 protected:
37 wxStaticText* m_staticTextInfo;
38 wxListCtrl* m_listFp;
39 wxStdDialogButtonSizer* m_sdbSizer;
40 wxButton* m_sdbSizerOK;
42
43 // Virtual event handlers, overide them in your derived class
44 virtual void OnSize( wxSizeEvent& event ) { event.Skip(); }
45 virtual void OnItemClicked( wxMouseEvent& event ) { event.Skip(); }
46 virtual void OnColumnClick( wxListEvent& event ) { event.Skip(); }
47 virtual void OnCancelClick( wxCommandEvent& event ) { event.Skip(); }
48 virtual void OnOKClick( wxCommandEvent& event ) { event.Skip(); }
49
50
51 public:
52
53 DIALOG_FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE( wxWindow* parent, wxWindowID id = wxID_ANY, const wxString& title = _("Footprint Assignment Conflicts"), const wxPoint& pos = wxDefaultPosition, const wxSize& size = wxSize( -1,-1 ), long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
55
56};
57
58#endif //__FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__
Class DIALOG_FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE.
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Definition: dialog_shim.h:84
#define _(s)