Development/Tutorials/D-Bus/Creating Interfaces: Difference between revisions

From KDE TechBase
No edit summary
 
Line 8: Line 8:
* DBUS
* DBUS
* CMake
* CMake
Tutorials:
Tutorials:
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]]
* [[Development/Tutorials/Introduction_To_DBUS|Introduction To DBUS]]

Revision as of 23:56, 22 December 2006

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