java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlace
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a set of data about a place
Java wrapper for Qt class QPlace
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQPlace()
See QPlace::QPlace()protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal void
appendContactDetail
(String contactType, QPlaceContactDetail detail) final String
final QList<QPlaceCategory>
clone()
final QList<QPlaceContactDetail>
contactDetails
(String contactType) final QStringList
final QMap<Integer,
QPlaceContent> content
(QPlaceContent.Type type) final boolean
boolean
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.final QPlaceAttribute
extendedAttribute
(String attributeType) final QStringList
int
hashCode()
final QPlaceIcon
icon()
final void
insertContent
(QPlaceContent.Type type, Map<Integer, ? extends QPlaceContent> content) final boolean
isEmpty()
final QGeoLocation
location()
final String
name()
final String
placeId()
final String
final String
final String
final QUrl
final QPlaceRatings
ratings()
final void
removeContactDetails
(String contactType) final void
removeExtendedAttribute
(String attributeType) final void
setAttribution
(String attribution) final void
setCategories
(Collection<? extends QPlaceCategory> categories) final void
setCategory
(QPlaceCategory category) final void
setContactDetails
(String contactType, Collection<? extends QPlaceContactDetail> details) final void
setContent
(QPlaceContent.Type type, Map<Integer, ? extends QPlaceContent> content) final void
setDetailsFetched
(boolean fetched) final void
setExtendedAttribute
(String attributeType, QPlaceAttribute attribute) final void
setIcon
(QPlaceIcon icon) final void
setLocation
(QGeoLocation location) final void
final void
setPlaceId
(String identifier) final void
setRatings
(QPlaceRatings ratings) final void
setSupplier
(QPlaceSupplier supplier) final void
setTotalContentCount
(QPlaceContent.Type type, int total) final void
setVisibility
(QLocation.Visibility visibility) final QPlaceSupplier
supplier()
final int
final QLocation.Visibility
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlace
public QPlace()See QPlace::QPlace()
-
QPlace
-
QPlace
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
appendContactDetail
@QtUninvokable public final void appendContactDetail(String contactType, QPlaceContactDetail detail) -
attribution
-
categories
-
contactDetails
-
contactTypes
-
content
-
detailsFetched
-
extendedAttribute
-
extendedAttributeTypes
-
icon
-
insertContent
@QtUninvokable public final void insertContent(QPlaceContent.Type type, Map<Integer, ? extends QPlaceContent> content) -
isEmpty
-
location
-
name
-
placeId
-
-
primaryFax
-
primaryPhone
-
primaryWebsite
-
ratings
-
removeContactDetails
-
removeExtendedAttribute
-
setAttribution
-
setCategories
-
setCategory
-
setContactDetails
@QtUninvokable public final void setContactDetails(String contactType, Collection<? extends QPlaceContactDetail> details) -
setContent
@QtUninvokable public final void setContent(QPlaceContent.Type type, Map<Integer, ? extends QPlaceContent> content) -
setDetailsFetched
-
setExtendedAttribute
@QtUninvokable public final void setExtendedAttribute(String attributeType, QPlaceAttribute attribute) -
setIcon
-
setLocation
-
setName
-
setPlaceId
-
setRatings
-
setSupplier
-
setTotalContentCount
-
setVisibility
-
supplier
-
totalContentCount
-
visibility
-
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
-