25 #ifndef TUNER_SLIDER_H 26 #define TUNER_SLIDER_H 79 void onClose( wxCommandEvent& event )
override;
80 void onSave( wxCommandEvent& event )
override;
const SPICE_VALUE & GetValue() const
void onSimTimer(wxTimerEvent &event)
wxString GetComponentName() const
void onValueTextEnter(wxCommandEvent &event) override
const SPICE_VALUE & GetMin() const
wxTimer m_simTimer
Timer that restarts the simulation after the slider value has changed
TUNER_SLIDER(SIM_PLOT_FRAME *aFrame, wxWindow *aParent, SCH_COMPONENT *aComponent)
const SPICE_VALUE & GetMax() const
const wxString & GetSpiceName() const
Helper class to handle Spice way of expressing values (e.g. 10.5 Meg)
bool SetValue(const SPICE_VALUE &aVal)
void onSliderChanged(wxScrollEvent &event) override
Implementing SIM_PLOT_FRAME_BASE.
void onClose(wxCommandEvent &event) override
void onSave(wxCommandEvent &event) override
void onMaxTextEnter(wxCommandEvent &event) override
bool SetMin(const SPICE_VALUE &aVal)
bool SetMax(const SPICE_VALUE &aVal)
void onMinTextEnter(wxCommandEvent &event) override
SCH_COMPONENT * m_component
Custom widget to handle quick component values modification and simulation on the fly.
void updateComponentValue()