Static Public Member Functions |
| static const char * | theName () |
| | Static method called by name() method. Use this to register for callbacks.
|
Constructor & Destructor Documentation
| makVrf::DtCommentInteractionInterface::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
| 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 |
| 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: