Главная · Все классы · Основные классы · Классы по группам · Модули · Функции

QDBusServer Class Reference
[QtDBus module]

The QDBusServer class provides peer-to-peer communication between processes on the same computer. Далее...

 #include <QDBusServer>

Унаследован от: QObject.

Класс был добавлен в Qt 4.2.

Открытые функции

Сигналы

Дополнительные унаследованные члены


Подробное описание

The QDBusServer class provides peer-to-peer communication between processes on the same computer.


Описание функций-членов

QDBusServer::QDBusServer ( const QString & address, QObject * parent = 0 )

Constructs a QDBusServer with the given address, and the given parent.

QString QDBusServer::address () const

Returns the address this server is assosiated with.

bool QDBusServer::isConnected () const

Returns true if this QDBusServer object is connected.

If it isn't connected, you need to call the constructor again.

QDBusError QDBusServer::lastError () const

Returns the last error that happened in this server.

This function is provided for low-level code.

void QDBusServer::newConnection ( const QDBusConnection & connection )   [signal]

This signal is currently not used, but if and when it is used, connection will be the new connection.


Copyright © 2008 Trolltech Торговые марки
Qt 4.3.5