Vidalia 0.2.15
|
#include "tcglobal.h"
#include "ControlConnection.h"
#include "TorProcess.h"
#include "TorEvents.h"
#include "TorSignal.h"
#include "RouterDescriptor.h"
#include "RouterStatus.h"
#include "BootstrapStatus.h"
#include "Circuit.h"
#include "Stream.h"
#include "AddressMap.h"
#include "ControlMethod.h"
#include <QObject>
#include <QHash>
#include <QList>
#include <QStringList>
#include <QVariantMap>
Go to the source code of this file.
Classes | |
class | TorControl |
Typedefs | |
typedef QHash< QString, QString > | DescriptorAnnotations |
typedef QHash<QString,QString> DescriptorAnnotations |
DescriptorAnnotations stores a map of annotation keys to (possibly empty) annotation values.
Definition at line 42 of file TorControl.h.