Main Page | Namespace List | Class Hierarchy | Class List | File List | Class Members | File Members

Action Class Reference

#include <ALabel.h>

Collaboration diagram for Action:

[legend]
List of all members.

Public Member Functions

 Action (QPixmap *image)
 ~Action ()
ActiongetNext ()
void setNext (Action *next)
QPixmap * getImage ()

Private Attributes

QPixmap * image
Actionnext

Constructor & Destructor Documentation

Action::Action QPixmap *  image  ) 
 

Definition at line 636 of file ALabel.cpp.

References Action(), and next.

Referenced by Action().

00637 { 00638 this->image = image; 00639 next = NULL; 00640 }

Action::~Action  ) 
 

Definition at line 642 of file ALabel.cpp.

References image.

00643 { 00644 delete image; 00645 image = NULL; 00646 }


Member Function Documentation

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.

References setNext().

Referenced by ALabel::appendJob(), and setNext().

00652 { this->next = next; }


Member Data Documentation

QPixmap* Action::image [private]
 

Definition at line 152 of file ALabel.h.

Referenced by getImage(), and ~Action().

Action* Action::next [private]
 

Definition at line 153 of file ALabel.h.

Referenced by Action(), and getNext().


The documentation for this class was generated from the following files:
Generated on Sun Mar 4 19:43:04 2007 for AlbumShaper by doxygen 1.3.7