![]() |
KiCad PCB EDA Suite
|
Class TUNER_SLIDER_BASE. More...
#include <tuner_slider_base.h>
Public Member Functions | |
TUNER_SLIDER_BASE (wxWindow *parent, wxWindowID id=wxID_ANY, const wxPoint &pos=wxDefaultPosition, const wxSize &size=wxSize(97, 283), long style=wxTAB_TRAVERSAL) | |
~TUNER_SLIDER_BASE () | |
Protected Member Functions | |
virtual void | onClose (wxCommandEvent &event) |
virtual void | onSliderChanged (wxScrollEvent &event) |
virtual void | onMaxTextEnter (wxCommandEvent &event) |
virtual void | onValueTextEnter (wxCommandEvent &event) |
virtual void | onMinTextEnter (wxCommandEvent &event) |
virtual void | onSave (wxCommandEvent &event) |
Protected Attributes | |
wxStaticText * | m_name |
wxButton * | m_closeBtn |
wxSlider * | m_slider |
wxTextCtrl * | m_maxText |
wxTextCtrl * | m_valueText |
wxTextCtrl * | m_minText |
wxButton * | m_saveBtn |
Class TUNER_SLIDER_BASE.
Definition at line 32 of file tuner_slider_base.h.
TUNER_SLIDER_BASE::TUNER_SLIDER_BASE | ( | wxWindow * | parent, |
wxWindowID | id = wxID_ANY , |
||
const wxPoint & | pos = wxDefaultPosition , |
||
const wxSize & | size = wxSize( 97,283 ) , |
||
long | style = wxTAB_TRAVERSAL |
||
) |
Definition at line 12 of file tuner_slider_base.cpp.
References _, m_closeBtn, m_maxText, m_minText, m_name, m_saveBtn, m_slider, m_valueText, onClose(), onMaxTextEnter(), onMinTextEnter(), onSave(), onSliderChanged(), and onValueTextEnter().
TUNER_SLIDER_BASE::~TUNER_SLIDER_BASE | ( | ) |
Definition at line 90 of file tuner_slider_base.cpp.
References m_closeBtn, m_maxText, m_minText, m_saveBtn, m_slider, m_valueText, onClose(), onMaxTextEnter(), onMinTextEnter(), onSave(), onSliderChanged(), and onValueTextEnter().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 46 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 48 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 50 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 51 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 47 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 49 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 38 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 40 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onMaxTextEnter(), TUNER_SLIDER::SetMax(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 42 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onMinTextEnter(), TUNER_SLIDER::SetMin(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 37 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::GetComponentName(), TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().
|
protected |
Definition at line 43 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 39 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onSliderChanged(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateSlider(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 41 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onValueTextEnter(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().