Viadeo Twitter Google Bookmarks ! Facebook Digg del.icio.us MySpace Yahoo MyWeb Blinklist Netvouz Reddit Simpy StumbleUpon Bookmarks Windows Live Favorites 
Logo Documentation Qt ·  Page d'accueil  ·  Toutes les classes  ·  Classes principales  ·  Annotées  ·  Classes groupées  ·  Modules  ·  Fonctions  · 

QPlaceReply Class

The QPlaceReply class manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized replies. More...

 #include <QPlaceReply>

Inherits: QObject.

Inherited by: QPlaceContentReply, QPlaceDetailsReply, QPlaceIdReply, QPlaceMatchReply, QPlaceSearchReply, and QPlaceSearchSuggestionReply.

This class was introduced in Qt Location 5.0.

Public Types

enum Error { NoError, PlaceDoesNotExistError, CategoryDoesNotExistError, CommunicationError, ..., UnknownError }
enum Type { Reply, DetailsReply, SearchReply, SearchSuggestionReply, ..., MatchReply }

Public Functions

QPlaceReply(QObject * parent = 0)
~QPlaceReply()
QPlaceReply::Error error() const
QString errorString() const
bool isFinished() const
virtual Type type() const
  • 31 public functions inherited from QObject

Public Slots

virtual void abort()
  • 1 public slot inherited from QObject

Signals

void error(QPlaceReply::Error error, const QString & errorString = QString())
void finished()

Protected Functions

void setError(QPlaceReply::Error error, const QString & errorString)
void setFinished(bool finished)
  • 9 protected functions inherited from QObject

Additional Inherited Members

  • 1 property inherited from QObject
  • 11 static public members inherited from QObject

Detailed Description

The QPlaceReply class manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized replies.

The QPlaceReply and each of its specialized subclasses manage the state and results of their corresponding operations. The QPlaceReply itself is used for operations that have no results, that is, it only necessary to know if the operation succeeded or failed.

The finished() signal can be used to monitor the progress of an operation. Once an operation is complete, the error() and errorString() methods provide information on whether the operation completed successfully. If successful, the reply will contain the results for that operation, that is, each subclass will have appropriate functions to retrieve the results of an operation.

See also QPlaceManager.

Member Type Documentation

enum QPlaceReply::Error

Describes an error which occurred during an operation.

ConstantValueDescription
QPlaceReply::NoError0No error has occurred
QPlaceReply::PlaceDoesNotExistError1A specified place could not be found
QPlaceReply::CategoryDoesNotExistError2A specified category could not be found
QPlaceReply::CommunicationError3An error occurred communicating with the service provider.
QPlaceReply::ParseError4The response from the service provider or an import file was in an unrecognizable format
QPlaceReply::PermissionsError5The operation failed because of insufficient permissions.
QPlaceReply::UnsupportedError6The operation was not supported by the service provider.
QPlaceReply::BadArgumentError7. A parameter that was provided was invalid.
QPlaceReply::CancelError8The operation was canceled.
QPlaceReply::UnknownError9An error occurred which does not fit into any of the other categories.

enum QPlaceReply::Type

Describes the reply's type.

ConstantValueDescription
QPlaceReply::Reply0This is a generic reply.
QPlaceReply::DetailsReply1This is a reply for the retrieval of place details
QPlaceReply::SearchReply2This is a reply for the place search operation.
QPlaceReply::SearchSuggestionReply3This is a reply for a search suggestion operation.
QPlaceReply::ContentReply4This is a reply for content associated with a place.
QPlaceReply::IdReply5This is a reply that returns an identifier of a place or category. Typically used for place or category save and remove operations.
QPlaceReply::MatchReply6This is a reply that returns places that match those from another provider.

Member Function Documentation

QPlaceReply::QPlaceReply(QObject * parent = 0)

Constructs a reply object with a given parent.

QPlaceReply::~QPlaceReply()

Destroys the reply object.

void QPlaceReply::abort() [virtual slot]

Aborts the operation.

QPlaceReply::Error QPlaceReply::error() const

Returns the error code.

See also setError().

void QPlaceReply::error(QPlaceReply::Error error, const QString & errorString = QString()) [signal]

This signal is emitted when an error has been detected in the processing of this reply. The finished() signal will probably follow.

The error will be described by the error code error. If errorString is not empty it will contain a textual description of the error meant for developers and not end users.

This signal and QPlaceManager::error() will be emitted at the same time.

Note: Do not delete this reply object in the slot connected to this signal. Use deleteLater() instead.

QString QPlaceReply::errorString() const

Returns the error string of the reply. The error string is intended to be used by developers only and is not fit to be displayed to an end user.

If no error has occurred, the string is empty.

void QPlaceReply::finished() [signal]

This signal is emitted when this reply has finished processing.

If error() equals QPlaceReply::NoError then the processing finished successfully.

This signal and QPlaceManager::finished() will be emitted at the same time.

Note: Do not delete this reply object in the slot connected to this signal. Use deleteLater() instead.

See also setFinished().

bool QPlaceReply::isFinished() const

Return true if the reply has completed.

void QPlaceReply::setError(QPlaceReply::Error error, const QString & errorString) [protected]

Sets the error and errorString of the reply. This function does not cause the QPlaceReply::error(QPlaceReply::Error, const QString &errorString) signal to be emitted.

See also error().

void QPlaceReply::setFinished(bool finished) [protected]

Sets the status of whether the reply is finished or not. This function does not cause the finished() signal to be emitted.

See also finished().

Type QPlaceReply::type() const [virtual]

Returns the type of the reply.

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 5.0-snapshot
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 !
 
 
 
 
Partenaires

Hébergement Web