Home · All Namespaces · All Classes · Grouped Classes · Modules · 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.
Returns the binary data associated with this SMS message part. Returns and empty QByteArray if it is not a binary part.
Returns true if this SMS message part is plain text; or false if binary.
Returns the MIME type associated with this SMS message part, or QString() if it is not a binary part.
Returns the text position to display this SMS message part at.
Returns 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 © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |