Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
Frm::AnimationSet Class Reference

#include <Frm_Mesh.h>

Public Member Functions

 ~AnimationSet (void)
 
AnimationSetIsName (std::string &pText)
 
AnimationFindAnimation (std::string &pText)
 

Public Attributes

std::string _Name
 
std::list< Animation * > _Animations
 
uint32 _MaxKey
 

Constructor & Destructor Documentation

◆ ~AnimationSet()

AnimationSet::~AnimationSet ( void  )

Member Function Documentation

◆ FindAnimation()

Animation * AnimationSet::FindAnimation ( std::string &  pText)

◆ IsName()

AnimationSet* Frm::AnimationSet::IsName ( std::string &  pText)
inline

Member Data Documentation

◆ _Animations

std::list<Animation*> Frm::AnimationSet::_Animations

◆ _MaxKey

uint32 Frm::AnimationSet::_MaxKey

◆ _Name

std::string Frm::AnimationSet::_Name

The documentation for this class was generated from the following files: