![]() |
VR-Forces 4.3 Class Documentation
|

Public Member Functions | |
| DtNetworkMessageInterface () | |
| DtNetworkMessageInterface (const DtNetworkMessageInterface &) | |
| Copy constructor. | |
| virtual | ~DtNetworkMessageInterface () |
| virtual DtNetworkMessageInterface * | clone () const =0 |
| Override to provide a clone of your class. | |
| virtual const char * | name ()=0 |
| Returns the name of this item. Used for callback registration. | |
| makVrf::DtNetworkMessageInterface::DtNetworkMessageInterface | ( | ) |
| makVrf::DtNetworkMessageInterface::DtNetworkMessageInterface | ( | const DtNetworkMessageInterface & | ) |
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 |
|
pure virtual |
Override to provide a clone of your class.
Implemented in makVrf::DtVrfObjectMessageInterface, makVrf::DtSimMessageInterface, DtTestInteractionInterface, makVrf::DtInfluenceInteractionInterface, makVrf::DtCommentInteractionInterface, and makVrf::DtRangeRingsUpdatedInterface.
|
pure virtual |
Returns the name of this item. Used for callback registration.
Implemented in makVrf::DtVrfObjectMessageInterface, DtTestInteractionInterface, makVrf::DtSimMessageInterface, makVrf::DtInfluenceInteractionInterface, makVrf::DtCommentInteractionInterface, and makVrf::DtRangeRingsUpdatedInterface.