ScummVM API documentation
Crab::pyrodactyl::anim::AnimationFrame Struct Reference
Inheritance diagram for Crab::pyrodactyl::anim::AnimationFrame:
Crab::Vector2D< int >

Public Member Functions

 AnimationFrame (rapidxml::xml_node< char > *node)
 
void reset ()
 
void draw (const uint32 &timestamp)
 
DrawType internalEvents (const uint32 &timestamp)
 
- Public Member Functions inherited from Crab::Vector2D< int >
 Vector2D (int X=0, int Y=0)
 
void Set (int X=0, int Y=0)
 
bool load (rapidxml::xml_node< char > *node, const bool &echo=true)
 
void saveState (rapidxml::xml_document<> &doc, rapidxml::xml_node< char > *root, const char *name)
 
double magnitude ()
 
double magSqr ()
 
void normalize ()
 
float dotProduct (const Vector2D< int > &v) const
 
void operator+= (const Vector2D &v)
 
void operator-= (const Vector2D &v)
 
bool operator== (const Vector2D &v) const
 
bool operator!= (const Vector2D &v) const
 

Public Attributes

ImageKey _img
 
uint32 _start
 
uint32 _finish
 
AnimationEffect _eff
 
pyrodactyl::ui::HoverInfo _text
 
Color _col
 
- Public Attributes inherited from Crab::Vector2D< int >
int x
 
int y
 

The documentation for this struct was generated from the following file: