8 #ifndef __FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__ 9 #define __FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__ 11 #include <wx/artprov.h> 12 #include <wx/xrc/xmlres.h> 15 #include <wx/string.h> 16 #include <wx/stattext.h> 17 #include <wx/gdicmn.h> 19 #include <wx/colour.h> 20 #include <wx/settings.h> 21 #include <wx/listctrl.h> 23 #include <wx/button.h> 24 #include <wx/dialog.h> 44 virtual void OnSize( wxSizeEvent& event ) {
event.Skip(); }
48 virtual void OnOKClick( wxCommandEvent& event ) {
event.Skip(); }
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 );
58 #endif //__FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE_H__
wxStaticText * m_staticTextInfo
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
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)
wxButton * m_sdbSizerCancel
~DIALOG_FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE()
virtual void OnOKClick(wxCommandEvent &event)
virtual void OnColumnClick(wxListEvent &event)
virtual void OnCancelClick(wxCommandEvent &event)
Class DIALOG_FP_CONFLICT_ASSIGNMENT_SELECTOR_BASE.
virtual void OnSize(wxSizeEvent &event)
wxStdDialogButtonSizer * m_sdbSizer
virtual void OnItemClicked(wxMouseEvent &event)