Uses of Class
io.qt.location.QPlaceContent
Package | Description |
---|---|
io.qt.location |
-
Uses of QPlaceContent in io.qt.location
Subclasses of QPlaceContent in io.qt.location Modifier and Type Class Description class
QPlaceEditorial
Represents a publisher's article describing a placeclass
QPlaceImage
Represents a reference to an imageclass
QPlaceReview
Represents a review of a placeMethods in io.qt.location that return QPlaceContent Modifier and Type Method Description QPlaceContent
QPlaceContent. clone()
Methods in io.qt.location that return types with arguments of type QPlaceContent Modifier and Type Method Description QMap<Integer,QPlaceContent>
QPlace. content(QPlaceContent.Type type)
QMap<Integer,QPlaceContent>
QPlaceContentReply. content()
Method parameters in io.qt.location with type arguments of type QPlaceContent Modifier and Type Method Description void
QPlace. insertContent(QPlaceContent.Type type, Map<Integer,QPlaceContent> content)
void
QPlace. setContent(QPlaceContent.Type type, Map<Integer,QPlaceContent> content)
protected void
QPlaceContentReply. setContent(Map<Integer,QPlaceContent> content)
Constructors in io.qt.location with parameters of type QPlaceContent Constructor Description QPlaceContent(QPlaceContent other)
QPlaceEditorial(QPlaceContent other)
QPlaceImage(QPlaceContent other)
QPlaceReview(QPlaceContent other)