![]() |
VR-Forces Developer's Guide
|
Creator class for an instance of a DtGimbalCompassOverlaySection. An instance of this creator is registered with the DtOsgSensorViewOverlayCreator, so that our extended DtGimbalCompassOverlaySection will be used instead of the base DtOsgSensorViewCompassOverlaySection.

Public Member Functions | |
| virtual makVrv::DtOsgSensorViewCompassOverlaySection * | create (makVrv::DtDe &de) override |
| virtual makVrv::DtOsgSensorViewOverlaySectionCreator * | clone () const override |
Public Member Functions inherited from makVrv::DtOsgSensorViewCompassOverlaySectionCreator | |
| virtual | ~DtOsgSensorViewCompassOverlaySectionCreator () |
Public Member Functions inherited from makVrv::DtOsgSensorViewOverlaySectionCreator | |
| virtual | ~DtOsgSensorViewOverlaySectionCreator () |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
|
overridevirtual |
Create an instance of a DtOsgSensorViewCompassOverlaySection.
Reimplemented from makVrv::DtOsgSensorViewCompassOverlaySectionCreator.
|
overridevirtual |
Clone a DtOsgSensorViewCompassOverlaySection. Note that this must be implemented, because the process of registering the section creators we provide (including this one) calls clone()
Reimplemented from makVrv::DtOsgSensorViewCompassOverlaySectionCreator.