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

Public Member Functions | |
| DtVrfFormationRequestor (makVrv::DtDe &) | |
| virtual | ~DtVrfFormationRequestor () |
| virtual void | updateAvailableFormations (makVrv::DtSimEntry *data) |
| std::vector< std::string > | formationsFor (const std::string &) const |
| virtual bool | hasFormationsFor (makVrv::DtSimEntry *data) const |
Static Public Member Functions | |
| static DtVrfFormationRequestor & | instance (makVrv::DtDe &de) |
| Returns instance of the DtVrfResourceManager. | |
Public Attributes | |
| boost::signal< void(const std::string &)> | signal_formationsReceived |
Protected Member Functions | |
| virtual void | processAvailableFormations (const DtVrfObjectMessage *msg) |
| virtual void | slot_onSimDataRemoved (makVrv::DtSimObjectEntry &) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| std::map< std::string, std::vector< std::string > > | myFormationTable |
The class that is the interface between the GUI and the back-end.
| makVrf::DtVrfFormationRequestor::DtVrfFormationRequestor | ( | makVrv::DtDe & | ) |
|
virtual |
|
static |
Returns instance of the DtVrfResourceManager.
|
virtual |
| std::vector<std::string> makVrf::DtVrfFormationRequestor::formationsFor | ( | const std::string & | ) | const |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
| boost::signal<void (const std::string&)> makVrf::DtVrfFormationRequestor::signal_formationsReceived |
|
protected |
|
protected |