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(-1,-1), long style=wxBORDER_NONE|wxTAB_TRAVERSAL, const wxString &name=wxEmptyString) | |
~TUNER_SLIDER_BASE () | |
Protected Member Functions | |
virtual void | onESeries (wxCommandEvent &event) |
virtual void | onSliderScroll (wxScrollEvent &event) |
virtual void | onSliderChanged (wxScrollEvent &event) |
virtual void | onMaxKillFocus (wxFocusEvent &event) |
virtual void | onMaxTextEnter (wxCommandEvent &event) |
virtual void | onValueKillFocus (wxFocusEvent &event) |
virtual void | onValueTextEnter (wxCommandEvent &event) |
virtual void | onMinKillFocus (wxFocusEvent &event) |
virtual void | onMinTextEnter (wxCommandEvent &event) |
virtual void | onSave (wxCommandEvent &event) |
virtual void | onClose (wxCommandEvent &event) |
Protected Attributes | |
wxPanel * | m_panel1 |
wxStaticText * | m_name |
wxStaticLine * | m_staticline4 |
BITMAP_BUTTON * | m_e24 |
BITMAP_BUTTON * | m_separator |
BITMAP_BUTTON * | m_e48 |
BITMAP_BUTTON * | m_e96 |
BITMAP_BUTTON * | m_e192 |
wxSlider * | m_slider |
wxTextCtrl * | m_maxText |
wxTextCtrl * | m_valueText |
wxTextCtrl * | m_minText |
wxButton * | m_saveBtn |
STD_BITMAP_BUTTON * | m_closeBtn |
Class TUNER_SLIDER_BASE.
Definition at line 39 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( -1,-1 ) , |
||
long | style = wxBORDER_NONE|wxTAB_TRAVERSAL , |
||
const wxString & | name = wxEmptyString |
||
) |
Definition at line 15 of file tuner_slider_base.cpp.
References _, m_closeBtn, m_e192, m_e24, m_e48, m_e96, m_maxText, m_minText, m_name, m_panel1, m_saveBtn, m_separator, m_slider, m_staticline4, m_valueText, onClose(), onESeries(), onMaxKillFocus(), onMaxTextEnter(), onMinKillFocus(), onMinTextEnter(), onSave(), onSliderChanged(), onSliderScroll(), onValueKillFocus(), and onValueTextEnter().
TUNER_SLIDER_BASE::~TUNER_SLIDER_BASE | ( | ) |
Definition at line 168 of file tuner_slider_base.cpp.
References m_closeBtn, m_e192, m_e24, m_e48, m_e96, m_maxText, m_minText, m_saveBtn, m_slider, m_valueText, onClose(), onESeries(), onMaxKillFocus(), onMaxTextEnter(), onMinKillFocus(), onMinTextEnter(), onSave(), onSliderChanged(), onSliderScroll(), onValueKillFocus(), and onValueTextEnter().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 70 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 60 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 63 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 64 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 67 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 68 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 69 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 62 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 61 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 65 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
inlineprotectedvirtual |
Reimplemented in TUNER_SLIDER.
Definition at line 66 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 57 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 51 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 47 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 49 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 50 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 53 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::SetMax(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateMax(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 55 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::SetMin(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateMin(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 45 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::ShowChangedLanguage(), TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().
|
protected |
Definition at line 44 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE().
|
protected |
Definition at line 56 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 48 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().
|
protected |
Definition at line 52 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onSliderChanged(), TUNER_SLIDER::onSliderScroll(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateSlider(), and ~TUNER_SLIDER_BASE().
|
protected |
Definition at line 46 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE().
|
protected |
Definition at line 54 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::onSave(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateValue(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().