Vidalia 0.2.15
Classes | Typedefs | Functions
Stream.h File Reference
#include "Circuit.h"
#include <QCoreApplication>
#include <QString>
#include <QObject>
#include <QList>
#include <QMetaType>

Go to the source code of this file.

Classes

class  Stream

Typedefs

typedef QString StreamId
typedef QList< StreamStreamList

Functions

 Q_DECLARE_METATYPE (Stream)

Typedef Documentation

typedef QString StreamId

Stream IDs contains 1-16 alphanumeric ASCII characters.

Definition at line 28 of file Stream.h.

typedef QList<Stream> StreamList

A collection of Stream objects.

Definition at line 97 of file Stream.h.


Function Documentation

Q_DECLARE_METATYPE ( Stream  )