|
| | DtVrfGuiIntervisibilityDriver (makVrv::DtDe &de, const std::string &className) |
| |
| virtual | ~DtVrfGuiIntervisibilityDriver () |
| |
virtual
makVrv::DtIntervisibilityElement * | create (const makVrv::DtUnicode &elementDefinitionName, const AttachPoints &pts) |
| |
| virtual void | destroy (makVrv::DtElementID id) |
| |
virtual
makVrv::DtIntervisibilityElement * | createIntervisibilityFan (const DtVector &startPoint, const DtVector &endPoint) |
| |
| virtual const makVrv::DtUnicode & | intervisibilitySensorFan () const |
| |
| virtual const makVrv::DtUnicode & | rangeLine () const |
| |
| virtual bool | isEditing (makVrv::DtUniqueID) const |
| |
| virtual void | finishEditing () |
| |
virtual
makVrv::DtIntervisibilityElement * | createRangeLine (const DtVector &startPoint, const DtVector &endPoint) |
| |
virtual
makVrv::DtIntervisibilityElement * | createRangeLine (const AttachPoints &=AttachPoints()) |
| |
virtual
makVrv::DtIntervisibilityElement * | createElement (makVrv::DtIntervisibilityStateListener *l, const makVrv::DtUnicode &visDefName) const |
| |
| virtual void | slot_place (makVrv::DtUniqueID attachTo, const DtVector &v, double altAboveGround) |
| |
| virtual void | slot_dragStart (const makVrv::DtSelectionManager::IdSet &set, const DtVector &loc) |
| |
| | DtIntervisibilityDriver (DtDe &, const std::string &className) |
| |
| virtual | ~DtIntervisibilityDriver () |
| |
| virtual bool | autoStart () const |
| |
| DtIntervisibilityStateListener * | findListener (DtElementID id) |
| |
| DtIntervisibilityElement * | findElement (DtElementID id) |
| |
| virtual DtIntervisibilityElement * | createIntervisibilityLine (const DtVector &startPoint, const DtVector &endPoint) |
| |
| virtual DtIntervisibilityElement * | createIntervisibilityLine (const AttachPoints &=AttachPoints()) |
| |
| const DtUnicode & | intervisibilityLine () const |
| |
| virtual DtIntervisibilityElement * | createIntervisibilityFan (const AttachPoints &=AttachPoints()) |
| |
| const DtUnicode & | intervisibilityFan () const |
| |
| const ElementMap & | intervisibilityElements () const |
| |
| virtual DtIntervisibilityElement * | createIntervisibilityEntityFan (const DtVector &startPoint, const DtVector &endPoint) |
| |
| virtual DtIntervisibilityElement * | createIntervisibilityEntityFan (const AttachPoints &=AttachPoints()) |
| |
| const DtUnicode & | intervisibilityEntityFan () const |
| |
| void | addListenerCreator (const std::string &, DtIntervisibilityStateListenerCreator *) |
| |
| virtual void | destroy (DtElementID id) |
| |
| virtual void | destroyAll () |
| |
| virtual void | setAllowCreating (bool) |
| |
| virtual void | setAllowEditing (bool) |
| |
| virtual DtIntervisibilityElement * | create (const DtUnicode &definition, const DtVector &startPoint, const DtVector &endPoint) |
| |
| const std::string & | className () const |
| |
| DtBaseConnection * | connection () |
| |
| const DtBaseConnection * | connection () const |
| |
| DtIntervisibilityElement * | creatingElement () const |
| |
| DtIntervisibilityStateListener * | creatingListener () const |
| |
| | DtDriver (DtAgentManager &agentManager, const std::string &instanceName) |
| |
| virtual | ~DtDriver () |
| |
| virtual void | realizeConfiguration (const DtConfiguration &configuration) |
| |
| virtual DtConfiguration | createConfiguration () const |
| |
| DtAgentManager & | agentManager () |
| |
| virtual DtAgentManagerInterface & | sceneInterface () |
| |
| bool | started () const |
| |
| virtual const std::string & | instanceName () const |
| |
| virtual void | setAutoStart (bool autoStart) |
| |
| virtual bool | isWindowDependent () const |
| |
| virtual void | setIsWindowDependent (bool dep) |
| |
| virtual void | setIsUserControllable (bool) |
| |
| virtual bool | isUserControllable () const |
| |
| virtual void | setIsPersistent (bool per) |
| |
| virtual bool | isPersistent () const |
| |
| virtual bool | isOnDriverSelectionList () const |
| |
| virtual void | setOnDriverSelectionList (bool) |
| |
| bool | objectFromAgentManager (const DtUniqueID &id) const |
| |