| Home · All Classes · Grouped Classes · Annotated · Functions |
Provides the Qtopia SMS service. More...
#include <SMSService>
Inherits QtopiaAbstractService.
Provides the Qtopia 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 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).
Show the most recently received message.
This slot corresponds to the QCop service message SMS::viewNewMessages().
Show the most recently received SMS message.
This slot corresponds to the QCop service message SMS::viewSms().
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 © 2007 Trolltech | Trademarks | Qtopia 4.2.5 |