#include <visualize.h>
Public Member Functions | |
| StereoScope () | |
| virtual | ~StereoScope () |
| void | resize (const QSize &size) |
| bool | process (VisualNode *node) |
| bool | draw (QPainter *p, const QColor &back) |
| void | handleKeyPress (const QString &action) |
Protected Attributes | |
| QColor | startColor |
| QColor | targetColor |
| vector< double > | magnitudes |
| QSize | size |
| bool const | rubberband |
| double const | falloff |
Definition at line 110 of file visualize.h.
| StereoScope::StereoScope | ( | ) |
Definition at line 145 of file visualize.cpp.
| StereoScope::~StereoScope | ( | ) | [virtual] |
Definition at line 152 of file visualize.cpp.
| void StereoScope::resize | ( | const QSize & | size | ) | [virtual] |
Implements VisualBase.
Definition at line 156 of file visualize.cpp.
| bool StereoScope::process | ( | VisualNode * | node | ) | [virtual] |
| bool StereoScope::draw | ( | QPainter * | p, | |
| const QColor & | back | |||
| ) | [virtual] |
| void StereoScope::handleKeyPress | ( | const QString & | action | ) | [inline, virtual] |
Implements VisualBase.
Definition at line 119 of file visualize.h.
QColor StereoScope::startColor [protected] |
Definition at line 122 of file visualize.h.
Referenced by MonoScope::draw(), and draw().
QColor StereoScope::targetColor [protected] |
Definition at line 122 of file visualize.h.
Referenced by MonoScope::draw(), and draw().
vector<double> StereoScope::magnitudes [protected] |
Definition at line 123 of file visualize.h.
Referenced by MonoScope::draw(), draw(), MonoScope::process(), process(), and resize().
QSize StereoScope::size [protected] |
Definition at line 124 of file visualize.h.
Referenced by MonoScope::draw(), draw(), MonoScope::process(), process(), and resize().
bool const StereoScope::rubberband [protected] |
Definition at line 125 of file visualize.h.
Referenced by MonoScope::process(), and process().
double const StereoScope::falloff [protected] |
Definition at line 126 of file visualize.h.
Referenced by MonoScope::process(), and process().
1.6.3