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

ClockService Class Reference
[QtEssentialsModule]

The ClockService class provides the Clock service. More...

    #include <ClockService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

The ClockService class provides the Clock service.

The Clock service enables applications to pop up the clock on the user's display by sending it a showClock() message.

Client applications can request the Clock service with the following code:

    QtopiaServiceRequest req( "Clock", "showClock()" );
    req.send();

See also AlarmService.


Member Function Documentation

void ClockService::showClock ()   [slot]

checkboxes[i]->isChecked() Instruct the Clock service to pop up the clock on the user's display.

This slot corresponds to the QCop service message Clock::showClock().


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3