java.lang.Object
io.qt.QtObject
io.qt.webengine.core.QWebEngineFileSystemAccessRequest
- All Implemented Interfaces:
io.qt.QtObjectInterface,Cloneable
Enables accepting or rejecting requests for local file system access from JavaScript applications
Java wrapper for Qt class QWebEngineFileSystemAccessRequest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumJava wrapper for Qt enumQWebEngineFileSystemAccessRequest::AccessFlagstatic final classQFlagstype for enumQWebEngineFileSystemAccessRequest.AccessFlagstatic enumJava wrapper for Qt enumQWebEngineFileSystemAccessRequest::HandleTypeNested 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
ConstructorsConstructorDescriptionSeeQWebEngineFileSystemAccessRequest::QWebEngineFileSystemAccessRequest(QWebEngineFileSystemAccessRequest) -
Method Summary
Modifier and TypeMethodDescriptionfinal voidaccept()final voidSeeQWebEngineFileSystemAccessRequest::operator=(QWebEngineFileSystemAccessRequest) clone()Creates and returns a copy of this object.booleanfinal io.qt.core.QUrlfilePath()Kotlin property getter.final io.qt.core.QUrlKotlin property getter.Kotlin property getter.final io.qt.core.QUrlKotlin property getter.inthashCode()Returns the objects's hash code computed byqHash(QWebEngineFileSystemAccessRequest).final io.qt.core.QUrlorigin()final voidreject()final voidSeeQWebEngineFileSystemAccessRequest::swap(QWebEngineFileSystemAccessRequest&) 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
-
QWebEngineFileSystemAccessRequest
See
QWebEngineFileSystemAccessRequest::QWebEngineFileSystemAccessRequest(QWebEngineFileSystemAccessRequest)
-
-
Method Details
-
accept
public final void accept() -
accessFlags
-
filePath
@QtUninvokable public final io.qt.core.QUrl filePath() -
handleType
-
assign
See
QWebEngineFileSystemAccessRequest::operator=(QWebEngineFileSystemAccessRequest) -
origin
@QtUninvokable public final io.qt.core.QUrl origin() -
reject
public final void reject() -
swap
See
QWebEngineFileSystemAccessRequest::swap(QWebEngineFileSystemAccessRequest&) -
equals
- 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(QWebEngineFileSystemAccessRequest). -
clone
Creates and returns a copy of this object.
-
getAccessFlags
Kotlin property getter. In Java use
accessFlags()instead. -
getFilePath
@QtUninvokable public final io.qt.core.QUrl getFilePath()Kotlin property getter. In Java use
filePath()instead. -
getHandleType
Kotlin property getter. In Java use
handleType()instead. -
getOrigin
@QtUninvokable public final io.qt.core.QUrl getOrigin()Kotlin property getter. In Java use
origin()instead.
-