| Home · All Classes · Annotated · Functions |
Provides the Qtopia Clock service. More...
#include <ClockService>
Inherits QCopObjectService.
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.
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 |