|
AlbumShaper 1.0a3
|
#include <QEvent>#include <QDropEvent>#include <QMouseEvent>#include <qlabel.h>#include <qpixmap.h>#include <qdatetime.h>#include <qmutex.h>

Go to the source code of this file.
Classes | |
| class | ALabel |
| class | Action |
Macros | |
| #define | APPEAR_IMMEDIATELY 1 |
| #define | DISAPPEAR_IMMEDIATELY 2 |
| #define | SLIDE_IN_LEFT 3 |
| #define | SLIDE_OUT_LEFT 4 |
| #define | SLIDE_IN_RIGHT 5 |
| #define | SLIDE_OUT_RIGHT 6 |
| #define | FADE_TRANSITION 7 |
| #define APPEAR_IMMEDIATELY 1 |
Definition at line 18 of file ALabel.h.
Referenced by ALabel::animate(), and HelpWindow::HelpWindow().
| #define DISAPPEAR_IMMEDIATELY 2 |
Definition at line 19 of file ALabel.h.
Referenced by ALabel::animate(), ALabel::animatePixmap(), and ALabel::internalRemovePixmap().
| #define FADE_TRANSITION 7 |
Definition at line 24 of file ALabel.h.
Referenced by ALabel::animate(), and TitleWidget::useAnimation().
| #define SLIDE_IN_LEFT 3 |
Definition at line 20 of file ALabel.h.
Referenced by ALabel::animate(), and TitleWidget::useAnimation().
| #define SLIDE_IN_RIGHT 5 |
Definition at line 22 of file ALabel.h.
Referenced by ALabel::animate().
| #define SLIDE_OUT_LEFT 4 |
Definition at line 21 of file ALabel.h.
Referenced by ALabel::animate(), ALabel::animatePixmap(), HelpWindow::HelpWindow(), and TitleWidget::useAnimation().
| #define SLIDE_OUT_RIGHT 6 |
Definition at line 23 of file ALabel.h.
Referenced by ALabel::animate(), and ALabel::animatePixmap().