|
Crossfire Server, Branches 1.12
R18729
|
#include <CRETreeItemAnimation.h>
Inheritance diagram for CRETreeItemAnimation:
Collaboration diagram for CRETreeItemAnimation:Public Member Functions | |
| CRETreeItemAnimation (const Animations *animation) | |
| virtual void | fillPanel (QWidget *panel) |
| virtual QString | getPanelName () const |
| virtual | ~CRETreeItemAnimation () |
Protected Attributes | |
| const Animations * | myAnimation |
Definition at line 11 of file CRETreeItemAnimation.h.
| CRETreeItemAnimation::CRETreeItemAnimation | ( | const Animations * | animation | ) |
Definition at line 9 of file CRETreeItemAnimation.cpp.
References myAnimation.
|
virtual |
Definition at line 14 of file CRETreeItemAnimation.cpp.
|
virtual |
Implements CRETreeItem.
Definition at line 18 of file CRETreeItemAnimation.cpp.
References myAnimation, and CREAnimationPanel::setAnimation().
Here is the call graph for this function:
|
inlinevirtual |
Implements CRETreeItem.
Definition at line 18 of file CRETreeItemAnimation.h.
|
protected |
Definition at line 22 of file CRETreeItemAnimation.h.
Referenced by CRETreeItemAnimation(), and fillPanel().