QDBusServer Class Reference
|
| QDBusServer ( const QString & address, QObject * parent = 0 ) | |
| QString | address () const |
| bool | isConnected () const |
| QDBusError | lastError () const |
| void | newConnection ( const QDBusConnection & connection ) |
The QDBusServer class provides peer-to-peer communication between processes on the same computer.
Constructs a QDBusServer with the given address, and the given parent.
Returns the address this server is assosiated with.
Returns true if this QDBusServer object is connected.
If it isn't connected, you need to call the constructor again.
Returns the last error that happened in this server.
This function is provided for low-level code.
This signal is currently not used, but if and when it is used, connection will be the new connection.
| Copyright © 2010 Nokia Corporation and/or its subsidiary(-ies) | Торговые марки | Qt 4.6.4 |
|
Попытка перевода Qt документации. Если есть желание присоединиться, или если есть замечания или пожелания, то заходите на форум: Перевод Qt документации на русский язык... Люди внесшие вклад в перевод: Команда переводчиков |