10#include <wx/artprov.h> 
   11#include <wx/xrc/xmlres.h> 
   15#include <wx/stattext.h> 
   19#include <wx/settings.h> 
   20#include <wx/statline.h> 
   21#include <wx/checkbox.h> 
   23#include <wx/filepicker.h> 
   60        PANEL_PLUGIN_SETTINGS_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 );
 
 
wxFilePickerCtrl * m_pickerPythonInterpreter
 
wxStaticText * m_staticText3
 
virtual void OnBtnDetectAutomaticallyClicked(wxCommandEvent &event)
 
PANEL_PLUGIN_SETTINGS_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)
 
wxStaticText * m_stPythonStatus
 
virtual void OnEnableApiChecked(wxCommandEvent &event)
 
wxButton * m_btnDetectAutomatically
 
wxStaticText * pythonLabel
 
wxCheckBox * m_cbEnableApi
 
wxStaticLine * m_staticline2
 
~PANEL_PLUGIN_SETTINGS_BASE()
 
wxStaticLine * m_staticline1
 
virtual void OnPythonInterpreterChanged(wxFileDirPickerEvent &event)
 
wxStaticText * m_stApiStatus
 
wxStaticText * m_staticText2
 
RESETTABLE_PANEL(wxWindow *aParent, wxWindowID aId=wxID_ANY, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxSize(-1,-1), long aStyle=wxTAB_TRAVERSAL, const wxString &aName=wxEmptyString)