![]() |
VR-Forces 5.0.1 Developer's Guide
|
Objects of the class DtModelInstanceHolder hold instances of models that are created by the "Open Model/Close Model" terrain viewer functionality.

Public Member Functions | |
| virtual | ~DtImguiLoggerControl () |
| virtual void | initializeUi () |
| virtual void | setTotalStatePdu (DtLgrTotalStatePdu *totalState) |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Static Public Member Functions | |
| static DtImguiLoggerControl & | instance (DtDe &) |
Protected Member Functions | |
| DtImguiLoggerControl (DtDe &) | |
| virtual void | createLoggerControlsUi (osg::RenderInfo &renderInfo) |
| virtual void | sendPdu (DtLgrControlPdu *newPdu) |
| virtual bool | checkDisConnection () |
Protected Attributes | |
| DtDe & | myDe |
| DtSignalConnectionManager | myConnections |
| DtDisDriver * | myDisDriver |
| DtExerciseConn * | myConnection |
| DtLgrTotalStatePdu * | myTotalStatePdu |
| double | myLastStatePduTime |
| bool | myShowLoggerUi |
| double | myInitialSimTime |
| osg::ref_ptr< osg::Texture > | myTextureIds [NUM_TEXTURES] |
Private Member Functions | |
| DtImguiLoggerControl () | |
| DtImguiLoggerControl (const DtImguiLoggerControl &other) | |
| DtImguiLoggerControl & | operator= (const DtImguiLoggerControl &other) |
|
virtual |
Destructor.
|
protected |
Constructor. Protected, so objects need to be created through the instance method.
|
private |
Default Constructor not implemented.
|
private |
Copy Constructor not implemented – Copy Not Allowed.
|
private |
Assignment Operator Not implemented – Assignment Not Allowed.
|
static |
Returns the instance of the DtImguiLoggerControl.
|
virtual |
initialize the logger control UI (connects to the imgui newframe signal)
|
virtual |
update the total state pdu, which is used by the createLoggerControlsUi function to keep the time to date
|
protectedvirtual |
create the logger control UI
|
protectedvirtual |
send a pdu to the logger that is being controlled by this logger control class
|
protectedvirtual |
check to see if the dis connection is active and connected.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |