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
-
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
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) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QPlaceRatings
public QPlaceRatings() -
QPlaceRatings
-
-
Method Details
-
average
-
count
-
isEmpty
-
maximum
-
assign
-
setAverage
-
setCount
-
setMaximum
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceRatings)
. -
clone
Creates and returns a copy of this object.
-