#include <streamevent.h>
Public Member Functions | |
| StreamEvent (Stream stream) | |
| Stream | stream () |
| quint64 | id () |
| Stream::Status | status () |
| quint64 | circuitId () |
| QString | target () |
Private Attributes | |
| Stream | _stream |
Definition at line 37 of file streamevent.h.
| StreamEvent::StreamEvent | ( | Stream | stream | ) | [inline] |
| Stream StreamEvent::stream | ( | ) | [inline] |
Returns the Stream object for this stream event.
Definition at line 46 of file streamevent.h.
References _stream.
Referenced by NetViewer::customEvent(), and StreamEvent().
| quint64 StreamEvent::id | ( | ) | [inline] |
Returns the ID for this stream event.
Definition at line 48 of file streamevent.h.
References _stream, and Stream::id().
| Stream::Status StreamEvent::status | ( | ) | [inline] |
Returns the status for this stream event.
Definition at line 50 of file streamevent.h.
References _stream, and Stream::status().
| quint64 StreamEvent::circuitId | ( | ) | [inline] |
Returns the ID of the circuit to which this stream is assigned
Definition at line 52 of file streamevent.h.
References _stream, and Stream::circuitId().
| QString StreamEvent::target | ( | ) | [inline] |
Returns the target for this stream event.
Definition at line 54 of file streamevent.h.
References _stream, and Stream::target().
Stream StreamEvent::_stream [private] |
Stream object for this stream event.
Definition at line 57 of file streamevent.h.
Referenced by circuitId(), id(), status(), stream(), StreamEvent(), and target().
1.5.1