AlbumShaper  1.0a3
Classes | Macros
ALabel.h File Reference
#include <QEvent>
#include <QDropEvent>
#include <QMouseEvent>
#include <qlabel.h>
#include <qpixmap.h>
#include <qdatetime.h>
#include <qmutex.h>
Include dependency graph for ALabel.h:
This graph shows which files directly or indirectly include this file:

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
 

Macro Definition Documentation

§ APPEAR_IMMEDIATELY

#define APPEAR_IMMEDIATELY   1

Definition at line 18 of file ALabel.h.

Referenced by ALabel::animate(), and HelpWindow::HelpWindow().

§ DISAPPEAR_IMMEDIATELY

#define DISAPPEAR_IMMEDIATELY   2

Definition at line 19 of file ALabel.h.

Referenced by ALabel::animate(), ALabel::animatePixmap(), and ALabel::internalRemovePixmap().

§ FADE_TRANSITION

#define FADE_TRANSITION   7

Definition at line 24 of file ALabel.h.

Referenced by ALabel::animate(), and TitleWidget::useAnimation().

§ SLIDE_IN_LEFT

#define SLIDE_IN_LEFT   3

Definition at line 20 of file ALabel.h.

Referenced by ALabel::animate(), and TitleWidget::useAnimation().

§ SLIDE_IN_RIGHT

#define SLIDE_IN_RIGHT   5

Definition at line 22 of file ALabel.h.

Referenced by ALabel::animate().

§ SLIDE_OUT_LEFT

#define SLIDE_OUT_LEFT   4

§ SLIDE_OUT_RIGHT

#define SLIDE_OUT_RIGHT   6

Definition at line 23 of file ALabel.h.

Referenced by ALabel::animate(), and ALabel::animatePixmap().