|
AlbumShaper 1.0a3
|
#include <ALabel.h>

Public Member Functions | |
| Action (QPixmap *image) | |
| ~Action () | |
| Action * | getNext () |
| void | setNext (Action *next) |
| QPixmap * | getImage () |
Private Attributes | |
| QPixmap * | image |
| Action * | next |
| Action::Action | ( | QPixmap * | image | ) |
Definition at line 642 of file ALabel.cpp.
| Action::~Action | ( | ) |
Definition at line 648 of file ALabel.cpp.
References image.
| QPixmap * Action::getImage | ( | ) |
Definition at line 660 of file ALabel.cpp.
References image.
Referenced by ALabel::animate(), and ALabel::cleanStack().
| Action * Action::getNext | ( | ) |
Definition at line 654 of file ALabel.cpp.
References next.
Referenced by ALabel::animate(), and ALabel::cleanStack().
| void Action::setNext | ( | Action * | next | ) |
Definition at line 657 of file ALabel.cpp.
References next.
Referenced by ALabel::appendJob().
|
private |
Definition at line 156 of file ALabel.h.
Referenced by Action(), getImage(), and ~Action().
|
private |