Home · All Classes · All Namespaces · Modules · Functions · Files |
The ProtocolParameter class represents a Telepathy protocol parameter. More...
#include <TelepathyQt/ProtocolParameter>
The ProtocolParameter class represents a Telepathy protocol parameter.
Tp::ProtocolParameter::ProtocolParameter | ( | const ParamSpec & | spec | ) |
Tp::ProtocolParameter::ProtocolParameter | ( | const QString & | name, |
const QDBusSignature & | dbusSignature, | ||
ConnMgrParamFlags | flags, | ||
QVariant | defaultValue = QVariant() |
||
) |
Tp::ProtocolParameter::ProtocolParameter | ( | const QString & | name, |
const QString & | dbusSignature, | ||
ConnMgrParamFlags | flags, | ||
QVariant | defaultValue = QVariant() |
||
) |
Tp::ProtocolParameter::ProtocolParameter | ( | const ProtocolParameter & | other | ) |
bool Tp::ProtocolParameter::isValid | ( | ) | const [inline] |
ProtocolParameter & Tp::ProtocolParameter::operator= | ( | const ProtocolParameter & | other | ) |
bool Tp::ProtocolParameter::operator== | ( | const ProtocolParameter & | other | ) | const |
bool Tp::ProtocolParameter::operator== | ( | const QString & | name | ) | const |
bool Tp::ProtocolParameter::operator< | ( | const ProtocolParameter & | other | ) | const |
QString Tp::ProtocolParameter::name | ( | ) | const |
QDBusSignature Tp::ProtocolParameter::dbusSignature | ( | ) | const |
QVariant::Type Tp::ProtocolParameter::type | ( | ) | const |
QVariant Tp::ProtocolParameter::defaultValue | ( | ) | const |
bool Tp::ProtocolParameter::isRequired | ( | ) | const |
bool Tp::ProtocolParameter::isSecret | ( | ) | const |
bool Tp::ProtocolParameter::isRequiredForRegistration | ( | ) | const |
Copyright © 2008-2011 Collabora Ltd. and Nokia Corporation | Telepathy-Qt 0.9.3 |