java.lang.Object
io.qt.QtObject
io.qt.location.QPlaceRatings
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Holds rating information about a place
Java wrapper for Qt class QPlaceRatings
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionfinal void
assign
(QPlaceRatings other) final double
average()
clone()
Creates and returns a copy of this object.final int
count()
boolean
final double
Kotlin property getter.final int
getCount()
Kotlin property getter.final double
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QPlaceRatings)
.final boolean
isEmpty()
final double
maximum()
final void
setAverage
(double average) final void
setCount
(int count) final void
setMaximum
(double max) final void
swap
(QPlaceRatings other) SeeQPlaceRatings::
swap(QPlaceRatings&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QPlaceRatings
public QPlaceRatings() -
QPlaceRatings
-
-
Method Details
-
average
-
count
-
isEmpty
-
maximum
-
assign
-
setAverage
-
setCount
-
setMaximum
-
swap
See
QPlaceRatings::
swap(QPlaceRatings&) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceRatings)
. -
clone
Creates and returns a copy of this object.
-
getAverage
Kotlin property getter. In Java use
average()
instead. -
getCount
Kotlin property getter. In Java use
count()
instead. -
getMaximum
Kotlin property getter. In Java use
maximum()
instead.
-