java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceUser
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an individual user
Java wrapper for Qt class QPlaceUser
- Since:
- This class was introduced in Qt 5.6.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceUser other) clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceUser other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceUser)
.final String
name()
final void
final void
final String
userId()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceUser
public QPlaceUser() -
QPlaceUser
- Parameters:
other
-
-
-
Method Details
-
name
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setName
- Parameters:
name
-
-
setUserId
- Parameters:
identifier
-
-
userId
- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceUser)
. -
clone
Creates and returns a copy of this object.
-