VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Attributes
makVrf::DtVrfObjectMessageInterface Class Reference
Inheritance diagram for makVrf::DtVrfObjectMessageInterface:
Inheritance graph
[legend]

Public Member Functions

 DtVrfObjectMessageInterface ()
 DtVrfObjectMessageInterface (const DtVrfObjectMessageInterface &)
 Copy constructor.
virtual ~DtVrfObjectMessageInterface ()
virtual DtNetworkMessageInterfaceclone () const
 Override to provide a clone of your class.
virtual const charname ()
 Returns the name of this item. Used for callback registration.
void setMessage (const DtVrfObjectMessage &m)
DtVrfObjectMessagemessage () const
- Public Member Functions inherited from makVrf::DtNetworkMessageInterface
 DtNetworkMessageInterface ()
 DtNetworkMessageInterface (const DtNetworkMessageInterface &)
 Copy constructor.
virtual ~DtNetworkMessageInterface ()

Static Public Member Functions

static const chartheName ()
 Static method called by name() method. Use this to register for callbacks.

Protected Attributes

DtVrfObjectMessagemyMessage

Constructor & Destructor Documentation

makVrf::DtVrfObjectMessageInterface::DtVrfObjectMessageInterface ( )
makVrf::DtVrfObjectMessageInterface::DtVrfObjectMessageInterface ( const DtVrfObjectMessageInterface )

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

Member Function Documentation

virtual DtNetworkMessageInterface* makVrf::DtVrfObjectMessageInterface::clone ( ) const
virtual

Override to provide a clone of your class.

Implements makVrf::DtNetworkMessageInterface.

static const char* makVrf::DtVrfObjectMessageInterface::theName ( )
static

Static method called by name() method. Use this to register for callbacks.

virtual const char* makVrf::DtVrfObjectMessageInterface::name ( )
virtual

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

Implements makVrf::DtNetworkMessageInterface.

void makVrf::DtVrfObjectMessageInterface::setMessage ( const DtVrfObjectMessage m)
DtVrfObjectMessage* makVrf::DtVrfObjectMessageInterface::message ( ) const

Member Data Documentation

DtVrfObjectMessage* makVrf::DtVrfObjectMessageInterface::myMessage
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)