Crossfire Server, Branches 1.12
R18729
Main Page
Related Pages
Modules
Namespaces
Data Structures
Files
File List
Globals
CREAnimationControl.h
Go to the documentation of this file.
1
#ifndef CREANIMATIONCONTROL_H
2
#define CREANIMATIONCONTROL_H
3
4
#include <QObject>
5
#include <QtGui>
6
7
extern
"C"
{
8
#include "
global.h
"
9
#include "
face.h
"
10
}
11
12
class
CREAnimationWidget
;
13
14
class
CREAnimationControl
:
public
QWidget
15
{
16
Q_OBJECT
17
18
public
:
19
CREAnimationControl
(QWidget* parent);
20
void
setAnimation
(
const
Animations
* animation);
21
22
protected
:
23
const
Animations
*
myAnimation
;
24
int
myStep
;
25
int
myLastStep
;
26
int
myFacings
;
27
28
void
display
(
const
Animations
* animation);
29
QList<CREAnimationWidget*>
myWidgets
;
30
31
private
slots:
32
void
step
();
33
};
34
35
#endif // CREANIMATIONCONTROL_H
CREAnimationControl::myAnimation
const Animations * myAnimation
Definition:
CREAnimationControl.h:23
global.h
CREAnimationControl::display
void display(const Animations *animation)
Definition:
CREAnimationControl.cpp:35
CREAnimationControl
Definition:
CREAnimationControl.h:14
CREAnimationControl::myLastStep
int myLastStep
Definition:
CREAnimationControl.h:25
animations_struct
Definition:
face.h:54
CREAnimationControl::myFacings
int myFacings
Definition:
CREAnimationControl.h:26
face.h
CREAnimationControl::CREAnimationControl
CREAnimationControl(QWidget *parent)
Definition:
CREAnimationControl.cpp:6
CREAnimationControl::step
void step()
Definition:
CREAnimationControl.cpp:80
CREAnimationControl::myWidgets
QList< CREAnimationWidget * > myWidgets
Definition:
CREAnimationControl.h:29
CREAnimationControl::myStep
int myStep
Definition:
CREAnimationControl.h:24
CREAnimationWidget
Definition:
CREAnimationWidget.h:7
CREAnimationControl::setAnimation
void setAnimation(const Animations *animation)
Definition:
CREAnimationControl.cpp:29
crossfire-code
server
branches
1.12
utils
cre
CREAnimationControl.h
Generated on Sun Nov 18 2018 02:40:30 for Crossfire Server, Branches 1.12 by
1.8.6