Uses of Enum
io.qt.location.QPlaceContent.Type
Packages that use QPlaceContent.Type
-
Uses of QPlaceContent.Type in io.qt.location
Methods in io.qt.location that return QPlaceContent.TypeModifier 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.Methods in io.qt.location with parameters of type QPlaceContent.TypeModifier and TypeMethodDescriptionfinal QMap<Integer,
QPlaceContent> QPlace.content
(QPlaceContent.Type type) final void
QPlace.insertContent
(QPlaceContent.Type type, Map<Integer, ? extends QPlaceContent> content) final void
QPlace.setContent
(QPlaceContent.Type type, Map<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)