#include <ALabel.h>
Public Member Functions | |
| Action (QPixmap *image) | |
| ~Action () | |
| Action * | getNext () |
| void | setNext (Action *next) |
| QPixmap * | getImage () |
Private Attributes | |
| QPixmap * | image |
| Action * | next |
Definition at line 142 of file ALabel.h.
| Action::Action | ( | QPixmap * | image | ) |
| Action::~Action | ( | ) |
Definition at line 642 of file ALabel.cpp.
References image.
| QPixmap * Action::getImage | ( | ) |
Definition at line 654 of file ALabel.cpp.
References image.
Referenced by ALabel::animate(), and ALabel::cleanStack().
00655 { return image; }
| Action * Action::getNext | ( | ) |
Definition at line 648 of file ALabel.cpp.
References next.
Referenced by ALabel::animate(), and ALabel::cleanStack().
00649 { return next; }
| void Action::setNext | ( | Action * | next | ) |
Definition at line 651 of file ALabel.cpp.
Referenced by ALabel::appendJob().
QPixmap* Action::image [private] |
Definition at line 152 of file ALabel.h.
Referenced by getImage(), and ~Action().
Action* Action::next [private] |
1.6.2