java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
- Direct Known Subclasses:
QPlaceEditorial
,QPlaceImage
,QPlaceReview
Serves as the base class for rich content types
Java wrapper for Qt's class QPlaceContent
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPlaceContent
(QPlaceContent other) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceContent other) final String
clone()
boolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.int
hashCode()
final void
setAttribution
(String attribution) final void
setSupplier
(QPlaceSupplier supplier) final void
setUser
(QPlaceUser user) final QPlaceSupplier
supplier()
final QPlaceContent.Type
type()
final QPlaceUser
user()
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceContent
public QPlaceContent() -
QPlaceContent
-
QPlaceContent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribution
-
assign
-
setAttribution
-
setSupplier
-
setUser
-
supplier
-
type
-
user
-
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-