|
| MixerTrackSlider (wxWindow *parent, wxWindowID id, const TranslatableString &name, const wxPoint &pos, const wxSize &size, const ASlider::Options &options=ASlider::Options{}) |
|
virtual | ~MixerTrackSlider () |
|
void | OnMouseEvent (wxMouseEvent &event) |
|
void | OnFocus (wxFocusEvent &event) |
|
void | OnCaptureKey (wxCommandEvent &event) |
|
| ASlider (wxWindow *parent, wxWindowID id, const TranslatableString &name, const wxPoint &pos, const wxSize &size, const Options &options=Options{}) |
|
virtual | ~ASlider () |
|
bool | AcceptsFocus () const override |
|
bool | AcceptsFocusFromKeyboard () const override |
|
void | SetFocusFromKbd () override |
|
bool | SetBackgroundColour (const wxColour &colour) override |
|
void | GetScroll (float &line, float &page) |
|
void | SetScroll (float line, float page) |
|
void | SetToolTipTemplate (const TranslatableString &tip) |
|
float | Get (bool convert=true) |
|
void | Set (float value) |
|
void | Increase (float steps) |
|
void | Decrease (float steps) |
|
bool | ShowDialog (wxPoint pos=wxPoint(-1, -1)) |
|
void | SetSpeed (float speed) |
|
void | OnErase (wxEraseEvent &event) |
|
void | OnPaint (wxPaintEvent &event) |
|
void | OnSize (wxSizeEvent &event) |
|
void | OnMouseEvent (wxMouseEvent &event) |
|
void | OnCaptureLost (wxMouseCaptureLostEvent &event) |
|
void | OnKeyDown (wxKeyEvent &event) |
|
void | OnSlider (wxCommandEvent &event) |
|
void | OnSetFocus (wxFocusEvent &event) |
|
void | OnKillFocus (wxFocusEvent &event) |
|
void | OnTimer (wxTimerEvent &event) |
|
bool | Enable (bool enable=true) override |
|
bool | IsEnabled () const |
|
Definition at line 43 of file MixerBoard.h.