java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlaceIcon
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlaceIcon extends QtObject implements Cloneable
Represents an icon
Java wrapper for Qt class QPlaceIcon
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlaceIcon()
QPlaceIcon(QPlaceIcon other)
protected
QPlaceIcon(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description QPlaceIcon
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
boolean
isEmpty()
QPlaceManager
manager()
QMap<String,Object>
parameters()
void
setManager(QPlaceManager manager)
void
setParameters(Map<String,Object> parameters)
static String
SingleUrl()
Parameter key for an icon that only has a single image URLQUrl
url()
Overloaded function forurl(io.qt.core.QSize)
withsize = new io.qt.core.QSize()
.QUrl
url(QSize size)
-
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
-
SingleUrl
Parameter key for an icon that only has a single image 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
-