Home · All Classes · Annotated · Functions

AlarmService Class Reference

Provides the Qtopia Alarm service. More...

#include <AlarmService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

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.


Member Function Documentation

void AlarmService::editAlarm ()   [slot]

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().

void AlarmService::setDailyEnabled ( int flag )   [slot]

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