Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions codeless banner

AlarmService Class Reference
[QtEssentialsModule]

The AlarmService class provides the Alarm service. More...

    #include <AlarmService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The AlarmService class provides the 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.


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 © 2009 Trolltech Trademarks
Qt Extended 4.4.3