#include <mainvisual.h>

Definition at line 163 of file mainvisual.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 |
| QMemArray< double > | magnitudes |
| QSize | size |
| bool | rubberband |
| double | falloff |
| StereoScope::StereoScope | ( | ) |
| StereoScope::~StereoScope | ( | ) | [virtual] |
Definition at line 514 of file mainvisual.cpp.
| void StereoScope::resize | ( | const QSize & | size | ) | [virtual] |
| bool StereoScope::process | ( | VisualNode * | node | ) | [virtual] |
| bool StereoScope::draw | ( | QPainter * | p, | |
| const QColor & | back | |||
| ) | [virtual] |
| void StereoScope::handleKeyPress | ( | const QString & | action | ) | [inline, virtual] |
QColor StereoScope::startColor [protected] |
Definition at line 175 of file mainvisual.h.
Referenced by MonoScope::draw(), draw(), and StereoScope().
QColor StereoScope::targetColor [protected] |
Definition at line 175 of file mainvisual.h.
Referenced by MonoScope::draw(), draw(), and StereoScope().
QMemArray<double> StereoScope::magnitudes [protected] |
Definition at line 176 of file mainvisual.h.
Referenced by MonoScope::draw(), draw(), MonoScope::process(), process(), and resize().
QSize StereoScope::size [protected] |
Definition at line 177 of file mainvisual.h.
Referenced by MonoScope::draw(), draw(), MonoScope::process(), process(), and resize().
bool StereoScope::rubberband [protected] |
Definition at line 178 of file mainvisual.h.
Referenced by MonoScope::process(), process(), and StereoScope().
double StereoScope::falloff [protected] |
Definition at line 179 of file mainvisual.h.
Referenced by MonoScope::process(), process(), and StereoScope().
1.5.5