25#include <wx/dataview.h> 
   26#include <wx/gbsizer.h> 
   28#include <wx/settings.h> 
   29#include <wx/srchctrl.h> 
   43                         const wxPoint& pos = wxDefaultPosition,
 
   44                         const wxSize& size = wxSize( -1, -1 ), 
long style = wxTAB_TRAVERSAL,
 
   45                         const wxString& 
name = wxEmptyString );
 
   74    virtual void OnSetFocus( wxFocusEvent& event ) { 
event.Skip(); }
 
   75    virtual void OnSize( wxSizeEvent& event ) { 
event.Skip(); }
 
 
The base frame for deriving all KiCad main window classes.
 
virtual void OnSearchTextChanged(wxCommandEvent &event)
 
NET_INSPECTOR_PANEL(wxWindow *parent, EDA_BASE_FRAME *aFrame, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(-1, -1), long style=wxTAB_TRAVERSAL, const wxString &name=wxEmptyString)
 
virtual void OnBoardChanged()
Notification from file loader when board changed and connectivity rebuilt.
 
virtual void OnLanguageChanged(wxCommandEvent &event)
 
virtual void OnSize(wxSizeEvent &event)
 
virtual void OnLanguageChangedImpl()
Implementation-specific implementation of language update handling.
 
virtual void SaveSettings()
Save the net inspector settings - called from EDA_EDIT_FRAME when hiding the panel.
 
wxDataViewCtrl * m_netsList
 
virtual void OnShowPanel()
Prepare the panel when (re-)shown in the editor.
 
wxSearchCtrl * m_searchCtrl
 
virtual void OnSetFocus(wxFocusEvent &event)
 
virtual void OnParentSetupChanged()
Rebuild inspector data if project settings updated.
 
wxGridBagSizer * m_sizerOuter
 
BITMAP_BUTTON * m_configureBtn
 
virtual void OnConfigButton(wxCommandEvent &event)