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

QPlaceUser Class

The QPlaceUser class represents an individual user.

This class was introduced in Qt 5.6.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QPlaceUser Class

  • Header: QPlaceUser

  • Since: Qt 5.6

  • qmake: QT += location

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

Detailed Description

 

Member Function Documentation

 

QPlaceUser::QPlaceUser()

Constructs a new user object.

QPlaceUser::QPlaceUser(const QPlaceUser &other)

Constructs a copy of other.

QPlaceUser::~QPlaceUser()

Destroys the user object.

QString QPlaceUser::name() const

Returns the name of the user.

See Also

See also setName()

void QPlaceUser::setName(const QString &name)

Sets the name of the user.

See Also

See also name()

void QPlaceUser::setUserId(const QString &identifier)

Sets the identifier of the user.

See Also

See also userId()

QString QPlaceUser::userId() const

Returns the identifier of the user.

See Also

See also setUserId()

bool QPlaceUser::operator!=(const QPlaceUser &other) const

Returns true if other is not equal to this user, otherwise returns false.

QPlaceUser &QPlaceUser::operator=(const QPlaceUser &other)

Assigns other to this user and returns a reference to this user.

bool QPlaceUser::operator==(const QPlaceUser &other) const

Returns true if this user is equal to other. Otherwise returns false.

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