java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineFullScreenRequest
- All Implemented Interfaces:
QtObjectInterface,Cloneable
Enables accepting or rejecting requests for entering and exiting the fullscreen mode
Java wrapper for Qt class QWebEngineFullScreenRequest
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final 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.final booleanSeeoperator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) booleanSeeoperator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) inthashCode()Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest).final QUrlorigin()final voidreject()final voidset(QWebEngineFullScreenRequest other) Deprecated.final booleantoggleOn()Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This 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) -
equals
See
operator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) -
origin
-
reject
public final void reject() -
toggleOn
-
equals
See
operator==(QWebEngineFullScreenRequest,QWebEngineFullScreenRequest) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest). -
clone
Creates and returns a copy of this object.
-
set
Deprecated.
-
assign(io.qt.webengine.core.QWebEngineFullScreenRequest)instead.