#include <visualize.h>

Definition at line 81 of file visualize.h.
Public Member Functions | |
| AlbumArt (MainVisual *parent) | |
| virtual | ~AlbumArt () |
| void | resize (const QSize &size) |
| bool | process (VisualNode *node=0) |
| bool | draw (QPainter *p, const QColor &back=Qt::black) |
| void | handleKeyPress (const QString &action) |
Private Member Functions | |
| bool | needsUpdate (void) |
| void | findFrontCover (void) |
Private Attributes | |
| QSize | m_size |
| QSize | m_cursize |
| QString | m_filename |
| ImageType | m_currImageType |
| MainVisual * | m_pParent |
| QImage | m_image |
| AlbumArt::AlbumArt | ( | MainVisual * | parent | ) |
| AlbumArt::~AlbumArt | ( | ) | [virtual] |
Definition at line 339 of file visualize.cpp.
| void AlbumArt::resize | ( | const QSize & | size | ) | [virtual] |
| bool AlbumArt::process | ( | VisualNode * | node = 0 |
) | [virtual] |
| bool AlbumArt::draw | ( | QPainter * | p, | |
| const QColor & | back = Qt::black | |||
| ) | [virtual] |
| void AlbumArt::handleKeyPress | ( | const QString & | action | ) | [virtual] |
| bool AlbumArt::needsUpdate | ( | void | ) | [private] |
| void AlbumArt::findFrontCover | ( | void | ) | [private] |
QSize AlbumArt::m_size [private] |
QSize AlbumArt::m_cursize [private] |
Definition at line 96 of file visualize.h.
Referenced by draw(), handleKeyPress(), and needsUpdate().
QString AlbumArt::m_filename [private] |
ImageType AlbumArt::m_currImageType [private] |
Definition at line 98 of file visualize.h.
Referenced by draw(), findFrontCover(), and handleKeyPress().
MainVisual* AlbumArt::m_pParent [private] |
Definition at line 99 of file visualize.h.
Referenced by AlbumArt(), draw(), findFrontCover(), handleKeyPress(), and needsUpdate().
QImage AlbumArt::m_image [private] |
1.5.5