TaskManagerService Class Reference
Provides the Qtopia TaskManager service. More...
#include <TaskManagerService>
Inherits QCopObjectService.
Public Slots
- 1 public slot inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 6 public functions inherited from QCopObject
- 36 public functions inherited from QObject
- 1 signal inherited from QObject
- 1 static public member inherited from QCopObject
- 4 static public members inherited from QObject
- 3 protected functions inherited from QCopObjectService
- 5 protected functions inherited from QCopObject
- 8 protected functions inherited from QObject
- 2 protected variables inherited from QObject
- 1 static protected member inherited from QObject
Detailed Description
Provides the Qtopia TaskManager service.
The TaskManager service enables applications to cause the home screen to switch between tasks or show a list of all running tasks.
Member Function Documentation
void TaskManagerService::multitask () [slot]
Switch to the next task.
This slot corresponds to the QCop service message TaskManager::multitask().
void TaskManagerService::showRunningTasks () [slot]
Show a list of all running tasks.
This slot corresponds to the QCop service message TaskManager::showRunningTasks().