VR-Forces 4.10 Class Documentation
 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. More...

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

Public Member Functions

virtual ~DtIndirectGeometryCallbackConnector ()
 DTOR. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static
DtIndirectGeometryCallbackConnector
instance (DtDe &de)
 Get the instance for the DtIndirectGeometryCallbackConnector. More...
 

Protected Member Functions

 DtIndirectGeometryCallbackConnector (DtDe &de)
 CTOR (protected, only created through creator function) More...
 
virtual void slot_terrainPatchCreated (DtTerrainPatchObject &patch)
 Find out when the terrain patch is ready to accept DtOsgEarthFeatureDataBroker callbacks. More...
 

Protected Attributes

DtDemyDe
 
DtSignalConnectionManager myConnections
 

Private Member Functions

 DtIndirectGeometryCallbackConnector (const DtIndirectGeometryCallbackConnector &other)
 Copy Constructor not implemented – Copy Not Allowed. More...
 
DtIndirectGeometryCallbackConnectoroperator= (const DtIndirectGeometryCallbackConnector &other)
 Assignment Operator Not implemented – Assignment Not Allowed. More...
 
 DtIndirectGeometryCallbackConnector ()
 CTOR (unimplemented default CTOR) More...
 

Friends

class DtIndirectGeometryCallbackConnectorCreator
 Friended with creator so that it can use our constructor. More...
 

Detailed Description

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

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 Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)