java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.multimedia.QMediaTimeRange
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Represents a set of zero or more disjoint time intervals
Java wrapper for Qt class QMediaTimeRange
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classQMediaTimeRange::Interval class represents a time interval with integer precisionNested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor -
Constructor Summary
ConstructorsModifierConstructorDescriptionQMediaTimeRange(long start, long end) QMediaTimeRange(QMediaTimeRange range) protectedConstructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaddInterval(long start, long end) final voidaddInterval(QMediaTimeRange.Interval interval) final voidaddTimeRange(QMediaTimeRange arg__1) final voidclear()clone()final booleancontains(long time) final voiddetach()final longbooleanUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface.inthashCode()final QList<QMediaTimeRange.Interval>final booleanfinal booleanisEmpty()final longfinal voidremoveInterval(long start, long end) final voidremoveInterval(QMediaTimeRange.Interval interval) final voidremoveTimeRange(QMediaTimeRange arg__1) final voidswap(QMediaTimeRange other) toString()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QMediaTimeRange
public QMediaTimeRange() -
QMediaTimeRange
-
QMediaTimeRange
-
QMediaTimeRange
public QMediaTimeRange(long start, long end) -
QMediaTimeRange
Constructor for internal use only.- Parameters:
p- expected to benull.
-
-
Method Details
-
addInterval
-
addInterval
-
addTimeRange
-
clear
-
contains
-
detach
-
earliestTime
-
intervals
-
isContinuous
-
isEmpty
-
latestTime
-
removeInterval
-
removeInterval
-
removeTimeRange
-
swap
-
equals
Description copied from class:io.qt.QtObjectUsed to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-