#include <CREAnimationControl.h>
Public Member Functions | |
CREAnimationControl (QWidget *parent) | |
void | setAnimation (const Animations *animation) |
Protected Member Functions | |
void | display (const Animations *animation) |
Protected Attributes | |
const Animations * | myAnimation |
int | myStep |
int | myLastStep |
int | myFacings |
QList< CREAnimationWidget * > | myWidgets |
Definition at line 14 of file CREAnimationControl.h.
CREAnimationControl | ( | QWidget * | parent | ) |
Definition at line 6 of file CREAnimationControl.cpp.
void display | ( | const Animations * | animation | ) | [protected] |
void setAnimation | ( | const Animations * | animation | ) |
Definition at line 29 of file CREAnimationControl.cpp.
const Animations* myAnimation [protected] |
Definition at line 23 of file CREAnimationControl.h.
int myFacings [protected] |
Definition at line 26 of file CREAnimationControl.h.
int myLastStep [protected] |
Definition at line 25 of file CREAnimationControl.h.
int myStep [protected] |
Definition at line 24 of file CREAnimationControl.h.
QList<CREAnimationWidget*> myWidgets [protected] |
Definition at line 29 of file CREAnimationControl.h.