VR-Forces 4.6.1 Class Documentation
 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 | Private Member Functions
DtVrfObjectNavInterface Class Reference
Inheritance diagram for DtVrfObjectNavInterface:
Inheritance graph
[legend]

Public Member Functions

virtual bool ableToNavigate () const
 Generic call. Basic nav interfaces are not able to navigate.
virtual void postObjectInit ()
 Perform additional initialization after the object has been initialized.
virtual void tick ()
virtual void firstTick ()
virtual ~DtVrfObjectNavInterface ()=0
virtual void addNavAreaChangedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType callback, void *usr)
virtual void removeNavAreaChangedCallback (DtNoArgumentCallbackList::DtCallbackFunctionType callback, void *usr)
virtual void invokeNavAreaChangedCallbacks ()
virtual void changingNavArea (DtNavArea *newNavArea)
 Called when about to change to a new navArea.

Protected Member Functions

 DtVrfObjectNavInterface (DtVrfObject *vrfObject)
 Use the create() method instead of calling the constructor.
virtual bool init ()
 Virtual init, called from the create() method.
virtual bool isCollidableWhenDestroyed () const

Protected Attributes

DtVrfObjectmyVrfObject
bool myFirstTick
DtNavAreamyCurrentNavArea
DtNoArgumentCallbackList myChangedNavAreaCallbackList

Private Member Functions

 DtVrfObjectNavInterface ()
 Not Implemented.
 DtVrfObjectNavInterface (const DtVrfObjectNavInterface &orig)
 Not Implemented.
DtVrfObjectNavInterfaceoperator= (const DtVrfObjectNavInterface &orig)
 Not Implemented.

Constructor & Destructor Documentation

DtVrfObjectNavInterface::DtVrfObjectNavInterface ( )
private

Not Implemented.

DtVrfObjectNavInterface::DtVrfObjectNavInterface ( const DtVrfObjectNavInterface orig)
private

Not Implemented.

DtVrfObjectNavInterface::DtVrfObjectNavInterface ( DtVrfObject vrfObject)
protected

Use the create() method instead of calling the constructor.

virtual DtVrfObjectNavInterface::~DtVrfObjectNavInterface ( )
pure virtual

Member Function Documentation

DtVrfObjectNavInterface& DtVrfObjectNavInterface::operator= ( const DtVrfObjectNavInterface orig)
private

Not Implemented.

virtual bool DtVrfObjectNavInterface::ableToNavigate ( ) const
virtual

Generic call. Basic nav interfaces are not able to navigate.

Reimplemented in DtActiveBotNavInterface.

virtual bool DtVrfObjectNavInterface::init ( )
protectedvirtual

Virtual init, called from the create() method.

Reimplemented in DtActiveBotNavInterface, DtTagVolumeNavInterface, DtDynamicObstacleNavInterface, and DtStaticObstacleNavInterface.

virtual void DtVrfObjectNavInterface::postObjectInit ( )
inlinevirtual

Perform additional initialization after the object has been initialized.

Default behavior is to do nothing, must be implemented in subclass.

Reimplemented in DtTagVolumeNavInterface.

virtual void DtVrfObjectNavInterface::tick ( )
virtual
virtual void DtVrfObjectNavInterface::firstTick ( )
virtual
virtual void DtVrfObjectNavInterface::addNavAreaChangedCallback ( DtNoArgumentCallbackList::DtCallbackFunctionType  callback,
void *  usr 
)
virtual
virtual void DtVrfObjectNavInterface::removeNavAreaChangedCallback ( DtNoArgumentCallbackList::DtCallbackFunctionType  callback,
void *  usr 
)
virtual
virtual void DtVrfObjectNavInterface::invokeNavAreaChangedCallbacks ( )
virtual
virtual void DtVrfObjectNavInterface::changingNavArea ( DtNavArea newNavArea)
virtual

Called when about to change to a new navArea.

Reimplemented in DtActiveBotNavInterface, DtTagVolumeNavInterface, and DtDynamicObstacleNavInterface.

virtual bool DtVrfObjectNavInterface::isCollidableWhenDestroyed ( ) const
protectedvirtual
Returns
The value of the "collidable-when-destroyed" property from the navigation parameters in the object's parameter entry. This value defaults to true if not specified.

Member Data Documentation

DtVrfObject* DtVrfObjectNavInterface::myVrfObject
protected
bool DtVrfObjectNavInterface::myFirstTick
protected
DtNavArea* DtVrfObjectNavInterface::myCurrentNavArea
protected
DtNoArgumentCallbackList DtVrfObjectNavInterface::myChangedNavAreaCallbackList
protected

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

Document ID: Generated on Wed Jul 25 16:57:45 EDT 2018 from SVN revision 190790
Copyright © 2005-2018 VT MÄK. All Rights Reserved (www.mak.com)