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

Public Member Functions | |
| DtCommentInteractionInterface () | |
| DtCommentInteractionInterface (const DtCommentInteractionInterface &) | |
| Copy constructor. | |
| virtual | ~DtCommentInteractionInterface () |
| virtual DtNetworkMessageInterface * | clone () const |
| Override to provide a clone of your class. | |
| virtual const char * | name () |
| 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 |
Static Public Member Functions | |
| static const char * | theName () |
| Static method called by name() method. Use this to register for callbacks. | |
Protected Attributes | |
| std::string | myComment |
| int | myNotifyLevel |
| std::string | mySenderId |
| 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] |
| 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 |
| int makVrf::DtCommentInteractionInterface::notifyLevel | ( | ) | const |
| void makVrf::DtCommentInteractionInterface::setSenderId | ( | const std::string & | ) |
| const std::string& makVrf::DtCommentInteractionInterface::senderId | ( | ) | const |
std::string makVrf::DtCommentInteractionInterface::myComment [protected] |
int makVrf::DtCommentInteractionInterface::myNotifyLevel [protected] |
std::string makVrf::DtCommentInteractionInterface::mySenderId [protected] |