VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtUnknownDriver Class Reference

The DtUnknownDriver is used for drivers which can't be created but can be noticed.

Inheritance diagram for makVrv::DtUnknownDriver:
Inheritance graph
[legend]

Public Member Functions

 DtUnknownDriver (DtAgentManager &sm, const std::string &name)
 
virtual ~DtUnknownDriver ()
 
virtual const std::string & className () const
 
virtual bool isUserControllable () const
 
- Public Member Functions inherited from makVrv::DtDriver
 DtDriver (DtAgentManager &agentManager, const std::string &instanceName)
 
virtual ~DtDriver ()
 
virtual void realizeConfiguration (const DtConfiguration &configuration)
 
virtual DtConfiguration createConfiguration () const
 
DtAgentManageragentManager ()
 
virtual DtAgentManagerInterfacesceneInterface ()
 
bool started () const
 
virtual const std::string & instanceName () const
 
virtual bool autoStart () const
 
virtual void setAutoStart (bool autoStart)
 
virtual bool isWindowDependent () const
 
virtual void setIsWindowDependent (bool dep)
 
virtual void setIsUserControllable (bool)
 
virtual void setIsPersistent (bool per)
 
virtual bool isPersistent () const
 
virtual bool isOnDriverSelectionList () const
 
virtual void setOnDriverSelectionList (bool)
 
bool objectFromAgentManager (const DtUniqueID &id) const
 

Protected Member Functions

virtual bool onStart ()
 
virtual bool onStop ()
 
virtual bool onTick ()
 
- Protected Member Functions inherited from makVrv::DtDriver
void applyChangesAndDelete (DtElementChanges *changes)
 
void reportElementCreated (DtElementID id, DtElementID parentId, DtElementEntry::ElementType type)
 
void reportElementAttribute (DtElementID id, DtElementAttribute *attribute)
 
void reportElementDestroyed (DtElementID id)
 
void start ()
 
void stop ()
 
bool tick ()
 
virtual void slot_displayEngineAdded (const DtDeRecord &igRecord)
 
virtual void setInstanceName (const std::string &name)
 
virtual void installAccessories ()
 
virtual void uninstallAccessories ()
 

Protected Attributes

std::string myClassName
 
- Protected Attributes inherited from makVrv::DtDriver
DtAgentManagermyAgentManager
 
bool myStartedFlag
 
std::string myName
 
DtConfiguration myConfiguration
 
bool myPersistentFlag
 
bool myUserControllableFlag
 
bool myRequestStateDiffPendingFlag
 
DtElementChanges myChanges
 

Constructor & Destructor Documentation

makVrv::DtUnknownDriver::DtUnknownDriver ( DtAgentManager sm,
const std::string &  name 
)

CTOR.

virtual makVrv::DtUnknownDriver::~DtUnknownDriver ( )
virtual

DTOR.

Member Function Documentation

virtual const std::string& makVrv::DtUnknownDriver::className ( ) const
virtual

Get this Driver's class name.

Implements makVrv::DtDriver.

virtual bool makVrv::DtUnknownDriver::isUserControllable ( ) const
virtual

Get if the sim driver is user controllable.

Reimplemented from makVrv::DtDriver.

virtual bool makVrv::DtUnknownDriver::onStart ( )
protectedvirtual

Start the host output. Create all object for an existing host connection.

Implements makVrv::DtDriver.

virtual bool makVrv::DtUnknownDriver::onStop ( )
protectedvirtual

Stop the host output. All scene object created by the host should be destroyed.

Implements makVrv::DtDriver.

virtual bool makVrv::DtUnknownDriver::onTick ( )
protectedvirtual

Tick.

Implements makVrv::DtDriver.

Member Data Documentation

std::string makVrv::DtUnknownDriver::myClassName
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)