|
MythTV
0.26-pre
|
#include <visualize.h>
Public Member Functions | |
| AlbumArt (void) | |
| 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) |
| bool | cycleImage (void) |
Private Attributes | |
| QSize | m_size |
| QSize | m_cursize |
| ImageType | m_currImageType |
| QImage | m_image |
| Metadata * | m_currentMetadata |
| QDateTime | m_lastCycle |
Definition at line 273 of file visualize.h.
Definition at line 1395 of file visualize.cpp.
| AlbumArt::~AlbumArt | ( | ) | [virtual] |
Definition at line 1450 of file visualize.cpp.
| void AlbumArt::resize | ( | const QSize & | size | ) | [virtual] |
Implements VisualBase.
Definition at line 1454 of file visualize.cpp.
| bool AlbumArt::process | ( | VisualNode * | node = 0 | ) | [virtual] |
Implements VisualBase.
Definition at line 1459 of file visualize.cpp.
| bool AlbumArt::draw | ( | QPainter * | p, |
| const QColor & | back = Qt::black |
||
| ) | [virtual] |
Implements VisualBase.
Definition at line 1519 of file visualize.cpp.
| void AlbumArt::handleKeyPress | ( | const QString & | action | ) | [virtual] |
Implements VisualBase.
Definition at line 1465 of file visualize.cpp.
| bool AlbumArt::needsUpdate | ( | void | ) | [private] |
Definition at line 1499 of file visualize.cpp.
Referenced by draw().
| void AlbumArt::findFrontCover | ( | void | ) | [private] |
Definition at line 1403 of file visualize.cpp.
Referenced by AlbumArt(), and needsUpdate().
| bool AlbumArt::cycleImage | ( | void | ) | [private] |
Definition at line 1422 of file visualize.cpp.
Referenced by needsUpdate().
QSize AlbumArt::m_size [private] |
Definition at line 289 of file visualize.h.
QSize AlbumArt::m_cursize [private] |
Definition at line 289 of file visualize.h.
Referenced by draw(), and handleKeyPress().
ImageType AlbumArt::m_currImageType [private] |
Definition at line 290 of file visualize.h.
Referenced by cycleImage(), draw(), findFrontCover(), and handleKeyPress().
QImage AlbumArt::m_image [private] |
Definition at line 291 of file visualize.h.
Referenced by draw().
Metadata* AlbumArt::m_currentMetadata [private] |
Definition at line 293 of file visualize.h.
Referenced by needsUpdate().
QDateTime AlbumArt::m_lastCycle [private] |
Definition at line 294 of file visualize.h.
Referenced by cycleImage(), and needsUpdate().
1.7.6.1