The QPlaceUser class represents an individual user. 更多...
头: | #include <QPlaceUser> |
qmake: | QT += location |
Since: | Qt 5.6 |
该类在 Qt 5.6 引入。
QPlaceUser (const QPlaceUser & other ) | |
QPlaceUser () | |
QPlaceUser & | operator= (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 |
bool | operator== (const QPlaceUser & other ) const |
构造副本为 other .
Constructs a new user object.
赋值 other to this user and returns a reference to this user.
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.
Returns true if this user is equal to other 。否则返回 false。