java.lang.Object
io.qt.internal.QtJambiObject
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 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 String
clone()
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.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
-
setAttribution
-
setSupplier
-
setUser
-
supplier
-
type
-
user
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
clone
-