java.lang.Object
io.qt.QtObject
io.qt.core.QTime
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
,Comparable<QTime>
Clock time functions
Java wrapper for Qt's class QTime
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionQTime()
See QTime::QTime()QTime
(int h, int m) Overloaded constructor forQTime(int, int, int, int)
QTime
(int h, int m, int s) Overloaded constructor forQTime(int, int, int, int)
withms = 0
.QTime
(int h, int m, int s, int ms) protected
Constructor for internal use only. -
Method Summary
Modifier and TypeMethodDescriptionfinal QTime
addMSecs
(int ms) final QTime
addSecs
(int secs) clone()
int
static QTime
final int
elapsed()
Deprecated.Use QElapsedTimer insteadboolean
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical.static QTime
fromMSecsSinceStartOfDay
(int msecs) static QTime
fromString
(String s) Overloaded function forfromString(java.lang.String, io.qt.core.Qt.DateFormat)
withf = io.qt.core.Qt.DateFormat.TextDate
.static QTime
fromString
(String s, Qt.DateFormat f) static QTime
fromString
(String s, String format) int
hashCode()
final int
hour()
final boolean
isNull()
final boolean
isValid()
static boolean
isValid
(int h, int m, int s) Overloaded function forisValid(int, int, int, int)
withms = 0
.static boolean
isValid
(int h, int m, int s, int ms) final int
minute()
final int
msec()
final int
final int
void
readFrom
(QDataStream arg__1) final int
restart()
Deprecated.Use QElapsedTimer insteadfinal int
second()
final int
final boolean
setHMS
(int h, int m, int s) Overloaded function forsetHMS(int, int, int, int)
withms = 0
.final boolean
setHMS
(int h, int m, int s, int ms) final void
start()
Deprecated.Use QElapsedTimer insteadfinal String
toString()
Overloaded function fortoString(io.qt.core.Qt.DateFormat)
withf = io.qt.core.Qt.DateFormat.TextDate
.final String
final String
void
writeTo
(QDataStream arg__1) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Constructor Details
-
QTime
public QTime()See QTime::QTime()
-
QTime
public QTime(int h, int m, int s) Overloaded constructor for
QTime(int, int, int, int)
withms = 0
. -
QTime
public QTime(int h, int m) -
QTime
public QTime(int h, int m, int s, int ms) -
QTime
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
addMSecs
-
addSecs
-
elapsed
Deprecated.Use QElapsedTimer instead -
hour
-
isNull
-
isValid
-
minute
-
msec
-
msecsSinceStartOfDay
-
msecsTo
-
writeTo
-
readFrom
-
restart
Deprecated.Use QElapsedTimer insteadSee QTime::restart()
-
second
-
secsTo
-
setHMS
Overloaded function for
setHMS(int, int, int, int)
withms = 0
. -
setHMS
-
start
Deprecated.Use QElapsedTimer insteadSee QTime::start()
-
toString
Overloaded function for
toString(io.qt.core.Qt.DateFormat)
withf = io.qt.core.Qt.DateFormat.TextDate
. -
toString
-
toString
-
currentTime
-
fromMSecsSinceStartOfDay
-
fromString
Overloaded function for
fromString(java.lang.String, io.qt.core.Qt.DateFormat)
withf = io.qt.core.Qt.DateFormat.TextDate
. -
fromString
-
fromString
-
isValid
public static boolean isValid(int h, int m, int s) Overloaded function for
isValid(int, int, int, int)
withms = 0
. -
isValid
public static boolean isValid(int h, int m, int s, int ms) -
equals
Description copied from class:QtObject
Used to check if this object shares the same native counterpart with the other object, i.e. the objects are equals if their native counterparts are identical. Qt value types override this method to make a value comparison. Otherwise it will return the result of calling the super class implementation. -
compareTo
- Specified by:
compareTo
in interfaceComparable<QTime>
-
hashCode
-
clone
-