QMessageAddress Class ReferenceThe QMessageAddress class provides an interface for a message address. More... #include <QMessageAddress> This class was introduced in Qt Mobility 1.0. Public Types
Public Functions
Static Public Members
Detailed DescriptionThe QMessageAddress class provides an interface for a message address. A message address consists of an addressee string and a type. Member Type Documentation
|
Constant | Value | Description |
---|---|---|
QMessageAddress::System | 1 | A system address. |
QMessageAddress::Phone | 2 | A telephony address. |
QMessageAddress::Email | 3 | An Email, Internet Message Format address. |
QMessageAddress::InstantMessage | 4 | An Instant Messaging address. |
Constructs an empty message address.
Constructs a message address with the given type and addressee.
This function was introduced in Qt Mobility 1.0.
Constructs a copy of other.
This function was introduced in Qt Mobility 1.0.
Destroys the message address.
Returns the addressee.
This function was introduced in Qt Mobility 1.0.
See also setAddressee().
Parses an email address into name, address and suffix parts.
* name is set to the name part of the email address. * address is set to the address part of the email address. * suffix is set to the suffix part of the email address.
If the starting delimeter between the name and address part of the email address is found then * startDelimeterFound is set to true; otherwise * startDelimeterFound is set to false;
If the starting delimeter is not found, then the parsing is ambiguous and both * name and * address will be set to the input emailAddress.
If the ending delimeter of the address part of the email address is found then * endDelimeterFound is set to true; otherwise * endDelimeterFound is set to false;
This function was introduced in Qt Mobility 1.0.
Sets the addressee to addressee.
This function was introduced in Qt Mobility 1.0.
See also addressee().
Sets the type of the message address to type.
This function was introduced in Qt Mobility 1.0.
See also type().
Returns the type of the message address.
This function was introduced in Qt Mobility 1.0.
See also setType().
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