Crossfire Server, Branches 1.12
R18729
|
#include <CREAnimationWidget.h>
Public Member Functions | |
CREAnimationWidget (QWidget *parent) | |
void | setAnimation (QList< int > faces) |
void | step () |
Protected Member Functions | |
virtual void | paintEvent (QPaintEvent *event) |
Protected Attributes | |
QList< int > | myFaces |
int | myStep |
Definition at line 7 of file CREAnimationWidget.h.
CREAnimationWidget::CREAnimationWidget | ( | QWidget * | parent | ) |
Definition at line 6 of file CREAnimationWidget.cpp.
References myStep.
|
protectedvirtual |
Definition at line 31 of file CREAnimationWidget.cpp.
References CREPixmap::getIcon(), myFaces, and myStep.
void CREAnimationWidget::setAnimation | ( | QList< int > | faces | ) |
Definition at line 13 of file CREAnimationWidget.cpp.
void CREAnimationWidget::step | ( | ) |
Definition at line 19 of file CREAnimationWidget.cpp.
|
protected |
Definition at line 20 of file CREAnimationWidget.h.
Referenced by paintEvent(), setAnimation(), and step().
|
protected |
Definition at line 19 of file CREAnimationWidget.h.
Referenced by CREAnimationWidget(), paintEvent(), setAnimation(), and step().