|
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) |
Public Member Functions inherited from ugdk::gdd::DescriptionProtocol< action::AnimationSet > | |
| virtual | ~DescriptionProtocol () |
| void | set_loader (AbstractLoader< action::AnimationSet > *loader) |
| AbstractLoader < action::AnimationSet > * | loader () const |
Additional Inherited Members | |
Protected Member Functions inherited from ugdk::gdd::DescriptionProtocol< action::AnimationSet > | |
| DescriptionProtocol () | |
| void | error (LoadError::Type error_type, std::string &msg="") |
| ugdk::AnimationProtocol::AnimationProtocol | ( | ) |
|
inlinevirtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |