| Home · All Classes · Grouped Classes · Annotated · Functions |
Provides the Qtopia Tasks service. More...
#include <TasksService>
Inherits QtopiaAbstractService.
Provides the Qtopia 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).
Update an existing task.
This slot corresponds to the QCop service message Tasks::updateTask(QTask).
| Copyright © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |