java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceSupplier
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a supplier of a place or content associated with a place
Java wrapper for Qt class QPlaceSupplier
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceSupplier other) clone()
Creates and returns a copy of this object.boolean
final QPlaceIcon
getIcon()
Kotlin property getter.final String
getName()
Kotlin property getter.final String
Kotlin property getter.final QUrl
getUrl()
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceSupplier)
.final QPlaceIcon
icon()
final boolean
isEmpty()
final String
name()
final void
setIcon
(QPlaceIcon icon) final void
final void
setSupplierId
(String identifier) final void
final String
final void
swap
(QPlaceSupplier other) SeeQPlaceSupplier::
swap(QPlaceSupplier&) final QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPlaceSupplier
public QPlaceSupplier() -
QPlaceSupplier
-
-
Method Details
-
icon
-
isEmpty
-
name
-
assign
-
setIcon
-
setName
-
setSupplierId
-
setUrl
-
supplierId
-
swap
See
QPlaceSupplier::
swap(QPlaceSupplier&) -
url
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceSupplier)
. -
clone
Creates and returns a copy of this object.
-
getIcon
Kotlin property getter. In Java use
icon()
instead. -
getName
Kotlin property getter. In Java use
name()
instead. -
getSupplierId
Kotlin property getter. In Java use
supplierId()
instead. -
getUrl
Kotlin property getter. In Java use
url()
instead.
-