#include <QObject>
#include <QHash>
#include <QList>
#include <QStringList>
#include <QVariant>
#include "controlconnection.h"
#include "torprocess.h"
#include "torevents.h"
#include "torsignal.h"
#include "routerdescriptor.h"
#include "routerstatus.h"
#include "bootstrapstatus.h"
#include "addressmap.h"
#include "protocolinfo.h"
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 43 of file torcontrol.h.