| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
Provides the Qtopia AlarmServer service. More...
#include <AlarmServerService>
Inherits QtopiaIpcAdaptor.
Provides the Qtopia AlarmServer service.
The AlarmServer service is used by Qtopia 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 alarm server is started automatically by the Qtopia server application.
See also Qtopia::addAlarm() and Qtopia::deleteAlarm().
Create an AlarmServerService instance with the passed parent.
Destroy the AlarmServerService instance.
Schedules an alarm to go off at (or soon after) time when. When the alarm goes off, the Qtopia IPC message msg 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, msg, and data.
This slot corresponds to the QCop message deleteAlarm(QDateTime,QString,QString,int) on the QPE/AlarmServer channel.
See also Qtopia::deleteAlarm().
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |