java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceIcon
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents an icon
Java wrapper for Qt's class QPlaceIcon
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
-
Constructor Summary
ModifierConstructorDescriptionQPlaceIcon
(QPlaceIcon other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionclone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
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
-
QPlaceIcon
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isEmpty
-
manager
-
parameters
-
setManager
-
setParameters
-
url
Overloaded function for
url(io.qt.core.QSize)
withsize = new io.qt.core.QSize()
. -
url
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-