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
- Since:
- This class was introduced in Qt 5.6.
-
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()
final boolean
equals
(QPlaceRatings other) 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
- Parameters:
other
-
-
-
Method Details
-
average
- Returns:
-
count
- Returns:
-
isEmpty
- Returns:
-
maximum
- Returns:
-
assign
- Parameters:
other
-
-
equals
- Parameters:
other
-- Returns:
-
setAverage
- Parameters:
average
-
-
setCount
- Parameters:
count
-
-
setMaximum
- Parameters:
max
-
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QPlaceRatings)
. -
clone
Creates and returns a copy of this object.
-