java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.location.QPlace
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QPlace extends QtObject implements Cloneable
Represents a set of data about a place
Java wrapper for Qt class QPlace
-
Nested Class Summary
-
Constructor Summary
Constructors Modifier Constructor Description QPlace()
See QPlace::QPlace()QPlace(QPlace other)
protected
QPlace(QtObject.QPrivateConstructor p)
Constructor for internal use only. -
Method Summary
-
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,QPlaceContent> content) -
isEmpty
-
location
-
name
-
placeId
-
primaryEmail
-
primaryFax
-
primaryPhone
-
primaryWebsite
-
ratings
-
removeContactDetails
-
removeExtendedAttribute
-
setAttribution
-
setCategories
-
setCategory
-
setContactDetails
@QtUninvokable public final void setContactDetails(String contactType, Collection<QPlaceContactDetail> details) -
setContent
@QtUninvokable public final void setContent(QPlaceContent.Type type, Map<Integer,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
-