java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceContent
io.qt.location.QPlaceEditorial
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Represents a publisher's article describing a place
Java wrapper for Qt class QPlaceEditorial
- Since:
- This class was introduced in Qt 5.6.
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.location.QPlaceContent
QPlaceContent.Type
-
Constructor Summary
ConstructorDescriptionQPlaceEditorial
(QPlaceContent other) QPlaceEditorial
(QPlaceEditorial other) SeeQPlaceEditorial::
QPlaceEditorial(QPlaceEditorial) -
Method Summary
Methods inherited from class io.qt.location.QPlaceContent
assign, attribution, equals, equals, hashCode, setAttribution, setSupplier, setUser, supplier, type, user
Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceEditorial
public QPlaceEditorial() -
QPlaceEditorial
- Parameters:
other
-
-
QPlaceEditorial
See
QPlaceEditorial::
QPlaceEditorial(QPlaceEditorial) - Parameters:
other
-
-
-
Method Details
-
language
- Returns:
-
setLanguage
- Parameters:
data
-
-
setText
- Parameters:
text
-
-
setTitle
- Parameters:
data
-
-
text
- Returns:
-
title
- Returns:
-
clone
Creates and returns a copy of this object.
See
QPlaceEditorial::
QPlaceEditorial(QPlaceEditorial) - Overrides:
clone
in classQPlaceContent
-