![]() |
VR-Forces Developer's Guide
|
The DQttObjectsInFluxManager will create images based on force and location symbol (svg)

Public Member Functions | |
| DtQtObjectsInFluxManager (makVrv::DtDe &) | |
| virtual | ~DtQtObjectsInFluxManager () override |
Public Member Functions inherited from makVrf::DtObjectsInFluxManager | |
| DtObjectsInFluxManager (makVrv::DtDe &) | |
| virtual | ~DtObjectsInFluxManager () override |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| virtual | ~DtVirtualBaseClass () |
Protected Member Functions | |
| virtual std::string | modelDefinitionForForceColor (int red, int green, int blue, int alpha) override |
Protected Member Functions inherited from makVrf::DtObjectsInFluxManager | |
| virtual void | processSimOperationUpdate (DtSimMessage *msg) |
| virtual void | backendRemoved (const DtVrfBackendState &s) |
| virtual void | objectVisibilityChanged (makVrv::DtUniqueID) |
| virtual ObjectInFlux | createObjectInFlux (const DtSimulationAddress &addr, int identifier, const DtIfSimOperationsInProgress::FluxStatus &) |
| virtual void | removeObjectInFlux (const DtSimulationAddress &addr, int identifier) |
| virtual ObjectInFlux::Visual | createFluxVisual (int modelSet, const DtIfSimOperationsInProgress::FluxStatus &) |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrf::DtObjectsInFluxManager | |
| static DtObjectsInFluxManager & | instance (makVrv::DtDe &de) |
| static void | registerInstance (makVrv::DtDe &, DtObjectsInFluxManager *) |
Protected Types inherited from makVrf::DtObjectsInFluxManager | |
| typedef std::map< int, ObjectInFlux > | ObjectsInFlux |
| typedef std::map < DtSimulationAddress, ObjectsInFlux > | ObjectsInFluxByBackend |
Protected Attributes inherited from makVrf::DtObjectsInFluxManager | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnections |
| ObjectsInFluxByBackend | myObjectsInFluxByBackend |
| makVrf::DtQtObjectsInFluxManager::DtQtObjectsInFluxManager | ( | makVrv::DtDe & | ) |
|
overridevirtual |
|
overrideprotectedvirtual |
Reimplemented from makVrf::DtObjectsInFluxManager.