| Home · All Classes · Annotated · Functions |
The QSMSMessagePart class specifies a part within an SMS message. More...
#include <QSMSMessagePart>
The QSMSMessagePart class specifies a part within an SMS message.
QSMSMessage objects contain zero or more "parts", which describe the contents of the SMS message. A part may be plain text, or a binary stream tagged by a MIME type.
See also QSMSMessage.
Constructs an empty SMS message part.
Constructs a new plain text SMS message part from the string text.
Constructs a new binary SMS message part with the specified mimeType and data.
Constructs a new binary SMS message part with the specified mimeType and data. The part is intended to be displayed at position within a subsequent text part.
Constructs a copy of part.
Destructs the QSMSMessagePart.
Get the binary data associated with this SMS message part. Returns and empty QByteArray if it is not a binary part.
Determine if this SMS message part is plain text (returns true) or binary (returns false).
Get the MIME type associated with this SMS message part, or QString() if it is not a binary part.
Get the text position to display this SMS message part at.
Get the plain text contents of this SMS message part, or QString() if it is not a text part.
Assigns a copy of part to this object.
| Copyright © 2006 Trolltech | Trademarks | Qtopia 4.1.7 |