|
| bool | add (const ObjectPtr &theObj, const AISObjectPtr &theAIS) |
| | Add new values pair to the map. More...
|
| |
| bool | remove (const ObjectPtr &theObj) |
| | Removes values by object. More...
|
| |
| bool | remove (const AISObjectPtr &theAIS) |
| | Removes values by presentation. More...
|
| |
| void | clear () |
| | Removes all values. More...
|
| |
| AISObjectPtr | value (const ObjectPtr &theObj) const |
| | Returns presentation by object. More...
|
| |
| ObjectPtr | value (const AISObjectPtr &theAIS) const |
| | Returns object by presentation. More...
|
| |
| ObjectPtr | value (const Handle &&theAIS) const |
| | Returns object by presentation. More...
|
| |
| int | size () const |
| | Returns number of values. More...
|
| |
| QObjectPtrList | objects () const |
| | Returns list of objects. More...
|
| |
| QList< Handle > | presentations () const |
| | returns list of presentations More...
|
| |
| bool | contains (const ObjectPtr &theObj) const |
| | Returns true if the Map contains the object. More...
|
| |
| bool | contains (const AISObjectPtr &theAIS) const |
| | Returns true if the Map contains the presentation. More...
|
| |