Class QPlaceContent
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
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQPlaceContent::DataTagstatic enumJava wrapper for Qt enumQPlaceContent::Type -
Constructor Summary
ConstructorsConstructorDescriptionOverloaded constructor forQPlaceContent(io.qt.location.QPlaceContent.Type)withtype = io.qt.location.QPlaceContent.Type.NoType.QPlaceContent(QPlaceContent other) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidassign(QPlaceContent other) final voidassign(QPlaceContent.Type other) Overloaded function forassign(io.qt.location.QPlaceContent).final StringDeprecated.clone()Creates and returns a copy of this object.final QList<QPlaceContent.DataTag> dataTags()final voiddetach()SeeQPlaceContent::detach() final booleanequals(QPlaceContent other) final booleanequals(QPlaceContent.Type other) Overloaded function forequals(io.qt.location.QPlaceContent).booleaninthashCode()Returns the objects's hash code computed byqHash(QPlaceContent).final voidsetAttribution(String attribution) Deprecated.final voidsetSupplier(QPlaceSupplier supplier) Deprecated.final voidsetUser(QPlaceUser user) Deprecated.final voidsetValue(QPlaceContent.DataTag tag, Object arg__2) final QPlaceSuppliersupplier()Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)insteadfinal voidswap(QPlaceContent other) SeeQPlaceContent::swap(QPlaceContent&) final QPlaceContent.Typetype()final QPlaceUseruser()Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)insteadfinal ObjectMethods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceContent
- Parameters:
other-
-
QPlaceContent
- Parameters:
type-
-
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 - Returns:
-
dataTags
- Returns:
-
detach
See
QPlaceContent::detach() -
assign
- Parameters:
other-
-
equals
- Parameters:
other-- Returns:
-
setAttribution
Deprecated.See
QPlaceContent::setAttribution(QString) - Parameters:
attribution-
-
setSupplier
Deprecated.See
QPlaceContent::setSupplier(QPlaceSupplier) - Parameters:
supplier-
-
setUser
Deprecated.See
QPlaceContent::setUser(QPlaceUser) - Parameters:
user-
-
setValue
- Parameters:
tag-arg__2-
-
supplier
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)insteadSee
QPlaceContent::supplier()const - Returns:
-
swap
See
QPlaceContent::swap(QPlaceContent&) - Parameters:
other-
-
type
-
user
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)insteadSee
QPlaceContent::user()const - Returns:
-
value
- Parameters:
tag-- Returns:
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceContent). -
clone
Creates and returns a copy of this object.
-
assign
Overloaded function for
assign(io.qt.location.QPlaceContent). -
equals
Overloaded function for
equals(io.qt.location.QPlaceContent).
-
value(io.qt.location.QPlaceContent.DataTag)instead