|
Crossfire Server, Branch 1.12
R12190
|
#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 | myFacings |
| int | myLastStep |
| int | myStep |
| QList< CREAnimationWidget * > | myWidgets |
Private Slots | |
| void | step () |
Definition at line 14 of file CREAnimationControl.h.
| CREAnimationControl::CREAnimationControl | ( | QWidget * | parent | ) |
Definition at line 6 of file CREAnimationControl.cpp.
References freearr_x, freearr_y, myAnimation, myLastStep, myStep, myWidgets, and step().

| void CREAnimationControl::display | ( | const Animations * | animation | ) | [protected] |
Definition at line 35 of file CREAnimationControl.cpp.
References animations_struct::faces, animations_struct::facings, myFacings, myWidgets, and animations_struct::num_animations.
Referenced by setAnimation().

| void CREAnimationControl::setAnimation | ( | const Animations * | animation | ) |
Definition at line 29 of file CREAnimationControl.cpp.
References display(), and myAnimation.
Referenced by CREAnimationPanel::setAnimation().


| void CREAnimationControl::step | ( | ) | [private, slot] |
Definition at line 80 of file CREAnimationControl.cpp.
References myAnimation, and myWidgets.
Referenced by CREAnimationControl().

const Animations* CREAnimationControl::myAnimation [protected] |
Definition at line 23 of file CREAnimationControl.h.
Referenced by CREAnimationControl(), setAnimation(), and step().
int CREAnimationControl::myFacings [protected] |
Definition at line 26 of file CREAnimationControl.h.
Referenced by display().
int CREAnimationControl::myLastStep [protected] |
Definition at line 25 of file CREAnimationControl.h.
Referenced by CREAnimationControl().
int CREAnimationControl::myStep [protected] |
Definition at line 24 of file CREAnimationControl.h.
Referenced by CREAnimationControl().
QList<CREAnimationWidget*> CREAnimationControl::myWidgets [protected] |
Definition at line 29 of file CREAnimationControl.h.
Referenced by CREAnimationControl(), display(), and step().
1.7.6.1