Development/Tutorials/D-Bus/Creating Interfaces

From KDE TechBase
Revision as of 14:30, 5 January 2007 by Milliams (talk | contribs) (Categorise)

Abstract

D-Bus 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
  • D-Bus
  • 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