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
FieldsModifier 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
ConstructorsModifierConstructorDescriptionQPlaceIcon
(QPlaceIcon other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceIcon other) clone()
Creates and returns a copy of this object.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.final QPlaceManager
Kotlin property getter.Kotlin property getter.int
hashCode()
final boolean
isEmpty()
final QPlaceManager
manager()
final void
setManager
(QPlaceManager manager) final void
setParameters
(Map<String, ? extends Object> parameters) final void
swap
(QPlaceIcon other) 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
-
QPlaceIcon
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
isEmpty
-
getManager
Kotlin property getter. In Java use
manager()
instead. -
manager
-
assign
-
getParameters
Kotlin property getter. In Java use
parameters()
instead. -
parameters
-
setManager
-
setParameters
-
swap
-
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
Creates and returns a copy of this object.
-