|
MythTV master
|
#include <mythplugins/mythmusic/mythmusic/visualize.h>
Public Member Functions | |
| MonoScope ()=default | |
| ~MonoScope () override=default | |
| bool | process (VisualNode *node) override |
| bool | draw (QPainter *p, const QColor &back) override |
Public Member Functions inherited from StereoScope | |
| StereoScope () | |
| ~StereoScope () override=default | |
| void | resize (const QSize &size) override |
| bool | process (VisualNode *node) override |
| bool | draw (QPainter *p, const QColor &back) override |
Public Member Functions inherited from VisualBase | |
| VisualBase (bool screensaverenable=false) | |
| virtual | ~VisualBase (void) |
| virtual bool | process (VisualNode *node)=0 |
| virtual bool | processUndisplayed (VisualNode *) |
| virtual bool | draw (QPainter *, const QColor &)=0 |
| virtual void | resize (const QSize &size)=0 |
| virtual void | handleKeyPress (const QString &action) |
| virtual int | getDesiredFPS (void) |
| virtual unsigned long | getDesiredSamples (void) |
Additional Inherited Members | |
Static Public Member Functions inherited from VisualBase | |
| static void | drawWarning (QPainter *p, const QColor &back, QSize size, const QString &warning, int fontsize=28) |
Protected Attributes inherited from StereoScope | |
| QColor | m_startColor {Qt::yellow} |
| QColor | m_targetColor {Qt::red} |
| std::vector< double > | m_magnitudes |
| QSize | m_size |
| bool const | m_rubberband {RUBBERBAND} |
| double const | m_falloff {1.0} |
Protected Attributes inherited from VisualBase | |
| int | m_fps {20} |
| bool | m_xscreensaverenable {true} |
Definition at line 131 of file visualize.h.
|
default |
|
overridedefault |
|
overridevirtual |
Reimplemented from StereoScope.
Definition at line 551 of file visualize.cpp.
|
overridevirtual |
Reimplemented from StereoScope.
Definition at line 460 of file visualize.cpp.