Customized wxSlider with forced stepping.
More...
#include <stepped_slider.h>
|
| STEPPED_SLIDER (wxWindow *aParent, wxWindowID aId, int aValue, int aMinValue, int aMaxValue, const wxPoint &aPos=wxDefaultPosition, const wxSize &aSize=wxDefaultSize, long aStyle=wxSL_HORIZONTAL, const wxValidator &aValidator=wxDefaultValidator, const wxString &aName=wxSliderNameStr) |
|
virtual | ~STEPPED_SLIDER () |
|
void | SetStep (int aSize) |
| Set the step size.
|
|
int | GetStep () const |
| Get the step size.
|
|
Customized wxSlider with forced stepping.
Definition at line 28 of file stepped_slider.h.
◆ STEPPED_SLIDER()
STEPPED_SLIDER::STEPPED_SLIDER |
( |
wxWindow * |
aParent, |
|
|
wxWindowID |
aId, |
|
|
int |
aValue, |
|
|
int |
aMinValue, |
|
|
int |
aMaxValue, |
|
|
const wxPoint & |
aPos = wxDefaultPosition , |
|
|
const wxSize & |
aSize = wxDefaultSize , |
|
|
long |
aStyle = wxSL_HORIZONTAL , |
|
|
const wxValidator & |
aValidator = wxDefaultValidator , |
|
|
const wxString & |
aName = wxSliderNameStr |
|
) |
| |
◆ ~STEPPED_SLIDER()
STEPPED_SLIDER::~STEPPED_SLIDER |
( |
| ) |
|
|
virtual |
◆ GetStep()
int STEPPED_SLIDER::GetStep |
( |
| ) |
const |
◆ OnScroll()
void STEPPED_SLIDER::OnScroll |
( |
wxScrollEvent & |
aEvent | ) |
|
|
private |
◆ SetStep()
void STEPPED_SLIDER::SetStep |
( |
int |
aSize | ) |
|
◆ m_step
int STEPPED_SLIDER::m_step |
|
private |
The documentation for this class was generated from the following files: