Crossfire Server, Trunk
R21670
CREAnimationPanel.h
Go to the documentation of this file.
1
#ifndef CREANIMATIONPANEL_H
2
#define CREANIMATIONPANEL_H
3
4
#include <QObject>
5
#include <QtWidgets>
6
#include "
CREPanel.h
"
7
8
extern
"C"
{
9
#include "
global.h
"
10
#include "
image.h
"
11
}
12
13
class
CREAnimationControl
;
14
15
class
CREAnimationPanel
:
public
CRETPanel
<const Animations>
16
{
17
Q_OBJECT
18
19
public
:
20
CREAnimationPanel
(QWidget* parent);
21
virtual
void
setItem
(
const
Animations
* animation);
22
23
protected
:
24
const
Animations
*
myAnimation
;
25
26
QTreeWidget*
myUsing
;
27
QTreeWidget*
myFaces
;
28
CREAnimationControl
*
myDisplay
;
29
};
30
31
#endif // CREANIMATIONPANEL_H
CREAnimationPanel::myFaces
QTreeWidget * myFaces
Definition:
CREAnimationPanel.h:27
CREAnimationPanel::setItem
virtual void setItem(const Animations *animation)
Definition:
CREAnimationPanel.cpp:37
CREAnimationPanel::myAnimation
const Animations * myAnimation
Definition:
CREAnimationPanel.h:24
CREAnimationPanel::myDisplay
CREAnimationControl * myDisplay
Definition:
CREAnimationPanel.h:28
global.h
CREAnimationControl
Definition:
CREAnimationControl.h:14
image.h
CREPanel.h
CREAnimationPanel::myUsing
QTreeWidget * myUsing
Definition:
CREAnimationPanel.h:26
animations_struct
Definition:
face.h:25
CREAnimationPanel::CREAnimationPanel
CREAnimationPanel(QWidget *parent)
Definition:
CREAnimationPanel.cpp:14
CREAnimationPanel
Definition:
CREAnimationPanel.h:15
CRETPanel
Definition:
CREPanel.h:20
crossfire-code
server
trunk
utils
cre
CREAnimationPanel.h
Generated by
1.8.13