Crossfire Server, Branches 1.12  R18729
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 
13 
14 class CREAnimationPanel : public QWidget
15 {
16  Q_OBJECT
17 
18  public:
20  void setAnimation(const Animations* animation);
21 
22  protected:
24 
25  QTreeWidget* myUsing;
27 };
28 
29 #endif // CREANIMATIONPANEL_H
const Animations * myAnimation
void setAnimation(const Animations *animation)
CREAnimationControl * myDisplay
QTreeWidget * myUsing