java.lang.Object
io.qt.QtObject
io.qt.multimedia.QMediaTimeRange.Interval
- All Implemented Interfaces:
QtObjectInterface,Cloneable
- Enclosing class:
QMediaTimeRange
QMediaTimeRange::Interval class represents a time interval with integer precision
Java wrapper for Qt class QMediaTimeRange::Interval
-
Constructor Summary
ConstructorsConstructorDescriptionInterval()Interval(long start, long end) Interval(QMediaTimeRange.Interval other) -
Method Summary
Modifier and TypeMethodDescriptionclone()Creates and returns a copy of this object.final booleancontains(long time) final longend()final booleanbooleaninthashCode()Returns the objects's hash code computed byqHash(QMediaTimeRange::Interval).final booleanisNormal()final QMediaTimeRange.Intervalfinal longstart()toString()Seeoperator<<(QDebug,QMediaTimeRange::Interval) final QMediaTimeRange.Intervaltranslated(long offset) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
Interval
public Interval() -
Interval
-
Interval
public Interval(long start, long end)
-
-
Method Details
-
contains
-
end
-
isNormal
-
normalized
-
equals
-
start
-
translated
-
equals
-
hashCode
Returns the objects's hash code computed byqHash(QMediaTimeRange::Interval). -
toString
See
operator<<(QDebug,QMediaTimeRange::Interval) -
clone
Creates and returns a copy of this object.
See
QMediaTimeRange::Interval::Interval(QMediaTimeRange::Interval)
-