VR-Forces Developer's Guide
 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::DtCommentInteractionInterface Class Reference
Inheritance diagram for makVrf::DtCommentInteractionInterface:
Inheritance graph
[legend]

Public Member Functions

 DtCommentInteractionInterface ()
 
 DtCommentInteractionInterface (const DtCommentInteractionInterface &)
 
virtual ~DtCommentInteractionInterface ()
 
virtual DtNetworkMessageInterfaceclone () const
 
virtual const charname ()
 
void setComment (const char *m)
 
const std::string & comment () const
 
void setNotifyLevel (int)
 
int notifyLevel () const
 
void setSenderId (const DtUUID &)
 
const DtUUIDsenderId () const
 
- Public Member Functions inherited from makVrf::DtNetworkMessageInterface
 DtNetworkMessageInterface ()
 
 DtNetworkMessageInterface (const DtNetworkMessageInterface &)
 
virtual ~DtNetworkMessageInterface ()
 

Static Public Member Functions

static const chartheName ()
 

Protected Attributes

std::string myComment
 
int myNotifyLevel
 
DtUUID 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 DtUUID )
const DtUUID& makVrf::DtCommentInteractionInterface::senderId ( ) const

Member Data Documentation

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

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

Document ID: Generated on Tue Sep 24 19:28:17 EDT 2024 from SVN revision 269799
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)