java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineFileSystemAccessRequest
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
Enables accepting or rejecting requests for local file system access from JavaScript applications
Java wrapper for Qt class QWebEngineFileSystemAccessRequest
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Java wrapper for Qt enumQWebEngineFileSystemAccessRequest::AccessFlag
static final class
QFlags
type for enumQWebEngineFileSystemAccessRequest.AccessFlag
static enum
Java wrapper for Qt enumQWebEngineFileSystemAccessRequest::HandleType
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Field Summary
Modifier and TypeFieldDescriptionstatic final QMetaObject
This variable stores the meta-object for the class. -
Constructor Summary
ConstructorDescriptionSeeQWebEngineFileSystemAccessRequest::
QWebEngineFileSystemAccessRequest(QWebEngineFileSystemAccessRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal void
accept()
final void
SeeQWebEngineFileSystemAccessRequest::
operator=(QWebEngineFileSystemAccessRequest) clone()
Creates and returns a copy of this object.boolean
final QUrl
filePath()
Kotlin property getter.final QUrl
Kotlin property getter.Kotlin property getter.final QUrl
Kotlin property getter.int
hashCode()
Returns the objects's hash code computed byqHash(QWebEngineFileSystemAccessRequest)
.final QUrl
origin()
final void
reject()
final void
SeeQWebEngineFileSystemAccessRequest::
swap(QWebEngineFileSystemAccessRequest&) Methods inherited from class io.qt.QtObject
dispose, isDisposed
-
Field Details
-
staticMetaObject
This variable stores the meta-object for the class.
-
-
Constructor Details
-
QWebEngineFileSystemAccessRequest
See
QWebEngineFileSystemAccessRequest::
QWebEngineFileSystemAccessRequest(QWebEngineFileSystemAccessRequest)
-
-
Method Details
-
accept
public final void accept() -
accessFlags
-
filePath
-
handleType
-
assign
See
QWebEngineFileSystemAccessRequest::
operator=(QWebEngineFileSystemAccessRequest) -
origin
-
reject
public final void reject() -
swap
See
QWebEngineFileSystemAccessRequest::
swap(QWebEngineFileSystemAccessRequest&) -
equals
-
hashCode
Returns the objects's hash code computed byqHash(QWebEngineFileSystemAccessRequest)
. -
clone
Creates and returns a copy of this object.
-
getAccessFlags
Kotlin property getter. In Java use
accessFlags()
instead. -
getFilePath
Kotlin property getter. In Java use
filePath()
instead. -
getHandleType
Kotlin property getter. In Java use
handleType()
instead. -
getOrigin
Kotlin property getter. In Java use
origin()
instead.
-