![]() |
VR-Forces 4.5 Class Documentation
|
Used for message handler when range rings have been updated. More...

Public Member Functions | |
| DtRangeRingsUpdatedInterface () | |
| DtRangeRingsUpdatedInterface (makVrv::DtUniqueID, const std::vector< DtRangeItem > &) | |
| DtRangeRingsUpdatedInterface (const DtRangeRingsUpdatedInterface &) | |
| Copy constructor. | |
| virtual | ~DtRangeRingsUpdatedInterface () |
| virtual DtNetworkMessageInterface * | clone () const |
| Override to provide a clone of your class. | |
| virtual const char * | name () |
| Returns the name of this item. Used for callback registration. | |
| virtual void | setUniqueID (makVrv::DtUniqueID) |
| virtual makVrv::DtUniqueID | uniqueID () const |
| virtual void | setRangeItems (const std::vector< DtRangeItem > &) |
| virtual const std::vector < DtRangeItem > & | rangeItems () const |
Static Public Member Functions | |
| static const char * | theName () |
| Static method called by name() method. Use this to register for callbacks. | |
Protected Attributes | |
| makVrv::DtUniqueID | myUniqueID |
| std::vector< DtRangeItem > | myRangeItems |
Used for message handler when range rings have been updated.
| makVrf::DtRangeRingsUpdatedInterface::DtRangeRingsUpdatedInterface | ( | ) |
| makVrf::DtRangeRingsUpdatedInterface::DtRangeRingsUpdatedInterface | ( | makVrv::DtUniqueID | , |
| const std::vector< DtRangeItem > & | |||
| ) |
| makVrf::DtRangeRingsUpdatedInterface::DtRangeRingsUpdatedInterface | ( | const DtRangeRingsUpdatedInterface & | ) |
Copy constructor.
Supply your own copy constructor and use it from the clone method as that is the mechanism that will be used to transfer the data from the network thread to the GUI thread
|
virtual |
|
virtual |
Override to provide a clone of your class.
Implements makVrf::DtNetworkMessageInterface.
|
static |
Static method called by name() method. Use this to register for callbacks.
|
virtual |
Returns the name of this item. Used for callback registration.
Implements makVrf::DtNetworkMessageInterface.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
protected |
|
protected |