java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds content about places
Java wrapper for Qt class QPlaceContent
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQPlaceContent::DataTag
static enum
Java wrapper for Qt enumQPlaceContent::Type
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorDescriptionOverloaded constructor forQPlaceContent(io.qt.location.QPlaceContent.Type)
withtype = io.qt.location.QPlaceContent.Type.NoType
.QPlaceContent
(QPlaceContent other) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceContent other) final String
Deprecated.clone()
Creates and returns a copy of this object.final QList<QPlaceContent.DataTag>
dataTags()
final void
detach()
SeeQPlaceContent::
detach() boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceContent)
.final void
setAttribution
(String attribution) Deprecated.final void
setSupplier
(QPlaceSupplier supplier) Deprecated.final void
setUser
(QPlaceUser user) Deprecated.final void
setValue
(QPlaceContent.DataTag tag, Object arg__2) final QPlaceSupplier
supplier()
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
insteadfinal void
swap
(QPlaceContent other) SeeQPlaceContent::
swap(QPlaceContent&) final QPlaceContent.Type
type()
final QPlaceUser
user()
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
insteadfinal Object
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceContent
-
QPlaceContent
-
QPlaceContent
public QPlaceContent()Overloaded constructor for
QPlaceContent(io.qt.location.QPlaceContent.Type)
withtype = io.qt.location.QPlaceContent.Type.NoType
.
-
-
Method Details
-
attribution
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
insteadSee
QPlaceContent::
attribution()const -
dataTags
-
detach
See
QPlaceContent::
detach() -
assign
-
setAttribution
Deprecated.See
QPlaceContent::
setAttribution(QString) -
setSupplier
Deprecated.See
QPlaceContent::
setSupplier(QPlaceSupplier) -
setUser
Deprecated.See
QPlaceContent::
setUser(QPlaceUser) -
setValue
-
supplier
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
insteadSee
QPlaceContent::
supplier()const -
swap
See
QPlaceContent::
swap(QPlaceContent&) -
type
-
user
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
insteadSee
QPlaceContent::
user()const -
value
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceContent)
. -
clone
Creates and returns a copy of this object.
-
value(io.qt.location.QPlaceContent.DataTag)
instead