Inheritance diagram for ConversationCallback:Signals | |
| void | conversationChanged () |
Public Member Functions | |
| ConversationCallback (QObject *parent=nullptr) | |
| void | onRead (yarp::os::Bottle &) override |
| void | onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) override |
| Callback method. | |
Public Member Functions inherited from yarp::os::TypedReaderCallback< yarp::os::Bottle > | |
| virtual | ~TypedReaderCallback () |
| Destructor. | |
| virtual void | onRead (yarp::os::Bottle &datum) |
| Callback method. | |
Definition at line 15 of file ConversationCallback.h.
|
inline |
Definition at line 21 of file ConversationCallback.h.
|
signal |
|
override |
Definition at line 8 of file ConversationCallback.cpp.
|
inlineoverridevirtual |
Callback method.
Passes along source of callback. By default, this calls the version of onRead that just takes a datum.
| datum | data read from a port |
| reader | the original port (or delegate object) |
Reimplemented from yarp::os::TypedReaderCallback< yarp::os::Bottle >.
Definition at line 27 of file ConversationCallback.h.