java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineFullScreenRequest
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Enables accepting or rejecting requests for entering and exiting the fullscreen mode
Java wrapper for Qt class QWebEngineFullScreenRequest
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
io.qt.QtObject.QPrivateConstructor -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final io.qt.core.QMetaObjectThis variable stores the meta-object for the class. -
Constructor Summary
ConstructorsConstructorDescriptionSeeQWebEngineFullScreenRequest::QWebEngineFullScreenRequest(QWebEngineFullScreenRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept()final voidSeeQWebEngineFullScreenRequest::operator=(QWebEngineFullScreenRequest) clone()Creates and returns a copy of this object.booleanSeeoperator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) final io.qt.core.QUrlKotlin property getter.final booleanKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest).final io.qt.core.QUrlorigin()final voidreject()final voidset(QWebEngineFullScreenRequest other) Deprecated.final booleantoggleOn()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
public static final io.qt.core.QMetaObject staticMetaObjectThis variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineFullScreenRequest
See
QWebEngineFullScreenRequest::QWebEngineFullScreenRequest(QWebEngineFullScreenRequest)
-
-
Method Details
-
accept
public final void accept() -
assign
See
QWebEngineFullScreenRequest::operator=(QWebEngineFullScreenRequest) -
origin
@QtUninvokable public final io.qt.core.QUrl origin() -
reject
public final void reject() -
toggleOn
@QtUninvokable public final boolean toggleOn() -
equals
See
operator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) - Overrides:
equalsin classio.qt.QtObject- Parameters:
other- other object- Returns:
- true if the native counterpart of the two objects are one and the same.
-
hashCode
@QtUninvokable public int hashCode()Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest). -
clone
Creates and returns a copy of this object.
-
set
Deprecated. -
getOrigin
@QtUninvokable public final io.qt.core.QUrl getOrigin()Kotlin property getter. In Java use
origin()instead. -
getToggleOn
@QtUninvokable public final boolean getToggleOn()Kotlin property getter. In Java use
toggleOn()instead.
-
assign(io.qt.webengine.core.QWebEngineFullScreenRequest)instead.