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

AlarmControl Class Reference
[QtBaseModule]

The AlarmControl class maintains Qt Extended alarm system. More...

    #include <AlarmControl>

Inherits QObject.

Public Functions

Signals

Additional Inherited Members


Detailed Description

The AlarmControl class maintains Qt Extended alarm system.

The AlarmControl class is a server task and provides an implementation of the AlarmServerService. Applications can access the alarm server via Qtopia::addAlarm() and Qtopia::deleteAlarm().

This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.

See also AlarmServerService.


Member Function Documentation

AlarmControl::AlarmControl ( QObject * parent = 0 )

Create an AlarmControl instance with the passed parent.

void AlarmControl::alarmEnabled ( bool on )

Sets the daily alarm flag to on.

bool AlarmControl::alarmState () const

Returns true if the daily alarm flag is on, otherwise false.

See also AlarmServerService::dailyAlarmEnabled().

void AlarmControl::alarmStateChanged ( bool alarmOn )   [signal]

Emitted whenever the daily alarm flag changes. alarmOn reflects the new state.

See also alarmEnabled().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3