Base class for Connection implementations.
More...
#include <TelepathyQt/BaseConnection>
Inherits Tp::DBusService.
|
virtual | ~BaseConnection () |
|
QString | cmName () const |
|
QString | protocolName () const |
|
QVariantMap | parameters () const |
|
QVariantMap | immutableProperties () const |
|
uint | selfHandle () const |
|
void | setSelfHandle (uint selfHandle) |
|
QString | selfID () const |
|
void | setSelfID (const QString &selfID) |
|
void | setSelfContact (uint selfHandle, const QString &selfID) |
|
uint | status () const |
|
void | setStatus (uint newStatus, uint reason) |
|
void | setCreateChannelCallback (const CreateChannelCallback &cb) |
|
BaseChannelPtr | createChannel (const QVariantMap &request, bool suppressHandler, DBusError *error) |
|
void | setConnectCallback (const ConnectCallback &cb) |
|
void | setInspectHandlesCallback (const InspectHandlesCallback &cb) |
|
QStringList | inspectHandles (uint handleType, const Tp::UIntList &handles, DBusError *error) |
|
void | setRequestHandlesCallback (const RequestHandlesCallback &cb) |
|
Tp::UIntList | requestHandles (uint handleType, const QStringList &identifiers, DBusError *error) |
|
Tp::ChannelInfoList | channelsInfo () |
|
Tp::ChannelDetailsList | channelsDetails () |
|
BaseChannelPtr | getExistingChannel (const QVariantMap &request, DBusError *error) |
|
BaseChannelPtr | ensureChannel (const QVariantMap &request, bool &yours, bool suppressHandler, DBusError *error) |
|
void | addChannel (BaseChannelPtr channel, bool suppressHandler=false) |
|
QList< AbstractConnectionInterfacePtr > | interfaces () const |
|
AbstractConnectionInterfacePtr | interface (const QString &interfaceName) const |
|
bool | plugInterface (const AbstractConnectionInterfacePtr &interface) |
|
bool | registerObject (DBusError *error=NULL) |
|
virtual QString | uniqueName () const |
|
| DBusService (const QDBusConnection &dbusConnection) |
|
virtual | ~DBusService () |
|
QDBusConnection | dbusConnection () const |
|
QString | busName () const |
|
QString | objectPath () const |
|
DBusObject * | dbusObject () const |
|
bool | isRegistered () const |
|
virtual | ~Object () |
|
| RefCounted () |
|
virtual | ~RefCounted () |
|
Base class for Connection implementations.
◆ CreateChannelCallback
◆ ConnectCallback
◆ InspectHandlesCallback
◆ RequestHandlesCallback
◆ ~BaseConnection()
Tp::BaseConnection::~BaseConnection |
( |
| ) |
|
|
virtual |
◆ BaseConnection()
Tp::BaseConnection::BaseConnection |
( |
const QDBusConnection & |
dbusConnection, |
|
|
const QString & |
cmName, |
|
|
const QString & |
protocolName, |
|
|
const QVariantMap & |
parameters |
|
) |
| |
|
protected |
Construct a BaseConnection.
- Parameters
-
dbusConnection | The D-Bus connection that will be used by this object. |
cmName | The name of the connection manager associated with this connection. |
protocolName | The name of the protocol associated with this connection. |
parameters | The parameters of this connection. |
◆ create() [1/2]
static BaseConnectionPtr Tp::BaseConnection::create |
( |
const QString & |
cmName, |
|
|
const QString & |
protocolName, |
|
|
const QVariantMap & |
parameters, |
|
|
const QDBusConnection & |
dbusConnection = QDBusConnection::sessionBus() |
|
) |
| |
|
inlinestatic |
◆ create() [2/2]
template<typename BaseConnectionSubclass >
static SharedPtr<BaseConnectionSubclass> Tp::BaseConnection::create |
( |
const QString & |
cmName, |
|
|
const QString & |
protocolName, |
|
|
const QVariantMap & |
parameters, |
|
|
const QDBusConnection & |
dbusConnection = QDBusConnection::sessionBus() |
|
) |
| |
|
inlinestatic |
◆ cmName()
QString Tp::BaseConnection::cmName |
( |
| ) |
const |
Return the name of the connection manager associated with this connection.
- Returns
- The name of the connection manager associated with this connection.
◆ protocolName()
QString Tp::BaseConnection::protocolName |
( |
| ) |
const |
Return the name of the protocol associated with this connection.
- Returns
- The name of the protocol associated with this connection.
◆ parameters()
QVariantMap Tp::BaseConnection::parameters |
( |
| ) |
const |
Return the parameters of this connection.
- Returns
- The parameters of this connection.
◆ immutableProperties()
QVariantMap Tp::BaseConnection::immutableProperties |
( |
| ) |
const |
|
virtual |
Return the immutable properties of this connection object.
Immutable properties cannot change after the object has been registered on the bus with registerObject().
- Returns
- The immutable properties of this connection object.
Implements Tp::DBusService.
◆ selfHandle()
uint Tp::BaseConnection::selfHandle |
( |
| ) |
const |
◆ setSelfHandle()
void Tp::BaseConnection::setSelfHandle |
( |
uint |
selfHandle | ) |
|
◆ selfID()
QString Tp::BaseConnection::selfID |
( |
| ) |
const |
◆ setSelfID()
void Tp::BaseConnection::setSelfID |
( |
const QString & |
selfID | ) |
|
◆ setSelfContact()
void Tp::BaseConnection::setSelfContact |
( |
uint |
selfHandle, |
|
|
const QString & |
selfID |
|
) |
| |
◆ status()
uint Tp::BaseConnection::status |
( |
| ) |
const |
◆ setStatus()
void Tp::BaseConnection::setStatus |
( |
uint |
newStatus, |
|
|
uint |
reason |
|
) |
| |
◆ setCreateChannelCallback()
◆ createChannel()
Tp::BaseChannelPtr Tp::BaseConnection::createChannel |
( |
const QVariantMap & |
request, |
|
|
bool |
suppressHandler, |
|
|
DBusError * |
error |
|
) |
| |
◆ setConnectCallback()
◆ setInspectHandlesCallback()
◆ inspectHandles()
QStringList Tp::BaseConnection::inspectHandles |
( |
uint |
handleType, |
|
|
const Tp::UIntList & |
handles, |
|
|
DBusError * |
error |
|
) |
| |
◆ setRequestHandlesCallback()
◆ requestHandles()
Tp::UIntList Tp::BaseConnection::requestHandles |
( |
uint |
handleType, |
|
|
const QStringList & |
identifiers, |
|
|
DBusError * |
error |
|
) |
| |
◆ channelsInfo()
◆ channelsDetails()
◆ getExistingChannel()
Tp::BaseChannelPtr Tp::BaseConnection::getExistingChannel |
( |
const QVariantMap & |
request, |
|
|
DBusError * |
error |
|
) |
| |
Returns an existing channel satisfying the given request or a null pointer if such a channel does not exist.
This method iterates over the existing channels and calls matchChannel() to find the one satisfying the request.
If error is passed, any error that may occur will be stored there.
- Parameters
-
request | A dictionary containing the desirable properties. |
error | A pointer to an empty DBusError where any possible error will be stored. |
- Returns
- A pointer to a channel satisfying the given request or a null pointer.
- See also
- matchChannel()
◆ ensureChannel()
Tp::BaseChannelPtr Tp::BaseConnection::ensureChannel |
( |
const QVariantMap & |
request, |
|
|
bool & |
yours, |
|
|
bool |
suppressHandler, |
|
|
DBusError * |
error |
|
) |
| |
Returns a new or existing channel satisfying the given request.
This method uses getExistingChannel() to find one satisfying the request. If there is no suitable channel, then a new channel with the given request details will be created.
If error is passed, any error that may occur will be stored there.
- Parameters
-
request | A dictionary containing the desirable properties. |
yours | A returning argument. true if returned channel is a new one and false otherwise. |
suppressHandler | An option to suppress handler in case of a new channel creation. |
error | A pointer to an empty DBusError where any possible error will be stored. |
- Returns
- A pointer to a channel satisfying the given request.
- See also
- getExistingChannel()
◆ addChannel()
void Tp::BaseConnection::addChannel |
( |
BaseChannelPtr |
channel, |
|
|
bool |
suppressHandler = false |
|
) |
| |
◆ interfaces()
QList< AbstractConnectionInterfacePtr > Tp::BaseConnection::interfaces |
( |
| ) |
const |
Return a list of interfaces that have been plugged into this Protocol D-Bus object with plugInterface().
This property is immutable and cannot change after this Protocol object has been registered on the bus with registerObject().
- Returns
- A list containing all the Protocol interface implementation objects.
- See also
- plugInterface(), interface()
◆ interface()
AbstractConnectionInterfacePtr Tp::BaseConnection::interface |
( |
const QString & |
interfaceName | ) |
const |
Return a pointer to the interface with the given name.
- Parameters
-
interfaceName | The D-Bus name of the interface, ex. TP_QT_IFACE_CONNECTION_INTERFACE_ADDRESSING. |
- Returns
- A pointer to the AbstractConnectionInterface object that implements the D-Bus interface with the given name, or a null pointer if such an interface has not been plugged into this object.
- See also
- plugInterface(), interfaces()
◆ plugInterface()
bool Tp::BaseConnection::plugInterface |
( |
const AbstractConnectionInterfacePtr & |
interface | ) |
|
Plug a new interface into this Connection D-Bus object.
This property is immutable and cannot change after this Protocol object has been registered on the bus with registerObject().
- Parameters
-
- Returns
true
on success or false
otherwise
- See also
- interfaces(), interface()
◆ registerObject() [1/2]
bool Tp::BaseConnection::registerObject |
( |
DBusError * |
error = NULL | ) |
|
Register this connection object on the bus.
If error is passed, any D-Bus error that may occur will be stored there.
- Parameters
-
error | A pointer to an empty DBusError where any possible D-Bus error will be stored. |
- Returns
true
on success and false
if there was an error or this connection object is already registered.
- See also
- isRegistered()
◆ uniqueName()
QString Tp::BaseConnection::uniqueName |
( |
| ) |
const |
|
virtual |
Return a unique name for this connection.
- Returns
- A unique name for this connection.
◆ disconnected
void Tp::BaseConnection::disconnected |
( |
| ) |
|
|
signal |
Emitted when this connection has been disconnected.
◆ registerObject() [2/2]
bool Tp::BaseConnection::registerObject |
( |
const QString & |
busName, |
|
|
const QString & |
objectPath, |
|
|
DBusError * |
error |
|
) |
| |
|
protectedvirtual |
◆ matchChannel()
bool Tp::BaseConnection::matchChannel |
( |
const Tp::BaseChannelPtr & |
channel, |
|
|
const QVariantMap & |
request, |
|
|
Tp::DBusError * |
error |
|
) |
| |
|
protectedvirtual |
Check channel on conformity with request.
This virtual method is used to check if a channel satisfying the given request. It is warranted, that the type of the channel meets the requested type.
The default implementation compares TargetHandleType and TargetHandle/TargetID. If error is passed, any error that may occur will be stored there.
- Parameters
-
channel | A pointer to a channel to be checked. |
request | A dictionary containing the desirable properties. |
error | A pointer to an empty DBusError where any possible error will be stored. |
- Returns
true
if channel match the request and false
otherwise.
- See also
- ensureChannel()