UGDK
0.4.1
|
#include <ugdk/util/animationprotocol.h>
Public Types | |
enum | ParsingScope { ANIMATION_DATA, FRAME_RING, EFFECT_RING } |
Public Member Functions | |
AnimationProtocol () | |
virtual | ~AnimationProtocol () |
bool | NewDescription () |
bool | NewData (const gdd::GDDString &data_name) |
bool | NewProperty (const gdd::GDDString &property_name, const gdd::GDDArgs &property_args) |
bool | NewRing (const gdd::GDDString &ring_typename) |
bool | NewEntry (const gdd::GDDString &entry_name, const gdd::GDDArgs &entry_args) |
bool | NewSimpleChain (const gdd::GDDString &ring_typename, const gdd::GDDArgs &ring_args) |
![]() | |
virtual | ~DescriptionProtocol () |
void | set_loader (AbstractLoader< action::AnimationSet > *loader) |
AbstractLoader < action::AnimationSet > * | loader () const |
Additional Inherited Members | |
![]() | |
DescriptionProtocol () | |
void | error (LoadError::Type error_type, std::string &msg="") |
ugdk::AnimationProtocol::AnimationProtocol | ( | ) |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |