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