VR-Forces 4.1 Class Documentation
List of all members | Public Member Functions
makVrf::DtNetworkMessageInterface Class Reference
Inheritance diagram for makVrf::DtNetworkMessageInterface:
Inheritance graph
[legend]

Public Member Functions

 DtNetworkMessageInterface ()
 DtNetworkMessageInterface (const DtNetworkMessageInterface &)
 Copy constructor.
virtual ~DtNetworkMessageInterface ()
virtual DtNetworkMessageInterfaceclone () 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.

Constructor & Destructor Documentation

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 makVrf::DtNetworkMessageInterface::~DtNetworkMessageInterface ( )
virtual

Member Function Documentation

virtual DtNetworkMessageInterface* makVrf::DtNetworkMessageInterface::clone ( ) const
pure virtual
virtual const char* makVrf::DtNetworkMessageInterface::name ( )
pure virtual

Returns the name of this item. Used for callback registration.

Implemented in makVrf::DtVrfObjectMessageInterface, DtTestInteractionInterface, makVrf::DtSimMessageInterface, and makVrf::DtCommentInteractionInterface.


The documentation for this class was generated from the following file:

Document ID: Generated on Tue Jan 29 18:21:16 EST 2013 from SVN revision 123193
Copyright © 2005-2013 VT MÄK Inc. All Rights Reserved (www.mak.com)