#include <ALabel.h>
Collaboration diagram for Action:

Definition at line 142 of file 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 636 of file ALabel.cpp. References next.
|
|
|
Definition at line 642 of file ALabel.cpp. References image.
|
|
|
Definition at line 654 of file ALabel.cpp. References image. Referenced by ALabel::cleanStack(). 00655 { return image; }
|
|
|
Definition at line 648 of file ALabel.cpp. References next. Referenced by ALabel::cleanStack(). 00649 { return next; }
|
|
|
Definition at line 651 of file ALabel.cpp. References next. Referenced by ALabel::appendJob().
|
|
|
Definition at line 152 of file ALabel.h. Referenced by getImage(), and ~Action(). |
|
|
|
1.4.6