Development/Tutorials/D-Bus/Creating Interfaces

From KDE TechBase
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Abstract

DBUS allows applications to expose internal API to the outside world by means of remotely callable interfaces. This tutorial shows how to create and implement such interfaces in your applications.

Prerequisites

Technologies:

  • Qt4
  • DBUS
  • CMake

Tutorials:

Lights: Defining The Interface

Defining Methods

Naming The Interface

Camera: Generating the Interface

qdbuscpp2xml

CMake

Action: Instantiating the Interface At Runtime

Other Resources