#include "animationConvert.h"
#include "string_utils.h"
#include "notify.h"
Go to the source code of this file.
Functions | |
string | format_animation_convert (AnimationConvert convert) |
ostream & | operator<< (ostream &out, AnimationConvert convert) |
AnimationConvert | string_animation_convert (const string &str) |
|
Definition at line 29 of file animationConvert.cxx. References AC_both, AC_chan, AC_flip, AC_invalid, AC_model, AC_none, AC_pose, and nout. Referenced by operator<<(). |
|
Definition at line 61 of file animationConvert.cxx. |
|
Definition at line 72 of file animationConvert.cxx. References AC_both, AC_chan, AC_flip, AC_invalid, AC_model, AC_none, AC_pose, and cmp_nocase(). Referenced by SomethingToEgg::dispatch_animation_convert(). |