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
public class QPlaceContent extends QtObject implements Cloneable
Serves as the base class for rich content types
Java wrapper for Qt class QPlaceContent
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
QPlaceContent.Type
Java wrapper for Qt enum QPlaceContent::Type -
Constructor Summary
Constructors Modifier Constructor Description QPlaceContent()
QPlaceContent(QPlaceContent other)
protected
QPlaceContent(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
Modifier and Type Method Description String
attribution()
QPlaceContent
clone()
boolean
equals(Object other)
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.int
hashCode()
void
setAttribution(String attribution)
void
setSupplier(QPlaceSupplier supplier)
void
setUser(QPlaceUser user)
QPlaceSupplier
supplier()
QPlaceContent.Type
type()
QPlaceUser
user()
-
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
-