java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceIcon
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an icon
Java wrapper for Qt class QPlaceIcon
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Parameter key for an icon that only has a single image URLstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceIcon other) clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceIcon rhs) 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 void
swap
(QPlaceIcon other) SeeQPlaceIcon::
swap(QPlaceIcon&) 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
-
staticMetaObject
This variable stores the meta-object for the class. -
SingleUrl
Parameter key for an icon that only has a single image URL
-
-
Constructor Details
-
QPlaceIcon
public QPlaceIcon() -
QPlaceIcon
-
-
Method Details
-
isEmpty
-
manager
-
assign
-
equals
-
parameters
-
setManager
-
setParameters
-
swap
See
QPlaceIcon::
swap(QPlaceIcon&) -
url
-
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()
.
-