tcglobal.h File Reference
#include <QString>
#include <QMetaType>
Go to the source code of this file.
Classes |
class | tc::DebugMessage |
struct | tc::DebugMessage::Stream |
Namespaces |
namespace | tc |
Enumerations |
enum | tc::ConnectionStatusReason {
tc::UnrecognizedReason,
tc::MiscellaneousReason,
tc::IdentityMismatch,
tc::ConnectionDone,
tc::ConnectionRefused,
tc::ConnectionReset,
tc::ConnectionTimeout,
tc::ConnectionIoError,
tc::NoRouteToHost,
tc::ResourceLimitReached
} |
enum | tc::Severity {
tc::UnrecognizedSeverity = 0,
tc::DebugSeverity = (1u<<4),
tc::InfoSeverity = (1u<<3),
tc::NoticeSeverity = (1u<<2),
tc::WarnSeverity = (1u<<1),
tc::ErrorSeverity = (1u<<0)
} |
enum | tc::SocksError { tc::DangerousSocksTypeError,
tc::UnknownSocksProtocolError,
tc::BadSocksHostnameError
} |
enum | tc::TorVersionStatus { tc::ObsoleteTorVersion,
tc::UnrecommendedTorVersion,
tc::NewTorVersion
} |
Functions |
Severity | tc::severityFromString (const QString &str) |
ConnectionStatusReason | tc::connectionStatusReasonFromString (const QString &str) |
DebugMessage | tc::debug (const QString &fmt) |
DebugMessage | tc::warn (const QString &fmt) |
DebugMessage | tc::error (const QString &fmt) |
DebugMessage | tc::fatal (const QString &fmt) |