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