Home · All Classes · Grouped Classes · Annotated · Functions

TasksService Class Reference

Provides the Qtopia Tasks service. More...

    #include <TasksService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia Tasks service.

The Tasks service enables applications to access features of the Tasks application.


Member Function Documentation

void TasksService::activateLink ( const QDSActionRequest & request )   [slot]

Activate the QDL link contained within request.

The slot corresponds to a QDS service with a request data type of QDLLink::mimeType() and no response data.

The slot corresponds to the QCop service message Tasks::activateLink(QDSActionRequest).

void TasksService::addTask ( const QTask & task )   [slot]

Add a new task.

This slot corresponds to the QCop service message Tasks::addTask(QTask).

void TasksService::newTask ()   [slot]

Open a dialog to allow the user to create a new task.

This slot corresponds to the QCop service message Tasks::newTask().

void TasksService::removeTask ( const QTask & task )   [slot]

Remove an existing task.

This slot corresponds to the QCop service message Tasks::removeTask(QTask).

void TasksService::requestLinks ( const QDSActionRequest & request )   [slot]

Request for one or more QDL links using the hint contained within request.

The slot corresponds to a QDS service with a request data type of "text/x-qstring" and response data type of QDLLink::listMimeType().

The slot corresponds to the QCop service message Tasks::requestLinks(QDSActionRequest).

void TasksService::showTask ( const QUniqueId & uid )   [slot]

Show the task identified by uid.

This slot corresponds to the QCop service message Tasks::showTask(QUniqueId).

void TasksService::updateTask ( const QTask & task )   [slot]

Update an existing task.

This slot corresponds to the QCop service message Tasks::updateTask(QTask).


Copyright © 2007 Trolltech Trademarks
Qtopia 4.2.5