java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceUser
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an individual user
Java wrapper for Qt's class QPlaceUser
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPlaceUser
(QPlaceUser other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceUser other) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
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
-
QPlaceUser
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
name
-
assign
-
setName
-
setUserId
-
userId
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-