#include <visualize.h>

Definition at line 119 of file visualize.h.
Public Member Functions | |
| Squares () | |
| virtual | ~Squares () |
| void | resize (const QSize &newsize) |
| bool | draw (QPainter *p, const QColor &back=Qt::black) |
| void | handleKeyPress (const QString &action) |
Private Member Functions | |
| void | drawRect (QPainter *p, QRect *rect, int i, int c, int w, int h) |
Private Attributes | |
| QSize | size |
| MainVisual * | pParent |
| int | fake_height |
| int | number_of_squares |
| Squares::Squares | ( | ) |
| Squares::~Squares | ( | ) | [virtual] |
Definition at line 516 of file visualize.cpp.
| void Squares::resize | ( | const QSize & | newsize | ) | [virtual] |
| bool Squares::draw | ( | QPainter * | p, | |
| const QColor & | back = Qt::black | |||
| ) | [virtual] |
| void Squares::handleKeyPress | ( | const QString & | action | ) | [inline, virtual] |
| void Squares::drawRect | ( | QPainter * | p, | |
| QRect * | rect, | |||
| int | i, | |||
| int | c, | |||
| int | w, | |||
| int | h | |||
| ) | [private] |
QSize Squares::size [private] |
Reimplemented from Spectrum.
Definition at line 131 of file visualize.h.
Referenced by draw(), drawRect(), and resize().
MainVisual* Squares::pParent [private] |
Definition at line 132 of file visualize.h.
int Squares::fake_height [private] |
int Squares::number_of_squares [private] |
1.5.5