![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrf::DtStateViewMarkingTextProvider |
| Marking text provider for state view. More... | |
| class | makVrf::DtVrfSimulatedEntityStateViewCollection |
| State view collection for entity state data. More... | |
| class | makVrf::DtVrlinkSimulatedBaseStateViewCollection |
| State view collection for all state data. More... | |
| class | makVrf::DtVrfStateViewCollectionManager |
| This class is the central point for looking up information about a particular object in the VRF GUI. More... | |
| struct | makVrf::DtVrfStateViewCollectionManager::StateViewAddedOrRemovedStruct |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
| makVrf | |
| Contains makVrf::DtVrfDisDriver class. | |
Typedefs | |
| typedef boost::function< int(const DtEntityType &)> | makVrf::DtMaxMarkingTextLengthFunction |
Functions | |
| template<typename T > | |
| T | makVrf::findStateFor (makVrv::DtSimEntry *entry) |
| DT_DLL_VRFGUICORE std::vector < DtUUID > | makVrf::convertMarkingTextVectorToUUIDVector (const std::vector< DtString > &v) |
| Utility method to convert a vector of names to UUIDs. More... | |
| DT_DLL_VRFGUICORE std::vector < DtUUID > | makVrf::convertMarkingTextVectorToUUIDVector (const std::vector< std::string > &v) |
| DT_DLL_VRFGUICORE std::vector < std::string > | makVrf::convertUUIDVectorToUUIDStringVector (const std::vector< DtUUID > &v) |
| Returns a vector of uuidString. More... | |
| DT_DLL_VRFGUICORE std::vector < std::string > | makVrf::convertUUIDVectorToMarkingTextVector (const std::vector< DtUUID > &v) |
| Returns a vector of objectName() from UUID. More... | |