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

Public Member Functions

 DtCommentInteractionInterface ()
 DtCommentInteractionInterface (const DtCommentInteractionInterface &)
 Copy constructor.
virtual ~DtCommentInteractionInterface ()
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 setComment (const char *m)
const std::string & comment () const
void setNotifyLevel (int)
int notifyLevel () const
void setSenderId (const std::string &)
const std::string & senderId () 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

std::string myComment
int myNotifyLevel
std::string mySenderId

Constructor & Destructor Documentation

makVrf::DtCommentInteractionInterface::DtCommentInteractionInterface ( )
makVrf::DtCommentInteractionInterface::DtCommentInteractionInterface ( const DtCommentInteractionInterface )

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

Member Function Documentation

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

Override to provide a clone of your class.

Implements makVrf::DtNetworkMessageInterface.

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

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

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

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

Implements makVrf::DtNetworkMessageInterface.

void makVrf::DtCommentInteractionInterface::setComment ( const char m)
const std::string& makVrf::DtCommentInteractionInterface::comment ( ) const
void makVrf::DtCommentInteractionInterface::setNotifyLevel ( int  )
int makVrf::DtCommentInteractionInterface::notifyLevel ( ) const
void makVrf::DtCommentInteractionInterface::setSenderId ( const std::string &  )
const std::string& makVrf::DtCommentInteractionInterface::senderId ( ) const

Member Data Documentation

std::string makVrf::DtCommentInteractionInterface::myComment
protected
int makVrf::DtCommentInteractionInterface::myNotifyLevel
protected
std::string makVrf::DtCommentInteractionInterface::mySenderId
protected

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

Document ID: Generated on Thu Mar 23 18:54:12 EDT 2017 from SVN revision 174804
Copyright © 2005-2017 VT MÄK. All Rights Reserved (www.mak.com)