Crossfire Server, Branches 1.12  R18729
CRETreeItemAnimation.cpp
Go to the documentation of this file.
1 extern "C" {
2 #include "global.h"
3 #include "image.h"
4 }
5 
6 #include "CREAnimationPanel.h"
7 #include "CRETreeItemAnimation.h"
8 
10 {
11  myAnimation = animation;
12 }
13 
15 {
16 }
17 
18 void CRETreeItemAnimation::fillPanel(QWidget* panel)
19 {
20  CREAnimationPanel* p = static_cast<CREAnimationPanel*>(panel);
22 }
virtual void fillPanel(QWidget *panel)
void setAnimation(const Animations *animation)
const Animations * myAnimation
CRETreeItemAnimation(const Animations *animation)