The QPlaceReview class represents a review of a place. 更多...
| 頭: | #include <QPlaceReview> |
| qmake: | QT += location |
| Since: | Qt 5.6 |
| 繼承: | QPlaceContent |
該類在 Qt 5.6 引入。
| QPlaceReview (const QPlaceContent & other ) | |
| QPlaceReview () | |
| virtual | ~QPlaceReview () |
| QDateTime | dateTime () const |
| QString | language () const |
| qreal | rating () const |
| QString | reviewId () const |
| void | setDateTime (const QDateTime & dateTime ) |
| void | setLanguage (const QString & 語言 ) |
| void | setRating (qreal rating ) |
| void | setReviewId (const QString & identifier ) |
| void | setText (const QString & text ) |
| void | setTitle (const QString & title ) |
| QString | text () const |
| QString | title () const |
Each QPlaceReview has a number of properties such as a title, text, date of submission and rating; in addition to those properties inherited from QPlaceContent .
Note: The Places API only supports reviews as 'retrieve-only' objects. Submitting reviews to a provider is not a supported use case.
另請參閱 QPlaceContent and QPlaceEditorial .
構造副本為 other , otherwise constructs a default review object.
Constructs a new review object.
[虛擬]
QPlaceReview::
~QPlaceReview
()
Destroys the review.
Returns the date and time that the review was submitted.
另請參閱 setDateTime ().
Returns the language of the review. Typically this would be a language code in the 2 letter ISO 639-1 format.
另請參閱 setLanguage ().
Returns this review's rating of the place.
另請參閱 setRating ().
Returns the review's identifier.
另請參閱 setReviewId ().
Sets the date and time that the review was submitted to dateTime .
另請參閱 dateTime ().
設置 語言 of the review. Typically this would be a language code in the 2 letter ISO 639-1 format.
另請參閱 language ().
Sets the review's rating of the place.
另請參閱 rating ().
設置 identifier of the review.
另請參閱 reviewId ().
設置 text of the review.
另請參閱 text ().
設置 title of the review.
另請參閱 title ().
Returns a textual description of the place.
Depending on the provider the text could be rich (HTML based) or plain text.
另請參閱 setText ().
Returns the title of the review.
另請參閱 setTitle ().