| Home · All Classes · Annotated · Functions |
Provides the Qtopia Alarm service. More...
#include <AlarmService>
Inherits QCopObjectService.
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:
QCopObjectService env( "Alarm" );
env.send( MESSAGE(editAlarm()) );
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 © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |