Home · All Classes · Annotated · Functions

ClockService Class Reference

Provides the Qtopia Clock service. More...

#include <ClockService>

Inherits QCopObjectService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qtopia 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:

    QCopObjectService env( "Clock" );
    env.send( MESSAGE(showClock()) );

See also AlarmService.


Member Function Documentation

void ClockService::showClock ()   [slot]

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 © 2006 Trolltech Trademarks
Qtopia 4.1.7