![]() |
Mixxx
|
#include <controlpushbutton.h>


Public Member Functions | |
| ControlPushButton (ConfigKey key) | |
| ~ControlPushButton () | |
| void | setToggleButton (bool bIsToggleButton) |
| void | setStates (int num_states) |
Protected Member Functions | |
| void | setValueFromMidi (MidiCategory c, double v) |
Definition at line 28 of file controlpushbutton.h.
| ControlPushButton::ControlPushButton | ( | ConfigKey | key | ) |
Definition at line 24 of file controlpushbutton.cpp.
| ControlPushButton::~ControlPushButton | ( | ) |
Definition at line 30 of file controlpushbutton.cpp.
| void ControlPushButton::setStates | ( | int | num_states | ) |
| void ControlPushButton::setToggleButton | ( | bool | bIsToggleButton | ) |
| void ControlPushButton::setValueFromMidi | ( | MidiCategory | , |
| double | v | ||
| ) | [protected, virtual] |
Called when a widget has changed value. Not thread safe.
Reimplemented from ControlObject.
Definition at line 46 of file controlpushbutton.cpp.
