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

TasksService Class Reference
[QtPimModule]

The TasksService class provides the Tasks service. More...

    #include <TasksService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The TasksService class provides the 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::updateRecurringTasks ( const QDateTime & datetime, int data )   [slot]

Process any recurring task due date changes by calling QTaskModel::updateRecurringTasks().

This slot corresponds to the QCop service message Tasks::updateRecurringTasks(QDateTime,int).

This message is usually generated at the appropriate times by the PIM library. The datetime parameter describes when the updates are expected to be required, and the data parameter is currently unused.

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

Update an existing task.

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


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3