|
Crossfire Server, Branch 1.12
R12190
|
#include <CREAnimationPanel.h>

Public Member Functions | |
| CREAnimationPanel () | |
| void | setAnimation (const Animations *animation) |
Protected Attributes | |
| const Animations * | myAnimation |
| CREAnimationControl * | myDisplay |
| QTreeWidget * | myUsing |
Definition at line 14 of file CREAnimationPanel.h.
Definition at line 14 of file CREAnimationPanel.cpp.
References myAnimation, myDisplay, and myUsing.
| void CREAnimationPanel::setAnimation | ( | const Animations * | animation | ) |
Definition at line 30 of file CREAnimationPanel.cpp.
References CREUtils::archetypeNode(), CREUtils::artifactNode(), first_archetype, first_artifactlist, artifactstruct::item, artifactliststruct::items, myAnimation, myDisplay, myUsing, artifactstruct::next, artifactliststruct::next, animations_struct::num, root, and CREAnimationControl::setAnimation().
Referenced by CRETreeItemAnimation::fillPanel().


const Animations* CREAnimationPanel::myAnimation [protected] |
Definition at line 23 of file CREAnimationPanel.h.
Referenced by CREAnimationPanel(), and setAnimation().
CREAnimationControl* CREAnimationPanel::myDisplay [protected] |
Definition at line 26 of file CREAnimationPanel.h.
Referenced by CREAnimationPanel(), and setAnimation().
QTreeWidget* CREAnimationPanel::myUsing [protected] |
Definition at line 25 of file CREAnimationPanel.h.
Referenced by CREAnimationPanel(), and setAnimation().
1.7.6.1