#include <CREAnimationPanel.h>
Public Member Functions | |
CREAnimationPanel () | |
void | setAnimation (const Animations *animation) |
Protected Attributes | |
const Animations * | myAnimation |
QTreeWidget * | myUsing |
CREAnimationControl * | myDisplay |
Definition at line 14 of file CREAnimationPanel.h.
Definition at line 14 of file CREAnimationPanel.cpp.
void setAnimation | ( | const Animations * | animation | ) |
Definition at line 30 of file CREAnimationPanel.cpp.
const Animations* myAnimation [protected] |
Definition at line 23 of file CREAnimationPanel.h.
CREAnimationControl* myDisplay [protected] |
Definition at line 26 of file CREAnimationPanel.h.
QTreeWidget* myUsing [protected] |
Definition at line 25 of file CREAnimationPanel.h.