Crossfire Server, Branches 1.12  R18729
CRETreeItemAnimation.h
Go to the documentation of this file.
1 #ifndef CREETREEITEMANIMATION_H
2 #define CREETREEITEMANIMATION_H
3 
4 #include "CRETreeItem.h"
5 
6 extern "C" {
7 #include "global.h"
8 #include "image.h"
9 }
10 
12 {
13  Q_OBJECT
14  public:
15  CRETreeItemAnimation(const Animations* animation);
16  virtual ~CRETreeItemAnimation();
17 
18  virtual QString getPanelName() const { return "Animation"; }
19  virtual void fillPanel(QWidget* panel);
20 
21  protected:
23 };
24 
25 #endif // CREETREEITEMANIMATION_H
virtual void fillPanel(QWidget *panel)
virtual QString getPanelName() const
const Animations * myAnimation
CRETreeItemAnimation(const Animations *animation)