Uses of Class
io.qt.location.QPlaceContent.Type
Package | Description |
---|---|
io.qt.location |
-
Uses of QPlaceContent.Type in io.qt.location
Methods in io.qt.location that return QPlaceContent.Type Modifier and Type Method Description QPlaceContent.Type
QPlaceContentRequest. contentType()
static QPlaceContent.Type
QPlaceContent.Type. resolve(int value)
Returns the corresponding enum entry for the given value.QPlaceContent.Type
QPlaceContent. type()
static QPlaceContent.Type
QPlaceContent.Type. valueOf(String name)
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.Type Modifier and Type Method Description QMap<Integer,QPlaceContent>
QPlace. content(QPlaceContent.Type type)
void
QPlace. insertContent(QPlaceContent.Type type, Map<Integer,QPlaceContent> content)
void
QPlace. setContent(QPlaceContent.Type type, Map<Integer,QPlaceContent> content)
void
QPlaceContentRequest. setContentType(QPlaceContent.Type type)
void
QPlace. setTotalContentCount(QPlaceContent.Type type, int total)
int
QPlace. totalContentCount(QPlaceContent.Type type)