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
-
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()
final boolean
equals
(QPlaceRatings rhs) 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) 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
-
equals
-
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.
-