#include <TelepathyQt4/Client/connection-manager.h>
Public Member Functions | |
ProtocolParameter (const QString &name, const QDBusSignature &dbusSignature, QVariant defaultValue, Telepathy::ConnMgrParamFlag flags) | |
~ProtocolParameter () | |
QString | name () const |
QDBusSignature | dbusSignature () const |
QVariant::Type | type () const |
QVariant | defaultValue () const |
bool | isRequired () const |
bool | isSecret () const |
bool | requiredForRegistration () const |
bool | operator== (const ProtocolParameter &other) const |
bool | operator== (const QString &name) const |
Friends | |
struct | Private |
Telepathy::Client::ProtocolParameter::ProtocolParameter | ( | const QString & | name, | |
const QDBusSignature & | dbusSignature, | |||
QVariant | defaultValue, | |||
Telepathy::ConnMgrParamFlag | flags | |||
) |
Telepathy::Client::ProtocolParameter::~ProtocolParameter | ( | ) |
QDBusSignature Telepathy::Client::ProtocolParameter::dbusSignature | ( | ) | const [inline] |
QVariant Telepathy::Client::ProtocolParameter::defaultValue | ( | ) | const [inline] |
bool Telepathy::Client::ProtocolParameter::isRequired | ( | ) | const |
bool Telepathy::Client::ProtocolParameter::isSecret | ( | ) | const |
QString Telepathy::Client::ProtocolParameter::name | ( | ) | const [inline] |
bool Telepathy::Client::ProtocolParameter::operator== | ( | const QString & | name | ) | const |
bool Telepathy::Client::ProtocolParameter::operator== | ( | const ProtocolParameter & | other | ) | const |
References name().
bool Telepathy::Client::ProtocolParameter::requiredForRegistration | ( | ) | const |
References Telepathy::ConnMgrParamFlagRegister.
QVariant::Type Telepathy::Client::ProtocolParameter::type | ( | ) | const [inline] |
friend struct Private [friend] |