Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The TasksService class provides the Tasks service. More...
#include <TasksService>
Inherits QtopiaAbstractService.
The TasksService class provides the Tasks service.
The Tasks service enables applications to access features of the Tasks application.
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).
Add a new task.
This slot corresponds to the QCop service message Tasks::addTask(QTask).
Open a dialog to allow the user to create a new task.
This slot corresponds to the QCop service message Tasks::newTask().
Remove an existing task.
This slot corresponds to the QCop service message Tasks::removeTask(QTask).
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).
Show the task identified by uid.
This slot corresponds to the QCop service message Tasks::showTask(QUniqueId).
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.
Update an existing task.
This slot corresponds to the QCop service message Tasks::updateTask(QTask).
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |