The QPlaceUser class represents an individual user. 更多...
头: | #include <QPlaceUser> |
qmake: | QT += location |
Since: | Qt 5.6 |
QPlaceUser () | |
QPlaceUser (const QPlaceUser & other ) | |
~QPlaceUser () | |
QString | name () const |
void | setName (const QString & name ) |
void | setUserId (const QString & 标识符 ) |
QString | userId () const |
bool | operator!= (const QPlaceUser & other ) const |
QPlaceUser & | operator= (const QPlaceUser & other ) |
bool | operator== (const QPlaceUser & other ) const |
The QPlaceUser class represents an individual user.
Constructs a new user object.
构造副本为 other .
Destroys the user object.
Returns the name of the user.
另请参阅 setName ().
设置 name of the user.
另请参阅 name ().
设置 标识符 of the user.
另请参阅 userId ().
Returns the identifier of the user.
另请参阅 setUserId ().
返回 true 若 other is not equal to this user, otherwise returns false.
赋值 other to this user and returns a reference to this user.
Returns true if this user is equal to other 。否则返回 false。