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

SMSService Class Reference

Provides the Qt Extended SMS service. More...

    #include <SMSService>

Inherits QtopiaAbstractService.

Public Slots

Additional Inherited Members


Detailed Description

Provides the Qt Extended SMS service.

The SMS service enables applications to access features of the system's SMS application.


Member Function Documentation

void SMSService::smsVCard ( const QString & filename, const QString & description )   [slot]

Direct the SMS service to interact with the user to compose a new SMS message for sending the vcard data in filename. The description argument provides an optional descriptive text message.

This slot corresponds to the QCop service message SMS::smsVCard(QString,QString).

void SMSService::smsVCard ( const QString & channel, const QString & id, const QString & filename, const QString & description )   [slot]

This function is deprecated.

This is an overloaded member function, provided for convenience.

Direct the SMS service to interact with the user to compose a new SMS message for sending the vcard data in filename. The description argument provides an optional descriptive text message. The channel and id are not used.

This slot corresponds to the QCop service message SMS::smsVCard(QString,QString,QString,QString).

void SMSService::smsVCard ( const QDSActionRequest & request )   [slot]

This is an overloaded member function, provided for convenience.

Direct the SMS service to interact with the user to compose a new SMS message for sending the vcard data in request.

This slot corresponds to a QDS service with a request data type of "text/x-vcard" and no response data.

This slot corresponds to the QCop service message SMS::smsVCard(QDSActionRequest).

void SMSService::viewSms ()   [slot]

This function is deprecated.

Show the most recently received SMS message.

Clients of this service should instead use Messages::viewNewMessages().

This slot corresponds to the QCop service message SMS::viewSms().

void SMSService::viewSmsList ()   [slot]

This function is deprecated.

Show the list of all received SMS messages.

This slot corresponds to the QCop service message SMS::viewSmsList().

void SMSService::writeSms ()   [slot]

Direct the SMS service to interact with the user to compose a new SMS message, and then, if confirmed by the user, send the message.

This slot corresponds to the QCop service message SMS::writeSms().

void SMSService::writeSms ( const QString & name, const QString & number )   [slot]

This is an overloaded member function, provided for convenience.

Direct the SMS service to interact with the user to compose a new SMS message, and then, if confirmed by the user, send the message. The message is sent to name at number.

This slot corresponds to the QCop service message SMS::writeSms(QString,QString).

void SMSService::writeSms ( const QString & name, const QString & number, const QString & filename )   [slot]

This is an overloaded member function, provided for convenience.

Direct the SMS service to interact with the user to compose a new SMS message, and then, if confirmed by the user, send the message. The message is sent to name at number. The initial body of the message will be read from filename. After the file is read, it will be removed.

This slot corresponds to the QCop service message SMS::writeSms(QString,QString,QString).


Copyright © 2009 Trolltech Trademarks
Qt Extended 4.4.3