java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceCategory
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a category that a QPlace can be associated with
Java wrapper for Qt class QPlaceCategory
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceCategory other) final String
clone()
Creates and returns a copy of this object.final boolean
equals
(QPlaceCategory rhs) boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceCategory)
.final QPlaceIcon
icon()
final boolean
isEmpty()
final String
name()
final void
setCategoryId
(String identifier) final void
setIcon
(QPlaceIcon icon) final void
final void
setVisibility
(QLocation.Visibility visibility) final void
swap
(QPlaceCategory other) SeeQPlaceCategory::
swap(QPlaceCategory&) final QLocation.Visibility
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceCategory
public QPlaceCategory() -
QPlaceCategory
-
-
Method Details
-
categoryId
-
icon
-
isEmpty
-
name
-
assign
-
equals
-
setCategoryId
-
setIcon
-
setName
-
setVisibility
-
swap
See
QPlaceCategory::
swap(QPlaceCategory&) -
visibility
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceCategory)
. -
clone
Creates and returns a copy of this object.
-