|
| ScreenObjects (MADSEngine *vm) |
|
ScreenObject * | add (const Common::Rect &bounds, ScreenMode mode, ScrCategory category, int descId) |
|
void | check (bool scanFlag) |
|
int | scan (const Common::Point &pt, int layer) |
|
void | elementHighlighted () |
|
ScreenObject & | operator[] (int idx) |
|
void | setActive (ScrCategory category, int descId, bool active) |
|
void | synchronize (Common::Serializer &s) |
|
| Array (size_type count) |
|
| Array (size_type count, const ScreenObject &value) |
|
| Array (const Array< ScreenObject > &array) |
|
| Array (Array< ScreenObject > &&old) |
|
| Array (std::initializer_list< ScreenObject > list) |
|
| Array (const T2 *array, size_type n) |
|
void | emplace (const_iterator pos, TArgs &&... args) |
|
void | emplace_back (TArgs &&...args) |
|
void | push_back (const ScreenObject &element) |
|
void | push_back (ScreenObject &&element) |
|
void | push_back (const Array< ScreenObject > &array) |
|
void | pop_back () |
|
const ScreenObject * | data () const |
|
ScreenObject * | data () |
|
ScreenObject & | front () |
|
const ScreenObject & | front () const |
|
ScreenObject & | back () |
|
const ScreenObject & | back () const |
|
void | insert_at (size_type idx, const ScreenObject &element) |
|
void | insert_at (size_type idx, const Array< ScreenObject > &array) |
|
void | insert (iterator pos, const ScreenObject &element) |
|
ScreenObject | remove_at (size_type idx) |
|
ScreenObject & | operator[] (size_type idx) |
|
const ScreenObject & | operator[] (size_type idx) const |
|
Array< ScreenObject > & | operator= (const Array< ScreenObject > &array) |
|
Array & | operator= (Array< ScreenObject > &&old) |
|
size_type | size () const |
|
void | clear () |
|
iterator | erase (iterator pos) |
|
iterator | erase (iterator first, iterator last) |
|
bool | empty () const |
|
bool | operator== (const Array< ScreenObject > &other) const |
|
bool | operator!= (const Array< ScreenObject > &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 ScreenObject value) |
|
void | assign (const_iterator first, const_iterator last) |
|
void | swap (Array &arr) |
|