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
-
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 void
assign
(QPlaceContent.Type other) Overloaded function forassign(io.qt.location.QPlaceContent)
.final String
Deprecated.clone()
Creates and returns a copy of this object.final QList<QPlaceContent.DataTag>
dataTags()
final void
detach()
SeeQPlaceContent::
detach() final boolean
equals
(QPlaceContent other) final boolean
equals
(QPlaceContent.Type other) Overloaded function forequals(io.qt.location.QPlaceContent)
.boolean
int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceContent)
.final void
setAttribution
(String attribution) Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param attributionfinal void
setSupplier
(QPlaceSupplier supplier) Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param supplierfinal void
setUser
(QPlaceUser user) Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param userfinal void
setValue
(QPlaceContent.DataTag tag, Object arg__2) final QPlaceSupplier
supplier()
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead@returnfinal void
swap
(QPlaceContent other) SeeQPlaceContent::
swap(QPlaceContent&) final QPlaceContent.Type
type()
final QPlaceUser
user()
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead@returnfinal Object
Methods 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)
instead@returnSee
QPlaceContent::
attribution()const -
dataTags
- Returns:
-
detach
See
QPlaceContent::
detach() -
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setAttribution
Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param attributionSee
QPlaceContent::
setAttribution(QString) -
setSupplier
Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param supplierSee
QPlaceContent::
setSupplier(QPlaceSupplier) -
setUser
Deprecated.UsesetValue(io.qt.location.QPlaceContent.DataTag, java.lang.Object)
instead@param userSee
QPlaceContent::
setUser(QPlaceUser) -
setValue
- Parameters:
tag
-arg__2
-
-
supplier
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead@returnSee
QPlaceContent::
supplier()const -
swap
See
QPlaceContent::
swap(QPlaceContent&) - Parameters:
other
-
-
type
- Returns:
-
user
Deprecated.Usevalue(io.qt.location.QPlaceContent.DataTag)
instead@returnSee
QPlaceContent::
user()const -
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@return