#include <talkative.hh>
Inheritance diagram for LocalTalkative:
Definition at line 175 of file talkative.hh.
|
Definition at line 43 of file talkative.cc. |
|
Definition at line 50 of file talkative.cc. |
|
Register a new TalkListener.
Definition at line 310 of file talkative.cc. |
|
Send a message to this object. If there are no TalkListener%s registered, then the message will simply be LOG%ged. Otherwise, each of the listeners will be passed the message (in the order in which they were registered). It is also possible to override this method to do something else entirely. Implements Talkative. Reimplemented in FestTalk. Definition at line 136 of file talkative.cc. Referenced by handle_say(). |
|
Definition at line 224 of file talkative.cc. Referenced by LocalTalkative(). |
|
Referenced by Talkative::registerExtenders(). |
|
Remove a TalkListener.
Definition at line 318 of file talkative.cc. |
|
Send a message from this object, to whatever object sent this object the last message with scope "PRIVATE"
|
|
Send a message from this object to all children of 'parent' that are talkative with scope "PUBLIC".
|