Vidalia 0.3.1
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

◆ StreamId

typedef QString StreamId

Stream IDs contains 1-16 alphanumeric ASCII characters.

Definition at line 28 of file Stream.h.

◆ StreamList

typedef QList<Stream> StreamList

A collection of Stream objects.

Definition at line 97 of file Stream.h.

Function Documentation

◆ Q_DECLARE_METATYPE()

Q_DECLARE_METATYPE ( Stream  )