| Home · All Classes · Grouped Classes · Annotated · Functions | ![]() |
Provides the Qtopia Clock service. More...
#include <ClockService>
Inherits QtopiaAbstractService.
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:
QtopiaServiceRequest req( "Clock", "showClock()" );
req.send();
See also AlarmService.
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 © 2008 Nokia | Trademarks | Qtopia 4.3.3 |