QDBusAbstractInterface Class
The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces. More...
| Header: | #include <QDBusAbstractInterface> |
| qmake: | QT += dbus |
| Since: | Qt 4.2 |
| Inherits: | QObject |
| Inherited By: |
This class was introduced in Qt 4.2.
Detailed Description
Generated-code classes also derive from QDBusAbstractInterface, all methods described here are also valid for generated-code classes. In addition to those described here, generated-code classes provide member functions for the remote methods, which allow for compile-time checking of the correct parameters and return values, as well as property type-matching and signal parameter-matching.
See also The QDBus compiler and QDBusInterface.