Crossfire Server, Branches 1.12
R18729
|
#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().
|
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().
|
privateslot |
Definition at line 80 of file CREAnimationControl.cpp.
References myAnimation, and myWidgets.
Referenced by CREAnimationControl().
|
protected |
Definition at line 23 of file CREAnimationControl.h.
Referenced by CREAnimationControl(), setAnimation(), and step().
|
protected |
Definition at line 26 of file CREAnimationControl.h.
Referenced by display().
|
protected |
Definition at line 25 of file CREAnimationControl.h.
Referenced by CREAnimationControl().
|
protected |
Definition at line 24 of file CREAnimationControl.h.
Referenced by CREAnimationControl().
|
protected |
Definition at line 29 of file CREAnimationControl.h.
Referenced by CREAnimationControl(), display(), and step().