Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

RouteDestination Class Reference
(ApplicationIpcRouter::RouteDestination)
[QtBaseModule]

The RouteDestination class represents an IPC route destination. More...

Inherited by BuiltinApplicationLauncher, ConsoleApplicationLauncher, ExeApplicationLauncher, and QtopiaServerApplicationLauncher.

Public Functions


Detailed Description

The RouteDestination class represents an IPC route destination.

A route destination allows an ApplicationTypeLauncher to add a manual transport route to the ApplicationIpcRouter instance. Manual transport routes are usefull to adapt the system's primary IPC transport to other transport models.

Note: This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

An overview of the application launcher mechanism and the role the RouteDestination plays in it is given in the documentation of the ApplicationLauncher class.


Member Function Documentation

void RouteDestination::routeMessage ( const QString & appName, const QString & message, const QByteArray & data )   [pure virtual]

Invoked by the system's IpcRouter to deliver an IPC message. appName is set to the name of the application the message should be delivered to (the "destination"). message and data represent the message itself.


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3