QPlaceUser Class▲
-
Header: QPlaceUser
-
qmake: QT += location
-
Group: QPlaceUser is part of QtLocation-places, QtLocation-places-data
I. Detailed Description▲
II. Property Documentation▲
II-1. name : QString▲
This property holds the name of the user.
Access functions:
-
name() const
-
void setName(const &name)
II-2. userId : QString▲
This property holds the identifier of the user.
Access functions:
-
userId() const
-
void setUserId(const &identifier)
III. Member Function Documentation▲
III-1. QPlaceUser::QPlaceUser()▲
Constructs a new user object.
III-2. QPlaceUser::QPlaceUser(const QPlaceUser &other)▲
Constructs a copy of other.
III-3. QPlaceUser::~QPlaceUser()▲
Destroys the user object.
III-4. QPlaceUser &QPlaceUser::operator=(const QPlaceUser &other)▲
Assigns other to this user and returns a reference to this user.