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 | Static Public Member Functions | Protected Member Functions | Protected Attributes | Private Member Functions | Friends
makVrv::DtIndirectGeometryCallbackConnector Class Reference

A connector class to listen in on signal_terrainPatchCreated and install the DtIndirectGeometryCallback for that terrain patch.

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

Public Member Functions

virtual ~DtIndirectGeometryCallbackConnector ()
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 
virtual ~DtVirtualBaseClass ()
 

Static Public Member Functions

static
DtIndirectGeometryCallbackConnector
instance (DtDe &de)
 

Protected Member Functions

 DtIndirectGeometryCallbackConnector (DtDe &de)
 
virtual void slot_terrainPatchCreated (DtTerrainPatchObject &patch)
 

Protected Attributes

DtDemyDe
 
DtSignalConnectionManager myConnections
 

Private Member Functions

 DtIndirectGeometryCallbackConnector (const DtIndirectGeometryCallbackConnector &other)
 
DtIndirectGeometryCallbackConnectoroperator= (const DtIndirectGeometryCallbackConnector &other)
 
 DtIndirectGeometryCallbackConnector ()
 

Friends

class DtIndirectGeometryCallbackConnectorCreator
 

Constructor & Destructor Documentation

virtual makVrv::DtIndirectGeometryCallbackConnector::~DtIndirectGeometryCallbackConnector ( )
virtual

DTOR.

makVrv::DtIndirectGeometryCallbackConnector::DtIndirectGeometryCallbackConnector ( DtDe de)
protected

CTOR (protected, only created through creator function)

makVrv::DtIndirectGeometryCallbackConnector::DtIndirectGeometryCallbackConnector ( const DtIndirectGeometryCallbackConnector other)
private

Copy Constructor not implemented – Copy Not Allowed.

makVrv::DtIndirectGeometryCallbackConnector::DtIndirectGeometryCallbackConnector ( )
private

CTOR (unimplemented default CTOR)

Member Function Documentation

DtIndirectGeometryCallbackConnector& makVrv::DtIndirectGeometryCallbackConnector::operator= ( const DtIndirectGeometryCallbackConnector other)
private

Assignment Operator Not implemented – Assignment Not Allowed.

static DtIndirectGeometryCallbackConnector& makVrv::DtIndirectGeometryCallbackConnector::instance ( DtDe de)
static

Get the instance for the DtIndirectGeometryCallbackConnector.

Exceptions
DtCorruptedStateif it is unable to get the instance.
virtual void makVrv::DtIndirectGeometryCallbackConnector::slot_terrainPatchCreated ( DtTerrainPatchObject patch)
protectedvirtual

Find out when the terrain patch is ready to accept DtOsgEarthFeatureDataBroker callbacks. When this signal fires, the manager looks up a terrain patch and installs the DtIndirectGeometryCallback.

Friends And Related Function Documentation

Friended with creator so that it can use our constructor.

Member Data Documentation

DtDe& makVrv::DtIndirectGeometryCallbackConnector::myDe
protected
DtSignalConnectionManager makVrv::DtIndirectGeometryCallbackConnector::myConnections
protected

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

Document ID: Generated on Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)