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

QPlaceUser Class

The QPlaceUser class represents an individual user.

Article lu   fois.

L'auteur

Liens sociaux

Viadeo Twitter Facebook Share on Google+   

QPlaceUser Class

  • Header: QPlaceUser

  • qmake: QT += location

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

Detailed Description

 

Property Documentation

 

name : QString

This property holds the name of the user.

Access functions:

  • name() const

  • void setName(const &name)

userId : QString

This property holds the identifier of the user.

Access functions:

  • userId() const

  • void setUserId(const &identifier)

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.

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

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

Related Non-Members

 

bool operator!=(const QPlaceUser &lhs, const QPlaceUser &rhs)

Returns true if lhs is not equal to rhs, otherwise returns false.

bool operator==(const QPlaceUser &lhs, const QPlaceUser &rhs)

Returns true if lhs is equal to rhs, otherwise returns false.

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