#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 |
Defines | |
| #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 14 of file ALabel.h.
Referenced by ALabel::animate(), and HelpWindow::HelpWindow().
| #define DISAPPEAR_IMMEDIATELY 2 |
Definition at line 15 of file ALabel.h.
Referenced by ALabel::animate(), ALabel::animatePixmap(), and ALabel::internalRemovePixmap().
| #define FADE_TRANSITION 7 |
Definition at line 20 of file ALabel.h.
Referenced by ALabel::animate(), and TitleWidget::useAnimation().
| #define SLIDE_IN_LEFT 3 |
Definition at line 16 of file ALabel.h.
Referenced by ALabel::animate(), and TitleWidget::useAnimation().
| #define SLIDE_IN_RIGHT 5 |
Definition at line 18 of file ALabel.h.
Referenced by ALabel::animate().
| #define SLIDE_OUT_LEFT 4 |
Definition at line 17 of file ALabel.h.
Referenced by ALabel::animate(), ALabel::animatePixmap(), HelpWindow::HelpWindow(), and TitleWidget::useAnimation().
| #define SLIDE_OUT_RIGHT 6 |
Definition at line 19 of file ALabel.h.
Referenced by ALabel::animate(), and ALabel::animatePixmap().
1.6.2