![]() |
raDIYo 0.4
|
Public Slots | |
| void | onDialClicked () override |
| void | onDialValueChanged (int value) override |
| void | onAudioProbed (QAudioBuffer audiobuffer) |
| void | onSpectrumReady (const SWDoubleVec &spectrum) |
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... | |
Public Member Functions | |
| SWPlayerControl (SWRaDIYoMainWidget *parent) | |
| void | startPlaying (const QString &urlText) |
| SWPlayerControl::startPlaying: Erwartet eine ordentliche URL als String. More... | |
| void | stopPlaying () |
| void | loadSettings () |
| void | saveSettings () |
Public Member Functions inherited from SWAbstractControl | |
| SWAbstractControl (SWRaDIYoMainWidget *parent) | |
| virtual void | fadeIn () |
| virtual void | fadeOut () |
Protected Attributes | |
| int | _volume = 0 |
| QMediaPlayer | _player |
| QAudioProbe | _audioProbe |
| SWFFTCalc | _FFTCalc |
Protected Attributes inherited from SWAbstractControl | |
| bool | _acceptDial = true |
| SWRaDIYoMainWidget * | _controller = nullptr |
| int | _value = -1 |
| QGraphicsOpacityEffect * | _effect = nullptr |
| QPropertyAnimation * | _animFadeIn = nullptr |
| QPropertyAnimation * | _animFadeOut = nullptr |
Additional Inherited Members | |
Static Protected Attributes inherited from SWAbstractControl | |
| static const int | SWFADINGDURATION = 650 |
Definition at line 34 of file swplayercontrol.h.
|
explicit |
Definition at line 21 of file swplayercontrol.cpp.
|
virtual |
Definition at line 39 of file swplayercontrol.cpp.
| void SWPlayerControl::loadSettings | ( | ) |
Definition at line 44 of file swplayercontrol.cpp.
|
slot |
Definition at line 70 of file swplayercontrol.cpp.
|
overrideslot |
Definition at line 54 of file swplayercontrol.cpp.
|
overrideslot |
Definition at line 61 of file swplayercontrol.cpp.
|
slot |
Definition at line 78 of file swplayercontrol.cpp.
| void SWPlayerControl::saveSettings | ( | ) |
Definition at line 49 of file swplayercontrol.cpp.
| void SWPlayerControl::startPlaying | ( | const QString & | urlText | ) |
SWPlayerControl::startPlaying: Erwartet eine ordentliche URL als String.
| urlText |
Definition at line 113 of file swplayercontrol.cpp.
| void SWPlayerControl::stopPlaying | ( | ) |
Definition at line 125 of file swplayercontrol.cpp.
|
protected |
Definition at line 63 of file swplayercontrol.h.
|
protected |
Definition at line 65 of file swplayercontrol.h.
|
protected |
Definition at line 62 of file swplayercontrol.h.
|
protected |
Definition at line 61 of file swplayercontrol.h.