MythTV
master
|
#include <visualize.h>
Public Member Functions | |
StereoScope () | |
~StereoScope () override=default | |
void | resize (const QSize &size) override |
bool | process (VisualNode *node) override |
bool | draw (QPainter *p, const QColor &back) 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) |
Protected Attributes | |
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} |
Additional Inherited Members | |
![]() | |
static void | drawWarning (QPainter *p, const QColor &back, QSize size, const QString &warning, int fontsize=28) |
Definition at line 109 of file visualize.h.
StereoScope::StereoScope | ( | ) |
Definition at line 161 of file visualize.cpp.
|
overridedefault |
|
overridevirtual |
Implements VisualBase.
Definition at line 166 of file visualize.cpp.
|
overridevirtual |
|
overridevirtual |
|
inlineoverridevirtual |
Implements VisualBase.
Definition at line 118 of file visualize.h.
|
protected |
Definition at line 122 of file visualize.h.
Referenced by draw(), and MonoScope::draw().
|
protected |
Definition at line 123 of file visualize.h.
Referenced by draw(), and MonoScope::draw().
|
protected |
Definition at line 124 of file visualize.h.
Referenced by draw(), MonoScope::draw(), process(), MonoScope::process(), and resize().
|
protected |
Definition at line 125 of file visualize.h.
Referenced by draw(), MonoScope::draw(), process(), MonoScope::process(), and resize().
|
protected |
Definition at line 126 of file visualize.h.
Referenced by process(), and MonoScope::process().
|
protected |
Definition at line 127 of file visualize.h.
Referenced by process(), and MonoScope::process().