Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
Provides the Qt Extended SMS service. More...
#include <SMSService>
Inherits QtopiaAbstractService.
Provides the Qt Extended SMS service.
The SMS service enables applications to access features of the system's SMS application.
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).
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).
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).
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().
This function is deprecated.
Show the list of all received SMS messages.
This slot corresponds to the QCop service message SMS::viewSmsList().
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().
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).
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 |