Uses of Enum
io.qt.location.QPlaceContent.Type
-
Uses of QPlaceContent.Type in io.qt.location
Modifier and TypeMethodDescriptionfinal QPlaceContent.Type
QPlaceContentRequest.contentType()
static QPlaceContent.Type
QPlaceContent.Type.resolve
(int value) Returns the corresponding enum entry for the given value.final QPlaceContent.Type
QPlaceContent.type()
static QPlaceContent.Type
Returns the enum constant of this type with the specified name.static QPlaceContent.Type[]
QPlaceContent.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionfinal void
QPlaceContent.assign
(QPlaceContent.Type other) Overloaded function forQPlaceContent.assign(io.qt.location.QPlaceContent)
.final QMap
<@QtPrimitiveType Integer, QPlaceContent> QPlace.content
(QPlaceContent.Type type) final boolean
QPlaceContent.equals
(QPlaceContent.Type other) Overloaded function forQPlaceContent.equals(io.qt.location.QPlaceContent)
.final void
QPlace.insertContent
(QPlaceContent.Type type, Map<@QtPrimitiveType Integer, ? extends QPlaceContent> content) final void
QPlace.setContent
(QPlaceContent.Type type, Map<@QtPrimitiveType Integer, ? extends QPlaceContent> content) final void
QPlaceContentRequest.setContentType
(QPlaceContent.Type type) final void
QPlace.setTotalContentCount
(QPlaceContent.Type type, int total) final int
QPlace.totalContentCount
(QPlaceContent.Type type) ModifierConstructorDescription