Uses of Class
io.qt.webengine.widgets.QWebEnginePage.LifecycleState
Package | Description |
---|---|
io.qt.webengine.widgets |
-
Uses of QWebEnginePage.LifecycleState in io.qt.webengine.widgets
Fields in io.qt.webengine.widgets with type parameters of type QWebEnginePage.LifecycleState Modifier and Type Field Description QObject.Signal1<QWebEnginePage.LifecycleState>
QWebEnginePage. lifecycleStateChanged
QObject.Signal1<QWebEnginePage.LifecycleState>
QWebEnginePage. recommendedStateChanged
Methods in io.qt.webengine.widgets that return QWebEnginePage.LifecycleState Modifier and Type Method Description QWebEnginePage.LifecycleState
QWebEnginePage. lifecycleState()
QWebEnginePage.LifecycleState
QWebEnginePage. recommendedState()
static QWebEnginePage.LifecycleState
QWebEnginePage.LifecycleState. resolve(int value)
Returns the corresponding enum entry for the given value.static QWebEnginePage.LifecycleState
QWebEnginePage.LifecycleState. valueOf(String name)
Returns the enum constant of this type with the specified name.static QWebEnginePage.LifecycleState[]
QWebEnginePage.LifecycleState. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.qt.webengine.widgets with parameters of type QWebEnginePage.LifecycleState Modifier and Type Method Description void
QWebEnginePage. setLifecycleState(QWebEnginePage.LifecycleState state)