Public Member Functions |
| | DtIntervisibilityRadarCoverageElement (makVrv::DtDe &de, makVrv::DtBaseConnection &connection, makVrv::DtIntervisibilityStateListener &, const makVrv::DtUnicode &elementDefName, makVrv::DtElementEntry::ElementType type, bool distribute=true) |
| | Constructor.
|
| virtual | ~DtIntervisibilityRadarCoverageElement () |
| | Destructor.
|
| virtual void | setModelSetEnabled (int modelSet, bool enabled) |
| | Enables a given model set.
|
| | DtIntervisibilityElement (DtDe &de, DtBaseConnection &connection, DtIntervisibilityStateListener &, const DtUnicode &elementDefName, DtElementEntry::ElementType type, bool distribute=true) |
| | COTR.
|
| virtual | ~DtIntervisibilityElement () |
| | DTOR.
|
| virtual void | setVisible (bool visible) |
| | Set the element to be visible.
|
| bool | visible () const |
| | Get whether the element is visible.
|
| DtElementID | elementID () |
| | Get the element ID of the element.
|
| const DtUnicode & | definition () const |
| | Accessor to get the visual definition.
|
| const ModelSetMap & | modelSetMap () const |
| DtIntervisibilityStateListener & | listener () |
| virtual void | setSelected (bool) |
| bool | selected () const |
| virtual int | indexOfVertex (DtUniqueID id, DtStateVisualizer *&visualizer) const |
| | Returns the index of the vertex and the visualizer that contains it.
|
| virtual void | setVertexSelected (int iIndex, bool) |
| | Loops through all visual sets and sets the particular vertex at the index to be selected (or not)
|
| virtual void | visualizeModelSets () |
| | Visualizes on all realized model sets.
|
| virtual void | setPickable (bool) |
| | Sets points pickable (if there is a shape vertex visualizer) in any of the sets.
|
| bool | pickable () const |
| virtual bool | circleSelected () const |
| | Returns true if circle is selected.
|
| virtual bool | hasCircle () const |
| | Returns true if any of the visualizers in this set has the circleMode flag set.
|