#include <ConsoleSink.h>
Inheritance diagram for ot::ConsoleSink:


Public Member Functions | |
| virtual int | isEventGenerator () |
| virtual void | onEventGenerated (Event &e, Node &generator) |
Public Attributes | |
| std::string | comment |
| comment line | |
| Event | event |
| the event that is stored | |
| int | changed |
| flag whether event was changed since last display | |
| int | active |
| flag whether it is displayed or not | |
| int | toSysMouse |
| flag for forwarding event to system (win only sofar) | |
Protected Member Functions | |
| ConsoleSink (const std::string &comment_, int active_=0) | |
Friends | |
| class | ConsoleModule |
|
||||||||||||
|
constructor method,sets commend member
|
|
|
tests for EventGenerator interface being present. Is overriden to return 1 always.
Reimplemented from ot::Node. |
|
||||||||||||
|
this method notifies the object that a new event was generated. It stores a copy of the received event and passes the event on to its observers.
Reimplemented from ot::Node. |
|
|
|
|
|
flag whether it is displayed or not
|
|
|
flag whether event was changed since last display
|
|
|
comment line
|
|
|
the event that is stored
|
|
|
flag for forwarding event to system (win only sofar)
|
1.4.6