QMessageContentContainer Class ReferenceThe QMessageContentContainer class provides an interface for internet media (MIME) and Transport Neutral Encapsulation Format (TNEF) content that is possibly only partially retrieved. More... #include <QMessageContentContainer> Inherited by: QMessage. This class was introduced in Qt Mobility 1.0. Public Functions
Detailed DescriptionThe QMessageContentContainer class provides an interface for internet media (MIME) and Transport Neutral Encapsulation Format (TNEF) content that is possibly only partially retrieved. A QMessageContentContainer object can either directly contain media such as text, image, audio, video, application or message data, or contain multiple parts of content, but can not contain both media and multiple parts directly. Container objects can be obtained via their QMessageContentContainerId identifier, using the find() function of the containing QMessage object. For textual content using a recognized charset encoding textContent() will return the content as a unicode string. For non-multipart content content() will return the content data after decoding any transfer encoding used to represent binary data using 7-bit ASCII characters, such as quoted-printable and base64. The internet media (MIME) type of the container is returned by contentType(), the content subtype is returned by contentSubType(), the content type charset parameter is returned by contentCharset(), and the content suggested filename by suggestedFileName(). The type of a container that contains multiple parts of content must be "multipart" (case insensitive). A list of identifiers for directly contained parts of content is returned by contentIds(). An indication of the size of the container and its contents on the originating server is given by size(). If the content is entirely available on the device isContentAvailable() will return true. Non-multipart content can be serialized to a QDataStream using writeContentTo(), or to a QTextStream using writeTextContentTo(). A container also stores name-value pairs known as header fields. Names are ASCII strings, while values are charset encoded unicode strings. A list of the header fields present in a container is returned by headerFields(). The unicode string values associated with a particular header field name are returned by headerFieldValues(). See also QMessage and QMessageContentContainerId. Member Function Documentation
|
Publicité
Best OfActualités les plus luesSemaine
Mois
Année
Le Qt Quarterly au hasardImplémenter un mutex en lecture et en écritureQt Quarterly est la revue trimestrielle proposée par Nokia et à destination des développeurs Qt. Ces articles d'une grande qualité technique sont rédigés par des experts Qt. Lire l'article.
CommunautéRessources
Liens utilesContact
Qt dans le magazine |
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtmobility-1.2 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com