Uses of Class
io.qt.core.QTimeLine.State
Package | Description |
---|---|
io.qt.core |
-
Uses of QTimeLine.State in io.qt.core
Fields in io.qt.core with type parameters of type QTimeLine.State Modifier and Type Field Description QObject.PrivateSignal1<QTimeLine.State>
QTimeLine. stateChanged
Methods in io.qt.core that return QTimeLine.State Modifier and Type Method Description static QTimeLine.State
QTimeLine.State. resolve(int value)
Returns the corresponding enum entry for the given value.QTimeLine.State
QTimeLine. state()
static QTimeLine.State
QTimeLine.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static QTimeLine.State[]
QTimeLine.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.