Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The AlarmServerService class provides the Qt Extended AlarmServer service. More...
#include <AlarmServerService>
Inherits QtopiaIpcAdaptor.
The AlarmServerService class provides the Qt Extended AlarmServer service.
The AlarmServer service is used by Qt Extended applications to add and delete alarm events. It is normally accessed through Qtopia::addAlarm() and Qtopia::deleteAlarm().
Messages for the alarm server are sent on the QPE/AlarmServer QCop channel. The standard alarm server implementation is provided by the AlarmControl server task.
See also Qtopia::addAlarm(), Qtopia::deleteAlarm(), and AlarmControl.
Schedules an alarm to go off at (or soon after) time when. When the alarm goes off, the Qt Extended IPC message will be sent to channel, with data as a parameter.
This slot corresponds to the QCop message addAlarm(QDateTime,QString,QString,int) on the QPE/AlarmServer channel.
See also Qtopia::addAlarm().
Message that indicates when the clock application turns the daily alarm on or off, according to flag.
This slot corresponds to the QCop message dailyAlarmEnabled(bool) on the QPE/AlarmServer channel.
Deletes previously scheduled alarms which match when, channel, message, and data. If when is null any scheduled alarm that matches channel, message and data is deleted.
This slot corresponds to the QCop message deleteAlarm(QDateTime,QString,QString,int) on the QPE/AlarmServer channel.
See also Qtopia::deleteAlarm().
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |