26#ifndef __SIM_PLOT_PANEL_BASE_H 
   27#define __SIM_PLOT_PANEL_BASE_H 
   34#include <wx/stattext.h> 
   41    SIM_TAB( 
const wxString& aSimCommand, wxWindow* parent );
 
 
SIM_NOPLOT_TAB(const wxString &aSimCommand, wxWindow *parent)
 
wxStaticText * m_textInfo
 
void OnLanguageChanged() override
 
virtual ~SIM_NOPLOT_TAB()
 
int GetSimOptions() const
 
const wxString & GetSpicePlotName() const
 
void SetLastSchTextSimCommand(const wxString &aCmd)
 
virtual void OnLanguageChanged()=0
 
SIM_TYPE GetSimType() const
 
wxString m_lastSchTextSimCommand
 
void SetSimCommand(const wxString &aSimCommand)
 
const wxString & GetSimCommand() const
 
static bool IsPlottable(SIM_TYPE aSimType)
 
void SetSimOptions(int aOptions)
 
virtual void ApplyPreferences(const SIM_PREFERENCES &aPrefs)
 
wxString GetLastSchTextSimCommand() const
 
void SetSpicePlotName(const wxString &aPlotName)
 
Contains preferences pertaining to the simulator.
 
SIM_TYPE
< Possible simulation types
 
Contains preferences pertaining to the simulator.