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
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQWebEngineFullScreenRequest::
QWebEngineFullScreenRequest(QWebEngineFullScreenRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
accept()
final void
SeeQWebEngineFullScreenRequest::
operator=(QWebEngineFullScreenRequest) clone()
Creates and returns a copy of this object.final boolean
Seeoperator==(QWebEngineFullScreenRequest,
QWebEngineFullScreenRequest) boolean
Seeoperator==(QWebEngineFullScreenRequest,
QWebEngineFullScreenRequest) int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest)
.final QUrl
origin()
final void
reject()
final void
set
(QWebEngineFullScreenRequest other) Deprecated.final boolean
toggleOn()
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) - Parameters:
other
-
-
-
Method Details
-
accept
public final void accept() -
assign
See
QWebEngineFullScreenRequest::
operator=(QWebEngineFullScreenRequest) - Parameters:
other
-
-
equals
See
operator==(QWebEngineFullScreenRequest,
QWebEngineFullScreenRequest) - Parameters:
arg2
-- Returns:
-
origin
- Returns:
-
reject
public final void reject() -
toggleOn
- Returns:
-
equals
See
operator==(QWebEngineFullScreenRequest,
QWebEngineFullScreenRequest) -
hashCode
Returns the objects's hash code computed byqHash(QWebEngineFullScreenRequest)
. -
clone
Creates and returns a copy of this object.
See
QWebEngineFullScreenRequest::
QWebEngineFullScreenRequest(QWebEngineFullScreenRequest) -
set
Deprecated.
-
assign(io.qt.webengine.core.QWebEngineFullScreenRequest)
instead.