java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContent
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds content about places
Java wrapper for Qt's class QPlaceContent
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enum QPlaceContent::DataTagstatic enum
Java wrapper for Qt enum QPlaceContent::TypeNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ConstructorsModifierConstructorDescriptionOverloaded constructor forQPlaceContent(io.qt.location.QPlaceContent.Type)
withtype = io.qt.location.QPlaceContent.Type.NoType
.QPlaceContent
(QPlaceContent other) protected
Constructor for internal use only. -
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()
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) 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) 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
public QPlaceContent()Overloaded constructor for
QPlaceContent(io.qt.location.QPlaceContent.Type)
withtype = io.qt.location.QPlaceContent.Type.NoType
. -
QPlaceContent
-
QPlaceContent
-
QPlaceContent
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
attribution
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead -
dataTags
-
detach
-
assign
-
setAttribution
Deprecated. -
setSupplier
Deprecated. -
setUser
Deprecated. -
setValue
-
supplier
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead -
swap
-
type
-
user
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead -
value
-
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
Creates and returns a copy of this object.
-
value(io.qt.location.QPlaceContent.DataTag)
instead