![]() |
VR-Forces 4.10 Class Documentation
|
Objects of the class DtModelInstanceHolder hold instances of models that are created by the "Open Model/Close Model" terrain viewer functionality. More...

Public Member Functions | |
| virtual | ~DtImguiLoggerControl () |
| Destructor. More... | |
| virtual void | initializeUi () |
| initialize the logger control UI (connects to the imgui newframe signal) More... | |
| virtual void | setTotalStatePdu (DtLgrTotalStatePdu *totalState) |
| update the total state pdu, which is used by the createLoggerControlsUi function to keep the time to date 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 DtImguiLoggerControl & | instance (DtDe &) |
| Returns the instance of the DtImguiLoggerControl. More... | |
Protected Member Functions | |
| DtImguiLoggerControl (DtDe &) | |
| Constructor. More... | |
| virtual void | createLoggerControlsUi (osg::RenderInfo &renderInfo) |
| create the logger control UI More... | |
| virtual void | sendPdu (DtLgrControlPdu *newPdu) |
| send a pdu to the logger that is being controlled by this logger control class More... | |
| virtual bool | checkDisConnection () |
| check to see if the dis connection is active and connected. More... | |
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 () | |
| Default Constructor not implemented. More... | |
| DtImguiLoggerControl (const DtImguiLoggerControl &other) | |
| Copy Constructor not implemented – Copy Not Allowed. More... | |
| DtImguiLoggerControl & | operator= (const DtImguiLoggerControl &other) |
| Assignment Operator Not implemented – Assignment Not Allowed. More... | |
Objects of the class DtModelInstanceHolder hold instances of models that are created by the "Open Model/Close Model" terrain viewer functionality.
|
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 |