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
- Since:
- This class was introduced in Qt 5.6.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceSupplier other) clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceSupplier other) 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 QUrl
url()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceSupplier
public QPlaceSupplier() -
QPlaceSupplier
- Parameters:
other
-
-
-
Method Details
-
icon
- Returns:
-
isEmpty
- Returns:
-
name
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setIcon
- Parameters:
icon
-
-
setName
- Parameters:
data
-
-
setSupplierId
- Parameters:
identifier
-
-
setUrl
- Parameters:
data
-
-
supplierId
- Returns:
-
url
- Returns:
-
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)
.
-