|
void | deleteHotspots () |
|
Hotspot * | findHotspot (const Common::Point) |
|
HotSpotID | findHotspotID (const Common::Point) |
|
Hotspot * | findHotspotByID (const HotSpotID) |
|
Hotspot * | findHotspotByMask (const HotSpotFlags) |
|
void | activateMaskedHotspots (const HotSpotFlags=kNoHotSpotFlags) |
|
void | deactivateAllHotspots () |
|
void | deactivateMaskedHotspots (const HotSpotFlags) |
|
void | activateOneHotspot (const HotSpotID) |
|
void | deactivateOneHotspot (const HotSpotID) |
|
void | removeOneHotspot (const HotSpotID) |
|
void | removeMaskedHotspots (const HotSpotFlags=kNoHotSpotFlags) |
|
void | setHotspotRect (const HotSpotID, const Common::Rect &) |
|
void | getHotspotRect (const HotSpotID, Common::Rect &) |
|
constexpr | List () |
|
| List (const List< Hotspot * > &list) |
|
iterator | emplace (iterator pos, TArgs &&...args) |
|
iterator | insert (iterator pos, const Hotspot * &element) |
|
iterator | insert (iterator pos, Hotspot * &&element) |
|
void | insert (iterator pos, iterator2 first, iterator2 last) |
|
iterator | erase (iterator pos) |
|
iterator | erase (iterator first, iterator last) |
|
iterator | reverse_erase (iterator pos) |
|
void | remove (const Hotspot * &val) |
|
void | emplace_front (TArgs &&...args) |
|
void | push_front (const Hotspot * &element) |
|
void | push_front (Hotspot * &&element) |
|
void | emplace_back (TArgs &&...args) |
|
void | push_back (const Hotspot * &element) |
|
void | push_back (Hotspot * &&element) |
|
void | pop_front () |
|
void | pop_back () |
|
Hotspot * & | front () |
|
const Hotspot * & | front () const |
|
Hotspot * & | back () |
|
const Hotspot * & | back () const |
|
List< Hotspot * > & | operator= (const List< Hotspot * > &list) |
|
size_type | size () const |
|
void | clear () |
|
bool | empty () const |
|
iterator | begin () |
|
const_iterator | begin () const |
|
iterator | reverse_begin () |
|
const_iterator | reverse_begin () const |
|
iterator | end () |
|
const_iterator | end () const |
|