| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
Provides the Qtopia Alarm service. More...
#include <AlarmService>
Inherits QtopiaAbstractService.
Provides the Qtopia Alarm service.
The Alarm service enables applications to pop up a dialog on the user's display to edit the alarm time.
Client applications can request the Alarm service with the following code:
QtopiaServiceRequest req( "Alarm", "editAlarm()" );
req.send();
See also ClockService.
Instruct the Alarm service to pop up a dialog box that permits editing of the alarm.
This slot corresponds to the QCop service message Alarm::editAlarm().
Instruct the Alarm service to enable or disable the daily alarm according to flag.
This slot corresponds to the QCop service message Alarm::setDailyEnabled(int).
| Copyright © 2008 Nokia | Trademarks | Qtopia 4.3.3 |