|
| TextDisplayList (MADSEngine *vm) |
|
void | expire (int idx) |
|
int | add (int xp, int yp, uint fontColor, int charSpacing, const Common::String &, Font *font) |
|
void | reset () |
|
void | draw (BaseSurface *s) |
|
void | setDirtyAreas () |
|
void | setDirtyAreas2 () |
|
void | cleanUp () |
|
| Array (size_type count) |
|
| Array (size_type count, const TextDisplay &value) |
|
| Array (const Array< TextDisplay > &array) |
|
| Array (Array< TextDisplay > &&old) |
|
| Array (std::initializer_list< TextDisplay > list) |
|
| Array (const T2 *array, size_type n) |
|
void | emplace (const_iterator pos, TArgs &&... args) |
|
void | emplace_back (TArgs &&...args) |
|
void | push_back (const TextDisplay &element) |
|
void | push_back (TextDisplay &&element) |
|
void | push_back (const Array< TextDisplay > &array) |
|
void | pop_back () |
|
const TextDisplay * | data () const |
|
TextDisplay * | data () |
|
TextDisplay & | front () |
|
const TextDisplay & | front () const |
|
TextDisplay & | back () |
|
const TextDisplay & | back () const |
|
void | insert_at (size_type idx, const TextDisplay &element) |
|
void | insert_at (size_type idx, const Array< TextDisplay > &array) |
|
void | insert (iterator pos, const TextDisplay &element) |
|
TextDisplay | remove_at (size_type idx) |
|
TextDisplay & | operator[] (size_type idx) |
|
const TextDisplay & | operator[] (size_type idx) const |
|
Array< TextDisplay > & | operator= (const Array< TextDisplay > &array) |
|
Array & | operator= (Array< TextDisplay > &&old) |
|
size_type | size () const |
|
void | clear () |
|
iterator | erase (iterator pos) |
|
iterator | erase (iterator first, iterator last) |
|
bool | empty () const |
|
bool | operator== (const Array< TextDisplay > &other) const |
|
bool | operator!= (const Array< TextDisplay > &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 TextDisplay value) |
|
void | assign (const_iterator first, const_iterator last) |
|
void | swap (Array &arr) |
|