KiCad PCB EDA Suite
Loading...
Searching...
No Matches
TUNER_SLIDER_BASE Class Reference

Class TUNER_SLIDER_BASE. More...

#include <tuner_slider_base.h>

Inheritance diagram for TUNER_SLIDER_BASE:
TUNER_SLIDER

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_BUTTONm_e24
 
BITMAP_BUTTONm_separator
 
BITMAP_BUTTONm_e48
 
BITMAP_BUTTONm_e96
 
BITMAP_BUTTONm_e192
 
wxSlider * m_slider
 
wxTextCtrl * m_maxText
 
wxTextCtrl * m_valueText
 
wxTextCtrl * m_minText
 
wxButton * m_saveBtn
 
STD_BITMAP_BUTTONm_closeBtn
 

Detailed Description

Class TUNER_SLIDER_BASE.

Definition at line 39 of file tuner_slider_base.h.

Constructor & Destructor Documentation

◆ TUNER_SLIDER_BASE()

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 
)

◆ ~TUNER_SLIDER_BASE()

Member Function Documentation

◆ onClose()

virtual void TUNER_SLIDER_BASE::onClose ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 70 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onESeries()

virtual void TUNER_SLIDER_BASE::onESeries ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 60 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onMaxKillFocus()

virtual void TUNER_SLIDER_BASE::onMaxKillFocus ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 63 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onMaxTextEnter()

virtual void TUNER_SLIDER_BASE::onMaxTextEnter ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 64 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onMinKillFocus()

virtual void TUNER_SLIDER_BASE::onMinKillFocus ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 67 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onMinTextEnter()

virtual void TUNER_SLIDER_BASE::onMinTextEnter ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 68 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onSave()

virtual void TUNER_SLIDER_BASE::onSave ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 69 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onSliderChanged()

virtual void TUNER_SLIDER_BASE::onSliderChanged ( wxScrollEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 62 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onSliderScroll()

virtual void TUNER_SLIDER_BASE::onSliderScroll ( wxScrollEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 61 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onValueKillFocus()

virtual void TUNER_SLIDER_BASE::onValueKillFocus ( wxFocusEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 65 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ onValueTextEnter()

virtual void TUNER_SLIDER_BASE::onValueTextEnter ( wxCommandEvent &  event)
inlineprotectedvirtual

Reimplemented in TUNER_SLIDER.

Definition at line 66 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

Member Data Documentation

◆ m_closeBtn

STD_BITMAP_BUTTON* TUNER_SLIDER_BASE::m_closeBtn
protected

◆ m_e192

◆ m_e24

◆ m_e48

◆ m_e96

◆ m_maxText

wxTextCtrl* TUNER_SLIDER_BASE::m_maxText
protected

◆ m_minText

wxTextCtrl* TUNER_SLIDER_BASE::m_minText
protected

◆ m_name

wxStaticText* TUNER_SLIDER_BASE::m_name
protected

◆ m_panel1

wxPanel* TUNER_SLIDER_BASE::m_panel1
protected

Definition at line 44 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE().

◆ m_saveBtn

wxButton* TUNER_SLIDER_BASE::m_saveBtn
protected

Definition at line 56 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE(), and ~TUNER_SLIDER_BASE().

◆ m_separator

BITMAP_BUTTON* TUNER_SLIDER_BASE::m_separator
protected

Definition at line 48 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER::TUNER_SLIDER(), and TUNER_SLIDER_BASE().

◆ m_slider

wxSlider* TUNER_SLIDER_BASE::m_slider
protected

◆ m_staticline4

wxStaticLine* TUNER_SLIDER_BASE::m_staticline4
protected

Definition at line 46 of file tuner_slider_base.h.

Referenced by TUNER_SLIDER_BASE().

◆ m_valueText

wxTextCtrl* TUNER_SLIDER_BASE::m_valueText
protected

The documentation for this class was generated from the following files: