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 Types | Protected Member Functions | Protected Attributes | Private Member Functions
makVrv::DtOsgEarthLayerVisibilityManager Class Reference
Inheritance diagram for makVrv::DtOsgEarthLayerVisibilityManager:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtOsgEarthLayerVisibilityManager ()
 DTOR. More...
 
virtual void slot_osgEarthMapNodeFound (DtTerrainPatchObject &tpo)
 connected to the osgEarthMapNodeFound signal from the terrain patch object. More...
 
virtual void slot_postInit ()
 connected to the de's post init signal so it can connect to the date changed signal on the time manager More...
 
virtual void updateLayerVisibleState ()
 check the visibility dates for the layers against the current sim date when the sim date changes. 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
DtOsgEarthLayerVisibilityManager
instance (DtDe &de)
 Get/create instance of layer visitibility manager. More...
 
static const std::string & theClassName ()
 Get the name this class is registered by. More...
 

Protected Types

typedef osg::observer_ptr
< osgEarth::VisibleLayer > 
VisibleLayerObs
 
typedef std::map
< VisibleLayerObs, osg::Vec2i > 
LayerDateMap
 

Protected Member Functions

 DtOsgEarthLayerVisibilityManager (DtDe &de)
 CTOR. Protected. Only creator can create. More...
 

Protected Attributes

DtDemyDe
 
LayerDateMap myDateSpecificLayers
 
DtSignalConnectionManager myConnections
 

Private Member Functions

 DtOsgEarthLayerVisibilityManager ()
 CTOR (unimplemented default CTOR) More...
 
 DtOsgEarthLayerVisibilityManager (const DtOsgEarthLayerVisibilityManager &other)
 Copy Constructor Not implemented – Copy Constructor Not Allowed. More...
 
DtOsgEarthLayerVisibilityManageroperator= (const DtOsgEarthLayerVisibilityManager &other)
 Assignment Operator Not implemented – Assignment Not Allowed. More...
 

Member Typedef Documentation

typedef osg::observer_ptr<osgEarth::VisibleLayer> makVrv::DtOsgEarthLayerVisibilityManager::VisibleLayerObs
protected

Constructor & Destructor Documentation

virtual makVrv::DtOsgEarthLayerVisibilityManager::~DtOsgEarthLayerVisibilityManager ( )
virtual

DTOR.

makVrv::DtOsgEarthLayerVisibilityManager::DtOsgEarthLayerVisibilityManager ( DtDe de)
protected

CTOR. Protected. Only creator can create.

makVrv::DtOsgEarthLayerVisibilityManager::DtOsgEarthLayerVisibilityManager ( )
private

CTOR (unimplemented default CTOR)

makVrv::DtOsgEarthLayerVisibilityManager::DtOsgEarthLayerVisibilityManager ( const DtOsgEarthLayerVisibilityManager other)
private

Copy Constructor Not implemented – Copy Constructor Not Allowed.

Member Function Documentation

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

Assignment Operator Not implemented – Assignment Not Allowed.

virtual void makVrv::DtOsgEarthLayerVisibilityManager::slot_osgEarthMapNodeFound ( DtTerrainPatchObject tpo)
virtual

connected to the osgEarthMapNodeFound signal from the terrain patch object.

lets the visiblilty manager know if the map has changed so it can setup the layer map

virtual void makVrv::DtOsgEarthLayerVisibilityManager::slot_postInit ( )
virtual

connected to the de's post init signal so it can connect to the date changed signal on the time manager

virtual void makVrv::DtOsgEarthLayerVisibilityManager::updateLayerVisibleState ( )
virtual

check the visibility dates for the layers against the current sim date when the sim date changes.

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

Get/create instance of layer visitibility manager.

static const std::string& makVrv::DtOsgEarthLayerVisibilityManager::theClassName ( )
static

Get the name this class is registered by.

Member Data Documentation

DtDe& makVrv::DtOsgEarthLayerVisibilityManager::myDe
protected
LayerDateMap makVrv::DtOsgEarthLayerVisibilityManager::myDateSpecificLayers
protected
DtSignalConnectionManager makVrv::DtOsgEarthLayerVisibilityManager::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)