10#include <wx/artprov.h>
11#include <wx/xrc/xmlres.h>
17#include <wx/stattext.h>
21#include <wx/settings.h>
22#include <wx/listctrl.h>
28#include <wx/bmpbuttn.h>
56 virtual void onAddItem( wxCommandEvent& event ) = 0;
59 virtual void onMoveUp( wxCommandEvent& event ) = 0;
66 EDA_REORDERABLE_LIST_DIALOG_BASE( wxWindow* parent, wxWindowID
id = wxID_ANY,
const wxString& title = wxEmptyString,
const wxPoint& pos = wxDefaultPosition,
const wxSize& size = wxSize( 580,260 ),
long style = wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER );
Dialog helper object to sit in the inheritance tree between wxDialog and any class written by wxFormB...
Class EDA_REORDERABLE_LIST_DIALOG_BASE.
virtual void onMoveUp(wxCommandEvent &event)=0
wxStaticText * m_enabledListLabel
wxBoxSizer * m_ButtonsSizer
STD_BITMAP_BUTTON * m_btnDown
~EDA_REORDERABLE_LIST_DIALOG_BASE()
wxListCtrl * m_availableListBox
virtual void onEnabledListItemSelected(wxListEvent &event)=0
virtual void onAddItem(wxCommandEvent &event)=0
virtual void onMoveDown(wxCommandEvent &event)=0
STD_BITMAP_BUTTON * m_btnUp
wxListCtrl * m_enabledListBox
virtual void onRemoveItem(wxCommandEvent &event)=0
wxStaticText * m_availableListLabel
virtual void onAvailableListItemSelected(wxListEvent &event)=0
wxButton * m_sdbSizerCancel
wxStdDialogButtonSizer * m_sdbSizer