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
-
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.final boolean
equals
(QPlaceSupplier rhs) 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 void
Overloaded function forsetUrl(io.qt.core.QUrl)
.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
-
equals
-
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.
-
setUrl
Overloaded function for
setUrl(io.qt.core.QUrl)
.
-