java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceIcon
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an icon
Java wrapper for Qt class QPlaceIcon
- Since:
- This class was introduced in Qt 5.6.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceIcon other) clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceIcon other) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceIcon)
.final boolean
isEmpty()
final QPlaceManager
manager()
final void
setManager
(QPlaceManager manager) final void
setParameters
(Map<String, ? extends Object> parameters) final QUrl
url()
Overloaded function forurl(io.qt.core.QSize)
withsize = new io.qt.core.QSize()
.final QUrl
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
SingleUrl
Parameter key for an icon that only has a single image URL
-
-
Constructor Details
-
QPlaceIcon
public QPlaceIcon() -
QPlaceIcon
- Parameters:
other
-
-
-
Method Details
-
isEmpty
- Returns:
-
manager
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
parameters
- Returns:
-
setManager
- Parameters:
manager
-
-
setParameters
- Parameters:
parameters
-
-
url
- Parameters:
size
-- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceIcon)
. -
clone
Creates and returns a copy of this object.
-
url
Overloaded function for
url(io.qt.core.QSize)
withsize = new io.qt.core.QSize()
.
-