Public Member Functions | |
| void | synchronize (Common::SeekableReadStream &s) |
| void | load (const Common::Path &name) |
Public Member Functions inherited from Common::Array< AnimationEntry > | |
| Array (size_type count) | |
| Array (size_type count, const AnimationEntry &value) | |
| Array (const Array< AnimationEntry > &array) | |
| Array (Array< AnimationEntry > &&old) | |
| Array (std::initializer_list< AnimationEntry > list) | |
| Array (const T2 *array, size_type n) | |
| void | emplace (const_iterator pos, TArgs &&... args) |
| void | emplace_back (TArgs &&...args) |
| void | push_back (const AnimationEntry &element) |
| void | push_back (AnimationEntry &&element) |
| void | push_back (const Array< AnimationEntry > &array) |
| void | pop_back () |
| const AnimationEntry * | data () const |
| AnimationEntry * | data () |
| AnimationEntry & | front () |
| const AnimationEntry & | front () const |
| AnimationEntry & | back () |
| const AnimationEntry & | back () const |
| void | insert_at (size_type idx, const AnimationEntry &element) |
| void | insert_at (size_type idx, const Array< AnimationEntry > &array) |
| void | insert (iterator pos, const AnimationEntry &element) |
| AnimationEntry | remove_at (size_type idx) |
| AnimationEntry & | operator[] (size_type idx) |
| const AnimationEntry & | operator[] (size_type idx) const |
| Array< AnimationEntry > & | operator= (const Array< AnimationEntry > &array) |
| Array & | operator= (Array< AnimationEntry > &&old) |
| size_type | size () const |
| void | clear () |
| iterator | erase (iterator pos) |
| iterator | erase (iterator first, iterator last) |
| bool | empty () const |
| bool | operator== (const Array< AnimationEntry > &other) const |
| bool | operator!= (const Array< AnimationEntry > &other) const |
| iterator | begin () |
| const_iterator | begin () const |
| iterator | end () |
| const_iterator | end () const |
| void | reserve (size_type newCapacity) |
| void | resize (size_type newSize) |
| void | resize (size_type newSize, const AnimationEntry value) |
| void | assign (const_iterator first, const_iterator last) |
| void | swap (Array &arr) |
Additional Inherited Members | |
Public Types inherited from Common::Array< AnimationEntry > | |
| typedef AnimationEntry * | iterator |
| typedef const AnimationEntry * | const_iterator |
| typedef AnimationEntry | value_type |
| typedef value_type & | reference |
| typedef const value_type & | const_reference |
| typedef uint | size_type |
Protected Member Functions inherited from Common::Array< AnimationEntry > | |
| void | allocCapacity (size_type capacity) |
| void | freeStorage (AnimationEntry *storage, const size_type elements) |
| iterator | insert_aux (iterator pos, const_iterator first, const_iterator last) |
Static Protected Member Functions inherited from Common::Array< AnimationEntry > | |
| static size_type | roundUpCapacity (size_type capacity) |
Protected Attributes inherited from Common::Array< AnimationEntry > | |
| size_type | _capacity |
| size_type | _size |
| AnimationEntry * | _storage |
| void MM::Xeen::AnimationInfo::synchronize | ( | Common::SeekableReadStream & | s | ) |
Synchronize data for object animations within the game
| void MM::Xeen::AnimationInfo::load | ( | const Common::Path & | name | ) |
Load the animation info objects in the game