Crossfire Server, Trunk
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 
15 
16 class CREAnimationPanel : public CRETPanel<const Animations>
17 {
18  Q_OBJECT
19 
20  public:
22  virtual void setItem(const Animations* animation) override;
23 
24  protected:
27 
28  QTreeWidget* myUsing;
29  QTreeWidget* myFaces;
31 };
32 
33 #endif // CREANIMATIONPANEL_H
CRETPanel
Definition: CREPanel.h:20
global.h
CREAnimationPanel::setItem
virtual void setItem(const Animations *animation) override
Definition: CREAnimationPanel.cpp:43
CREAnimationPanel::myDisplay
CREAnimationControl * myDisplay
Definition: CREAnimationPanel.h:30
CREAnimationControl
Definition: CREAnimationControl.h:14
CREAnimationPanel::myUsing
QTreeWidget * myUsing
Definition: CREAnimationPanel.h:28
image.h
animations_struct
Definition: face.h:25
CREPanel.h
CREAnimationPanel::CREAnimationPanel
CREAnimationPanel(QWidget *parent, CREMapInformationManager *myMaps)
Definition: CREAnimationPanel.cpp:19
CREAnimationPanel::myMaps
CREMapInformationManager * myMaps
Definition: CREAnimationPanel.h:26
CREAnimationPanel::myFaces
QTreeWidget * myFaces
Definition: CREAnimationPanel.h:29
CREMapInformationManager
Definition: CREMapInformationManager.h:16
CREAnimationPanel
Definition: CREAnimationPanel.h:16
CREAnimationPanel::myAnimation
const Animations * myAnimation
Definition: CREAnimationPanel.h:25