QCollectivePresenceInfo Class Reference
|
Constant | Value | Description |
---|---|---|
QCollectivePresenceInfo::None | 0 | The presence state is not specified |
QCollectivePresenceInfo::Offline | 1 | The presence entity is offline |
QCollectivePresenceInfo::Away | 3 | The presence entity is away for a short time from the resource and cannot have instant communications |
QCollectivePresenceInfo::Online | 2 | The presence entity is online and available for communications |
QCollectivePresenceInfo::ExtendedAway | 4 | This presence state signifies that the party is away for an extended period of time |
QCollectivePresenceInfo::Hidden | 5 | The presence entity is hidden |
QCollectivePresenceInfo::Busy | 6 | The presence entity is busy and should not be contacted |
Constructs a QCollectivePresenceInfo object for a presence account with uri.
See also QCollectivePresence.
Creates a new QCollectivePresenceInfo object that is a copy of other.
Destroys the presence acount object.
Returns the avatar (buddy icon) filename from this entity.
See also setAvatar().
Returns the capabilities of the entity.
See also setCapabilities().
Returns the display name for this presence account object.
See also setDisplayName().
Returns true if uri() returns an empty string; otherwise returns false.
Returns the last updated time of this entity.
See also setLastUpdateTime().
Returns the message from this entity.
See also setMessage().
Returns the presence state string associated with the uri.
Different providers may have different standard strings associated with QCollectivePresenceInfo::PresenceType values.
See also setPresence().
Returns the presence state type associated with the uri.
The presence state type is the standardized representation of the presence state, which may differ between different presence providers.
See also setPresence().
Returns the custom properties of this entity. These properties might be reported by some implementations of QCollectivePresence and can be used by client applications that have a deeper knowledge of the specific provider.
See also setProperties().
Sets the avatar (buddy icon) filename for this entity.
See also avatar() and message().
Sets the capabilities of the entity.
See also capabilities().
Sets the display name of entity to displayName.
See also displayName().
Sets the last updated time for this entity to lastUpdate.
See also lastUpdateTime().
Sets the message for this entity.
See also message().
Sets the presence state and corresponding type associated with the uri.
Presence providers should perform the mapping from the presence provider specific presence state string to the standardized enumeration (QCollectivePresenceInfo::PresenceType).
See also presence().
Sets the custom properties of this entity.
See also properties().
Sets the URI for this presence account to uri.
See also uri().
Returns the URI for this presence account object.
An account with no URI info is considered to be null.
See also setUri() and isNull().
Returns true if information in other is not equal to information contained in this object; otherwise returns false.
Note that this does not compare the properties.
Assigns other to this account and returns a reference to this presence account.
Returns true if information in other is equal to information contained in this object; otherwise returns false.
Note that this does not compare the properties.
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 qtextended4.4 | |
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