| 
    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 | onRunModeChanged (wxCommandEvent &event) | 
| virtual void | onStepsChanged (wxSpinEvent &event) | 
| virtual void | onStepsTextEnter (wxCommandEvent &event) | 
| 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 | 
| wxChoice * | m_modeChoice | 
| wxStaticText * | m_stepsLabel | 
| wxSpinCtrl * | m_stepCount | 
| 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 40 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_modeChoice, m_name, m_panel1, m_saveBtn, m_separator, m_slider, m_staticline4, m_stepCount, m_stepsLabel, m_valueText, name, onClose(), onESeries(), onMaxKillFocus(), onMaxTextEnter(), onMinKillFocus(), onMinTextEnter(), onRunModeChanged(), onSave(), onSliderChanged(), onSliderScroll(), onStepsChanged(), onStepsTextEnter(), onValueKillFocus(), and onValueTextEnter().
Referenced by TUNER_SLIDER::TUNER_SLIDER().
| TUNER_SLIDER_BASE::~TUNER_SLIDER_BASE | ( | ) | 
Definition at line 184 of file tuner_slider_base.cpp.
References m_closeBtn, m_e192, m_e24, m_e48, m_e96, m_maxText, m_minText, m_modeChoice, m_saveBtn, m_slider, m_stepCount, m_valueText, onClose(), onESeries(), onMaxKillFocus(), onMaxTextEnter(), onMinKillFocus(), onMinTextEnter(), onRunModeChanged(), onSave(), onSliderChanged(), onSliderScroll(), onStepsChanged(), onStepsTextEnter(), onValueKillFocus(), and onValueTextEnter().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 77 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 70 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 71 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 74 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 75 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 76 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 68 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().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 72 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  inlineprotectedvirtual | 
Reimplemented in TUNER_SLIDER.
Definition at line 73 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 61 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateModeControls(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 55 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 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 53 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 54 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 57 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 59 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 47 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onRunModeChanged(), TUNER_SLIDER::ShowChangedLanguage(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 46 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::ShowChangedLanguage(), TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 45 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 60 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE(), TUNER_SLIDER::updateModeControls(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 52 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 56 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onSliderChanged(), TUNER_SLIDER::onSliderScroll(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateModeControls(), TUNER_SLIDER::updateSlider(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 50 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 49 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::GetStepCount(), TUNER_SLIDER::onStepsTextEnter(), TUNER_SLIDER::TUNER_SLIDER(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateModeControls(), and ~TUNER_SLIDER_BASE().
      
  | 
  protected | 
Definition at line 48 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::ShowChangedLanguage(), TUNER_SLIDER_BASE(), and TUNER_SLIDER::updateModeControls().
      
  | 
  protected | 
Definition at line 58 of file tuner_slider_base.h.
Referenced by TUNER_SLIDER::onESeries(), TUNER_SLIDER::onSave(), TUNER_SLIDER_BASE(), TUNER_SLIDER::updateModeControls(), TUNER_SLIDER::updateValue(), TUNER_SLIDER::updateValueText(), and ~TUNER_SLIDER_BASE().