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
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceSupplier other) clone()
Creates and returns a copy of this object.boolean
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 QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceSupplier
public QPlaceSupplier() -
QPlaceSupplier
-
-
Method Details
-
icon
-
isEmpty
-
name
-
assign
-
setIcon
-
setName
-
setSupplierId
-
setUrl
-
supplierId
-
url
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceSupplier)
. -
clone
Creates and returns a copy of this object.
-