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

SysMessagesService Class Reference
[QtPkgManagementModule]

The SysMessagesService class provides the SystemMessages service. More...

    #include <SysMessagesService>

Inherits QtopiaAbstractService.

Public Functions

Public Slots

Additional Inherited Members


Detailed Description

The SysMessagesService class provides the SystemMessages service.

The SystemMessages service enables the sending of system related messages as both warning dialogs and as synthetic messages which will end up in the users inbox. Client applications can request the SystemMessages service to send a message with the following code:

    QtopiaServiceRequest req( "SystemMessages", "QString, QString" );
    req << subject;
    req << text;
    req.send();

Member Function Documentation

SysMessagesService::SysMessagesService ( QObject * parent )

Constructs the service as a child of parent

void SysMessagesService::showDialog ( const QString & title, const QString & text )   [slot]

Displays a dialog to the user with the specified title and text


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3