10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   15#include <wx/checkbox.h> 
   19#include <wx/settings.h> 
   20#include <wx/gbsizer.h> 
   53        PANEL_SELECTION_FILTER_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 );
 
 
wxCheckBox * m_cbAllItems
 
PANEL_SELECTION_FILTER_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 OnFilterChanged(wxCommandEvent &event)
 
~PANEL_SELECTION_FILTER_BASE()
 
wxCheckBox * m_cbKeepouts
 
wxCheckBox * m_cbFootprints
 
wxCheckBox * m_cbLockedItems
 
wxCheckBox * m_cbOtherItems
 
wxCheckBox * m_cbGraphics
 
wxCheckBox * m_cbDimensions
 
WX_PANEL(wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1,-1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)