Public Member Functions | |
| 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 &) |
Public Member Functions inherited from Common::List< Hotspot *> | |
| 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 |
Additional Inherited Members | |
Public Types inherited from Common::List< Hotspot *> | |
| typedef ListInternal::Iterator< Hotspot * > | iterator |
| typedef ListInternal::ConstIterator< Hotspot * > | const_iterator |
| typedef Hotspot * | value_type |
| typedef uint | size_type |
Protected Types inherited from Common::List< Hotspot *> | |
| typedef ListInternal::NodeBase | NodeBase |
| typedef ListInternal::Node< Hotspot * > | Node |
Protected Member Functions inherited from Common::List< Hotspot *> | |
| void | emplace (NodeBase *pos, TArgs &&... args) |
| void | insert (NodeBase *pos, const Hotspot * &element) |
| void | insert (NodeBase *pos, Hotspot * &&element) |
| NodeBase | erase (NodeBase *pos) |
Protected Attributes inherited from Common::List< Hotspot *> | |
| NodeBase | _anchor |