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
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final QMetaObject
This variable stores the meta-object for the class.static final String
-
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
final String
getLabel()
Kotlin property getter.final String
getValue()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
.final String
label()
final void
final void
final void
swap
(QPlaceContactDetail other) SeeQPlaceContactDetail::
swap(QPlaceContactDetail&) final String
value()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class. -
Email
-
Fax
-
Phone
-
Website
-
-
Constructor Details
-
QPlaceContactDetail
public QPlaceContactDetail() -
QPlaceContactDetail
-
-
Method Details
-
clear
-
label
-
assign
-
setLabel
-
setValue
-
swap
See
QPlaceContactDetail::
swap(QPlaceContactDetail&) -
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceContactDetail)
. -
clone
Creates and returns a copy of this object.
-
getLabel
Kotlin property getter. In Java use
label()
instead. -
getValue
Kotlin property getter. In Java use
value()
instead.
-