The ProtocolParameter class represents a Telepathy protocol parameter.
More...
#include <TelepathyQt/ProtocolParameter>
The ProtocolParameter class represents a Telepathy protocol parameter.
◆ ProtocolParameter() [1/5]
| Tp::ProtocolParameter::ProtocolParameter |
( |
| ) |
|
◆ ProtocolParameter() [2/5]
| Tp::ProtocolParameter::ProtocolParameter |
( |
const ParamSpec & |
spec | ) |
|
◆ ProtocolParameter() [3/5]
| Tp::ProtocolParameter::ProtocolParameter |
( |
const QString & |
name, |
|
|
const QDBusSignature & |
dbusSignature, |
|
|
ConnMgrParamFlags |
flags, |
|
|
QVariant |
defaultValue = QVariant() |
|
) |
| |
◆ ProtocolParameter() [4/5]
| Tp::ProtocolParameter::ProtocolParameter |
( |
const QString & |
name, |
|
|
const QString & |
dbusSignature, |
|
|
ConnMgrParamFlags |
flags, |
|
|
QVariant |
defaultValue = QVariant() |
|
) |
| |
◆ ProtocolParameter() [5/5]
◆ ~ProtocolParameter()
| Tp::ProtocolParameter::~ProtocolParameter |
( |
| ) |
|
◆ isValid()
| bool Tp::ProtocolParameter::isValid |
( |
| ) |
const |
|
inline |
◆ operator=()
◆ operator==() [1/2]
◆ operator==() [2/2]
| bool Tp::ProtocolParameter::operator== |
( |
const QString & |
name | ) |
const |
◆ operator<()
◆ name()
| QString Tp::ProtocolParameter::name |
( |
| ) |
const |
◆ dbusSignature()
| QDBusSignature Tp::ProtocolParameter::dbusSignature |
( |
| ) |
const |
◆ type()
| QVariant::Type Tp::ProtocolParameter::type |
( |
| ) |
const |
◆ defaultValue()
| QVariant Tp::ProtocolParameter::defaultValue |
( |
| ) |
const |
◆ isRequired()
| bool Tp::ProtocolParameter::isRequired |
( |
| ) |
const |
◆ isSecret()
| bool Tp::ProtocolParameter::isSecret |
( |
| ) |
const |
◆ isRequiredForRegistration()
| bool Tp::ProtocolParameter::isRequiredForRegistration |
( |
| ) |
const |
◆ bareParameter()
| ParamSpec Tp::ProtocolParameter::bareParameter |
( |
| ) |
const |