IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)

QPlaceEditorial Class

The QPlaceEditorial class represents a publisher's article describing a place.

This class was introduced in Qt 5.6.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QPlaceEditorial Class

  • Header: QPlaceEditorial

  • Since: Qt 5.6

  • qmake: QT += location

  • Inherits: QPlaceContent

  • Group: QPlaceEditorial is part of QtLocation-places, QtLocation-places-data

Detailed Description

Each 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.

See Also

See also QPlaceContent

Member Function Documentation

 

QPlaceEditorial::QPlaceEditorial()

Constructs a new editorial object.

QPlaceEditorial::QPlaceEditorial(const QPlaceContent &other)

Constructs a copy of other if possible, otherwise constructs a default editorial object.

[virtual] QPlaceEditorial::~QPlaceEditorial()

Destructor.

QString QPlaceEditorial::language() const

Returns the language of the editorial. Typically this would be a language code in the 2 letter ISO 639-1 format.

See Also

See also setLanguage()

void QPlaceEditorial::setLanguage(const QString &language)

Sets the language of the editorial. Typically this would be a language code in the 2 letter ISO 639-1 format.

See Also

See also language()

void QPlaceEditorial::setText(const QString &text)

Sets the text of the editorial.

See Also

See also text()

void QPlaceEditorial::setTitle(const QString &title)

Sets the title of the editorial.

See Also

See also title()

QString QPlaceEditorial::text() const

Returns a textual description of the place.

Depending upon the provider, the editorial text could be either rich(HTML based) text or plain text.

See Also

See also setText()

QString QPlaceEditorial::title() const

Returns the title of the editorial.

See Also

See also setTitle()

Vous avez aimé ce tutoriel ? Alors partagez-le en cliquant sur les boutons suivants : Viadeo Twitter Facebook Share on Google+