java.lang.Object
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 TypeMethodDescriptionfinal void
assign
(QPlaceIcon other) clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.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
-
assign
-
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 the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-