StreamEvent Class Reference

#include <streamevent.h>

List of all members.

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

Detailed Description

Definition at line 26 of file streamevent.h.


Constructor & Destructor Documentation

StreamEvent::StreamEvent ( Stream  stream  )  [inline]

Default constructor

Definition at line 30 of file streamevent.h.

References _stream.


Member Function Documentation

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


Member Data Documentation

Stream object for this stream event.

Definition at line 46 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 Dec 23 21:06:56 2009 for Vidalia by  doxygen 1.6.1