a view class for the status indicator widgets.
More...
#include <statusindicatoranimationview.h>
List of all members.
Detailed Description
a view class for the status indicator widgets.
Constructor & Destructor Documentation
StatusIndicatorAnimationView::StatusIndicatorAnimationView |
( |
StatusIndicator * |
controller |
) |
|
StatusIndicatorAnimationView::~StatusIndicatorAnimationView |
( |
|
) |
[virtual] |
Member Function Documentation
void StatusIndicatorAnimationView::applyStyle |
( |
|
) |
[protected, virtual] |
void StatusIndicatorAnimationView::clearImageList |
( |
|
) |
[protected] |
void StatusIndicatorAnimationView::drawContents |
( |
QPainter * |
painter, |
|
|
const QStyleOptionGraphicsItem * |
option | |
|
) |
| | const [protected, virtual] |
void StatusIndicatorAnimationView::setAnimationFrame |
( |
int |
frame |
) |
[protected, slot] |
A slot for setting the animation frame.
- Parameters:
-
| frame | the animation frame to show |
void StatusIndicatorAnimationView::setFirstAnimationFrame |
( |
int |
frame |
) |
[protected] |
Sets the first frame for the animation
- Parameters:
-
| frame | the animation frame from which the animation starts |
void StatusIndicatorAnimationView::setupAnimationTimeline |
( |
|
) |
[protected] |
Sets up the animation timeline
void StatusIndicatorAnimationView::setupImageList |
( |
const QString & |
iconIDs |
) |
[protected] |
Sets up the images list from an icon ID string
- Parameters:
-
| iconIDs | a list of icon IDs to create the image list from |
void StatusIndicatorAnimationView::setupModel |
( |
|
) |
[protected, virtual] |
QSizeF StatusIndicatorAnimationView::sizeHint |
( |
Qt::SizeHint |
which, |
|
|
const QSizeF & |
constraint | |
|
) |
| | const |
void StatusIndicatorAnimationView::startAnimation |
( |
|
) |
[protected, virtual, slot] |
A slot for starting the animation
void StatusIndicatorAnimationView::stopAnimation |
( |
|
) |
[protected, virtual, slot] |
A slot for stopping the animation.
void StatusIndicatorAnimationView::updateData |
( |
const QList< const char * > & |
modifications |
) |
[protected, virtual, slot] |
Member Data Documentation
The current animation frame.
Timeline for the animation.
The controller for this view.
The animation frame from which the animation starts.
The list of names of the images to be shown.
A vector of images to be shown.
The documentation for this class was generated from the following files: