Crossfire Server, Branch 1.12  R12190
CREAnimationPanel.h
Go to the documentation of this file.
00001 #ifndef CREANIMATIONPANEL_H
00002 #define CREANIMATIONPANEL_H
00003 
00004 #include <QObject>
00005 #include <QtGui>
00006 
00007 extern "C" {
00008 #include "global.h"
00009 #include "image.h"
00010 }
00011 
00012 class CREAnimationControl;
00013 
00014 class CREAnimationPanel : public QWidget
00015 {
00016     Q_OBJECT
00017 
00018     public:
00019         CREAnimationPanel();
00020         void setAnimation(const Animations* animation);
00021 
00022     protected:
00023         const Animations* myAnimation;
00024 
00025         QTreeWidget* myUsing;
00026         CREAnimationControl* myDisplay;
00027 };
00028 
00029 #endif // CREANIMATIONPANEL_H