![]() |
VR-Forces 4.8 Class Documentation
|
The class that is the interface between the GUI and the back-end. More...

Public Member Functions | |
| DtVrfArtPartRequestor (makVrv::DtDe &) | |
| virtual | ~DtVrfArtPartRequestor () |
| virtual void | updateAvailableArtParts (makVrv::DtUniqueID) |
| virtual void | updateAvailableArtParts (const DtUUID &) |
| const DtArtPartCurrMinAndMaxMap & | artPartsFor (makVrv::DtUniqueID) const |
| const DtArtPartCurrMinAndMaxMap & | artPartsFor (const DtUUID &) const |
| virtual bool | hasArtPartsFor (makVrv::DtUniqueID) const |
| virtual bool | hasArtPartsFor (const DtUUID &) const |
Public Member Functions inherited from makVrv::DtVirtualBaseClass | |
| DtVirtualBaseClass () | |
| Do nothing constructor. More... | |
| virtual | ~DtVirtualBaseClass () |
| Virtual do nothing destructor. More... | |
Static Public Member Functions | |
| static DtVrfArtPartRequestor & | instance (makVrv::DtDe &de) |
| Returns instance of the DtVrfResourceManager. More... | |
Public Attributes | |
| boost::signals2::signal< void(const DtUUID &)> | signal_artPartsReceived |
Protected Member Functions | |
| virtual void | processAvailableArtParts (const DtVrfObjectMessage *msg) |
| virtual void | slot_onSimDataRemoved (makVrv::DtSimObjectEntry &) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| DtArtPartCurrMinAndMaxByUuid | myArtPartTable |
The class that is the interface between the GUI and the back-end.
| makVrf::DtVrfArtPartRequestor::DtVrfArtPartRequestor | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
Returns instance of the DtVrfResourceManager.
|
virtual |
|
virtual |
| const DtArtPartCurrMinAndMaxMap& makVrf::DtVrfArtPartRequestor::artPartsFor | ( | makVrv::DtUniqueID | ) | const |
| const DtArtPartCurrMinAndMaxMap& makVrf::DtVrfArtPartRequestor::artPartsFor | ( | const DtUUID & | ) | const |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
| boost::signals2::signal<void (const DtUUID&)> makVrf::DtVrfArtPartRequestor::signal_artPartsReceived |
|
protected |
|
protected |