StreamEvent Class Reference

#include <streamevent.h>

List of all members.

Public Member Functions

 StreamEvent (Stream stream)
Stream stream ()
quint64 id ()
Stream::Status status ()
quint64 circuitId ()
QString target ()

Private Attributes

Stream _stream


Detailed Description

Definition at line 37 of file streamevent.h.


Constructor & Destructor Documentation

StreamEvent::StreamEvent ( Stream  stream  )  [inline]

Default constructor

Definition at line 41 of file streamevent.h.

References _stream.


Member Function Documentation

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().

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().


Member Data Documentation

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().


The documentation for this class was generated from the following file:
Generated on Wed Sep 5 15:49:29 2007 for Vidalia by  doxygen 1.5.3