#include <Spritesheet.h>
|
| | Spritesheet () |
| |
| | Spritesheet (XMLContainer &spritesheet) |
| |
| | Spritesheet (const Spritesheet &yRef) |
| |
| | Spritesheet (Spritesheet &&yRef) |
| |
| | Spritesheet (iterator begin, iterator end) |
| |
| | ~Spritesheet () |
| |
| Spritesheet & | operator= (const Spritesheet &yRef) |
| |
| void | SetName (const tstring &name) |
| |
| const tstring & | GetName () const |
| |
| const tstring & | GetDefaultAnimation () const |
| |
| int | GetFramesHorizontal () const |
| |
| int | GetFramesVertical () const |
| |
| | Dictionary () |
| |
| | Dictionary (const Dictionary &yRef) |
| |
| | Dictionary (Dictionary &&yRef) |
| |
| | Dictionary (iterator begin, iterator end) |
| |
| | ~Dictionary () |
| |
Dictionary< tstring,
SpriteAnimation > & | operator= (const Dictionary< tstring, SpriteAnimation > &yRef) |
| |
Dictionary< tstring,
SpriteAnimation > & | operator= (Dictionary< tstring, SpriteAnimation > &&yRef) |
| |
| SpriteAnimation & | operator[] (const tstring &key) |
| |
| SpriteAnimation & | operator[] (dki_pair &ki_pair) |
| |
| SpriteAnimation & | at (const tstring &key) |
| |
| SpriteAnimation & | at (dki_pair &ki_pair) |
| |
| SpriteAnimation & | at (const tstring &key, size_type index) |
| |
| iterator | begin () |
| |
| iterator | end () |
| |
| const_interator | cbegin () const |
| |
| const_interator | cend () const |
| |
| iterator | find (const tstring &key) const |
| |
| size_type | count (const tstring &key) const |
| |
| const_interator | lower_bound (const tstring &key) const |
| |
| const_interator | upper_bound (const tstring &key) const |
| |
| iterator | insert (const SpriteAnimation &value) |
| |
| iterator | insert (SpriteAnimation &&value) |
| |
| iterator | insert (const_interator hint, const value_type &value) |
| |
| iterator | insert (const_interator hint, value_type &&value) |
| |
| iterator | insert (const dkv_pair &kv_pair) |
| |
| iterator | erase (const_interator position) |
| |
| size_type | erase (const key_type &key) |
| |
| iterator | erase (const_interator first, const_interator last) |
| |
| void | clear () |
| |
| void | swap (Dictionary< tstring, SpriteAnimation > &yRef) |
| |
| bool | empty () const |
| |
| size_type | size () const |
| |
| size_type | max_size () const |
| |
| star::Spritesheet::Spritesheet |
( |
| ) |
|
| star::Spritesheet::Spritesheet |
( |
XMLContainer & |
spritesheet | ) |
|
| star::Spritesheet::Spritesheet |
( |
const Spritesheet & |
yRef | ) |
|
| star::Spritesheet::~Spritesheet |
( |
| ) |
|
| const tstring & star::Spritesheet::GetDefaultAnimation |
( |
| ) |
const |
| int star::Spritesheet::GetFramesHorizontal |
( |
| ) |
const |
| int star::Spritesheet::GetFramesVertical |
( |
| ) |
const |
| const tstring & star::Spritesheet::GetName |
( |
| ) |
const |
| void star::Spritesheet::SetName |
( |
const tstring & |
name | ) |
|
The documentation for this class was generated from the following files: