Home · All Classes · Annotated · Functions

LauncherService Class Reference

Provides the Qtopia Launcher service. More...

#include <LauncherService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia Launcher service.

The Launcher service enables applications to launch other applications, and optionally pass them a document to be opened.

Normally an application will use Qtopia::execute() to launch an application, rather than send a service message directly.

See also Qtopia::execute().


Member Function Documentation

void LauncherService::execute ( const QString & app )   [slot]

Executes the application identified by app.

This slot corresponds to the QCop service message Launcher::execute(QString).

void LauncherService::execute ( const QString & app, const QString & document )   [slot]

This is an overloaded member function, provided for convenience.

Executes the application identified by app, passing it document as the document to be opened.

This slot corresponds to the QCop service message Launcher::execute(QString,QString).


Copyright © 2006 Trolltech Trademarks
Qtopia 4.1.7