Qt:Документация 4.3.2/qdbusserver

Материал из Wiki.crossplatform.ru

Перейти к: навигация, поиск
40px Внимание: Актуальная версия перевода документации находится здесь

__NOTOC__

Image:qt-logo.png

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

Image:trolltech-logo.png

Содержание

[править] QDBusServer Class Reference
[ QtDBus module]

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

 #include <QDBusServer>

Inherits QObject.

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

[править] Открытые функции

  • 29 открытых функций, унаследованных от QObject

[править] Сигналы

  • 1 сигнал, унаследованный от QObject

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

  • 1 свойство, унаследованное от QObject
  • 1 открытый слот, унаследованный от QObject
  • 5 статических открытых членов, унаследованных от QObject
  • 7 защищенных функций, унаследованных от QObject

[править] Подробное описание

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 © 2007 Trolltech Trademarks
Qt 4.3.2