![]() |
VR-Forces 4.8 Class Documentation
|

Public Member Functions | |
| virtual | ~DtSkyObjectManager () |
| DTOR. More... | |
| virtual DtOsgSkyObject * | findSkyObject () |
| Find the sky object, returns null if none exists. More... | |
| virtual void | registerSkyObject (DtOsgSkyObject *obj) |
| Register a sky object pointer for later retrieval. 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 DtSkyObjectManager & | instance (DtDe &de) |
| Get/create instance of sky object manager. More... | |
| static const std::string & | theClassName () |
| Get the name this class is registered by. More... | |
Public Attributes | |
| boost::signal< void(DtOsgSkyObject *)> | signal_skyObjectAdded |
| boost::signal< void(DtOsgSkyObject *)> | signal_skyObjectToBeRemoved |
Protected Member Functions | |
| DtSkyObjectManager () | |
| CTOR (protected) More... | |
Protected Attributes | |
| DtOsgSkyObject * | mySkyObject |
|
virtual |
DTOR.
|
protected |
CTOR (protected)
|
virtual |
Find the sky object, returns null if none exists.
|
virtual |
Register a sky object pointer for later retrieval.
|
static |
Get/create instance of sky object manager.
|
static |
Get the name this class is registered by.
| boost::signal<void( DtOsgSkyObject* )> makVrv::DtSkyObjectManager::signal_skyObjectAdded |
| boost::signal<void( DtOsgSkyObject* )> makVrv::DtSkyObjectManager::signal_skyObjectToBeRemoved |
|
protected |