raDIYo 0.4
|
Public Member Functions | |
SWUSBControl (SWRaDIYoMainWidget *parent) | |
Public Member Functions inherited from SWAbstractControl | |
SWAbstractControl (SWRaDIYoMainWidget *parent) | |
virtual void | fadeIn () |
virtual void | fadeOut () |
Additional Inherited Members | |
Public Slots inherited from SWAbstractControl | |
virtual bool | acceptDial () |
virtual void | onDialClicked () |
Wird aufgerufen, wenn das (externe) Dial geklickt wurde. More... | |
virtual void | onDialValueChanged (int value) |
Wird aufgerufen, wenn das (externe) Dial gedreht wurde. More... | |
Protected Attributes inherited from SWAbstractControl | |
bool | _acceptDial = true |
SWRaDIYoMainWidget * | _controller = nullptr |
int | _value = -1 |
QGraphicsOpacityEffect * | _effect = nullptr |
QPropertyAnimation * | _animFadeIn = nullptr |
QPropertyAnimation * | _animFadeOut = nullptr |
Static Protected Attributes inherited from SWAbstractControl | |
static const int | SWFADINGDURATION = 650 |
Definition at line 27 of file swusbcontrol.h.
|
explicit |
Definition at line 17 of file swusbcontrol.cpp.
|
virtual |
Definition at line 25 of file swusbcontrol.cpp.