java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContactDetail
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a contact detail such as a phone number or website url
Java wrapper for Qt class QPlaceContactDetail
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
-
Constructor Summary
ConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceContactDetail other) final void
clear()
clone()
Creates and returns a copy of this object.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
.final String
label()
final void
final void
final String
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
Email
-
Fax
-
Phone
-
Website
-
-
Constructor Details
-
QPlaceContactDetail
public QPlaceContactDetail() -
QPlaceContactDetail
-
-
Method Details
-
clear
-
label
-
assign
-
setLabel
-
setValue
-
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
. -
clone
Creates and returns a copy of this object.
-