The QPlaceEditorial class represents a publisher's article describing a place. 更多...
头: | #include <QPlaceEditorial> |
qmake: | QT += location |
Since: | Qt 5.6 |
继承: | QPlaceContent |
QPlaceEditorial () | |
QPlaceEditorial (const QPlaceContent & other ) | |
virtual | ~QPlaceEditorial () |
QString | language () const |
void | setLanguage (const QString & 语言 ) |
void | setText (const QString & text ) |
void | setTitle (const QString & title ) |
QString | text () const |
QString | title () const |
The QPlaceEditorial class represents a publisher's article describing a place.
每个 QPlaceEditorial has a title, text and language; in addition to those properties inherited from QPlaceContent .
Note: The Places API only supports editorials as 'retrieve-only' objects. Submitting editorials to a provider is not a supported use case.
另请参阅 QPlaceContent .
Constructs a new editorial object.
构造副本为 other if possible, otherwise constructs a default editorial object.
[虚拟]
QPlaceEditorial::
~QPlaceEditorial
()
析构函数。
Returns the language of the editorial. Typically this would be a language code in the 2 letter ISO 639-1 format.
另请参阅 setLanguage ().
设置 语言 of the editorial. Typically this would be a language code in the 2 letter ISO 639-1 format.
另请参阅 language ().
设置 text of the editorial.
另请参阅 text ().
设置 title of the editorial.
另请参阅 title ().
Returns a textual description of the place.
Depending upon the provider, the editorial text could be either rich(HTML based) text or plain text.
另请参阅 setText ().
Returns the title of the editorial.
另请参阅 setTitle ().