#include <streamevent.h>
Public Member Functions | |
| StreamEvent (Stream stream) | |
| Stream | stream () const |
| StreamId | id () const |
| Stream::Status | status () const |
| CircuitId | circuitId () const |
| QString | target () const |
Private Attributes | |
| Stream | _stream |
Definition at line 26 of file streamevent.h.
| StreamEvent::StreamEvent | ( | Stream | stream | ) | [inline] |
| CircuitId StreamEvent::circuitId | ( | ) | const [inline] |
Returns the ID of the circuit to which this stream is assigned
Definition at line 41 of file streamevent.h.
References _stream, and Stream::circuitId().
| StreamId StreamEvent::id | ( | ) | const [inline] |
Returns the ID for this stream event.
Definition at line 37 of file streamevent.h.
References _stream, and Stream::id().
| Stream::Status StreamEvent::status | ( | ) | const [inline] |
Returns the status for this stream event.
Definition at line 39 of file streamevent.h.
References _stream, and Stream::status().
| Stream StreamEvent::stream | ( | ) | const [inline] |
Returns the Stream object for this stream event.
Definition at line 35 of file streamevent.h.
References _stream.
Referenced by NetViewer::customEvent().
| QString StreamEvent::target | ( | ) | const [inline] |
Returns the target for this stream event.
Definition at line 43 of file streamevent.h.
References _stream, and Stream::target().
Stream StreamEvent::_stream [private] |
Stream object for this stream event.
Definition at line 46 of file streamevent.h.
Referenced by circuitId(), id(), status(), stream(), StreamEvent(), and target().
1.6.1