webengine

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 16, 2024 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func QWebEngineContextMenuRequest_Tr

func QWebEngineContextMenuRequest_Tr(s string) string

func QWebEngineContextMenuRequest_Tr2

func QWebEngineContextMenuRequest_Tr2(s string, c string) string

func QWebEngineContextMenuRequest_Tr3

func QWebEngineContextMenuRequest_Tr3(s string, c string, n int) string

func QWebEngineCookieStore_Tr

func QWebEngineCookieStore_Tr(s string) string

func QWebEngineCookieStore_Tr2

func QWebEngineCookieStore_Tr2(s string, c string) string

func QWebEngineCookieStore_Tr3

func QWebEngineCookieStore_Tr3(s string, c string, n int) string

func QWebEngineDownloadRequest_Tr

func QWebEngineDownloadRequest_Tr(s string) string

func QWebEngineDownloadRequest_Tr2

func QWebEngineDownloadRequest_Tr2(s string, c string) string

func QWebEngineDownloadRequest_Tr3

func QWebEngineDownloadRequest_Tr3(s string, c string, n int) string

func QWebEngineHistoryModel_Tr

func QWebEngineHistoryModel_Tr(s string) string

func QWebEngineHistoryModel_Tr2

func QWebEngineHistoryModel_Tr2(s string, c string) string

func QWebEngineHistoryModel_Tr3

func QWebEngineHistoryModel_Tr3(s string, c string, n int) string

func QWebEngineHistory_Tr

func QWebEngineHistory_Tr(s string) string

func QWebEngineHistory_Tr2

func QWebEngineHistory_Tr2(s string, c string) string

func QWebEngineHistory_Tr3

func QWebEngineHistory_Tr3(s string, c string, n int) string

func QWebEngineNavigationRequest_Tr

func QWebEngineNavigationRequest_Tr(s string) string

func QWebEngineNavigationRequest_Tr2

func QWebEngineNavigationRequest_Tr2(s string, c string) string

func QWebEngineNavigationRequest_Tr3

func QWebEngineNavigationRequest_Tr3(s string, c string, n int) string

func QWebEngineNewWindowRequest_Tr

func QWebEngineNewWindowRequest_Tr(s string) string

func QWebEngineNewWindowRequest_Tr2

func QWebEngineNewWindowRequest_Tr2(s string, c string) string

func QWebEngineNewWindowRequest_Tr3

func QWebEngineNewWindowRequest_Tr3(s string, c string, n int) string

func QWebEngineNotification_Tr

func QWebEngineNotification_Tr(s string) string

func QWebEngineNotification_Tr2

func QWebEngineNotification_Tr2(s string, c string) string

func QWebEngineNotification_Tr3

func QWebEngineNotification_Tr3(s string, c string, n int) string

func QWebEnginePage_Tr

func QWebEnginePage_Tr(s string) string

func QWebEnginePage_Tr2

func QWebEnginePage_Tr2(s string, c string) string

func QWebEnginePage_Tr3

func QWebEnginePage_Tr3(s string, c string, n int) string

func QWebEngineProfile_Tr

func QWebEngineProfile_Tr(s string) string

func QWebEngineProfile_Tr2

func QWebEngineProfile_Tr2(s string, c string) string

func QWebEngineProfile_Tr3

func QWebEngineProfile_Tr3(s string, c string, n int) string

func QWebEngineUrlRequestInterceptor_Tr

func QWebEngineUrlRequestInterceptor_Tr(s string) string

func QWebEngineUrlRequestInterceptor_Tr2

func QWebEngineUrlRequestInterceptor_Tr2(s string, c string) string

func QWebEngineUrlRequestInterceptor_Tr3

func QWebEngineUrlRequestInterceptor_Tr3(s string, c string, n int) string

func QWebEngineUrlRequestJob_Tr

func QWebEngineUrlRequestJob_Tr(s string) string

func QWebEngineUrlRequestJob_Tr2

func QWebEngineUrlRequestJob_Tr2(s string, c string) string

func QWebEngineUrlRequestJob_Tr3

func QWebEngineUrlRequestJob_Tr3(s string, c string, n int) string

func QWebEngineUrlSchemeHandler_Tr

func QWebEngineUrlSchemeHandler_Tr(s string) string

func QWebEngineUrlSchemeHandler_Tr2

func QWebEngineUrlSchemeHandler_Tr2(s string, c string) string

func QWebEngineUrlSchemeHandler_Tr3

func QWebEngineUrlSchemeHandler_Tr3(s string, c string, n int) string

func QWebEngineUrlScheme_RegisterScheme

func QWebEngineUrlScheme_RegisterScheme(scheme *QWebEngineUrlScheme)

func QWebEngineView_Tr

func QWebEngineView_Tr(s string) string

func QWebEngineView_Tr2

func QWebEngineView_Tr2(s string, c string) string

func QWebEngineView_Tr3

func QWebEngineView_Tr3(s string, c string, n int) string

Types

type QWebEngineCertificateError

type QWebEngineCertificateError struct {
	// contains filtered or unexported fields
}

func NewQWebEngineCertificateError

func NewQWebEngineCertificateError(other *QWebEngineCertificateError) *QWebEngineCertificateError

NewQWebEngineCertificateError constructs a new QWebEngineCertificateError object.

func UnsafeNewQWebEngineCertificateError

func UnsafeNewQWebEngineCertificateError(h unsafe.Pointer) *QWebEngineCertificateError

UnsafeNewQWebEngineCertificateError constructs the type using only unsafe pointers.

func (*QWebEngineCertificateError) AcceptCertificate

func (this *QWebEngineCertificateError) AcceptCertificate()

func (*QWebEngineCertificateError) CertificateChain

func (this *QWebEngineCertificateError) CertificateChain() []network.QSslCertificate

func (*QWebEngineCertificateError) Defer

func (this *QWebEngineCertificateError) Defer()

func (*QWebEngineCertificateError) Delete

func (this *QWebEngineCertificateError) Delete()

Delete this object from C++ memory.

func (*QWebEngineCertificateError) Description

func (this *QWebEngineCertificateError) Description() string

func (*QWebEngineCertificateError) GoGC

func (this *QWebEngineCertificateError) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineCertificateError) IsOverridable

func (this *QWebEngineCertificateError) IsOverridable() bool

func (*QWebEngineCertificateError) OperatorAssign

func (this *QWebEngineCertificateError) OperatorAssign(other *QWebEngineCertificateError)

func (*QWebEngineCertificateError) RejectCertificate

func (this *QWebEngineCertificateError) RejectCertificate()

func (*QWebEngineCertificateError) Type

func (*QWebEngineCertificateError) UnsafePointer

func (this *QWebEngineCertificateError) UnsafePointer() unsafe.Pointer

func (*QWebEngineCertificateError) Url

func (this *QWebEngineCertificateError) Url() *qt6.QUrl

type QWebEngineCertificateError__Type

type QWebEngineCertificateError__Type int
const (
	QWebEngineCertificateError__SslPinnedKeyNotInCertificateChain   QWebEngineCertificateError__Type = -150
	QWebEngineCertificateError__CertificateCommonNameInvalid        QWebEngineCertificateError__Type = -200
	QWebEngineCertificateError__CertificateDateInvalid              QWebEngineCertificateError__Type = -201
	QWebEngineCertificateError__CertificateAuthorityInvalid         QWebEngineCertificateError__Type = -202
	QWebEngineCertificateError__CertificateContainsErrors           QWebEngineCertificateError__Type = -203
	QWebEngineCertificateError__CertificateNoRevocationMechanism    QWebEngineCertificateError__Type = -204
	QWebEngineCertificateError__CertificateUnableToCheckRevocation  QWebEngineCertificateError__Type = -205
	QWebEngineCertificateError__CertificateRevoked                  QWebEngineCertificateError__Type = -206
	QWebEngineCertificateError__CertificateInvalid                  QWebEngineCertificateError__Type = -207
	QWebEngineCertificateError__CertificateWeakSignatureAlgorithm   QWebEngineCertificateError__Type = -208
	QWebEngineCertificateError__CertificateNonUniqueName            QWebEngineCertificateError__Type = -210
	QWebEngineCertificateError__CertificateWeakKey                  QWebEngineCertificateError__Type = -211
	QWebEngineCertificateError__CertificateNameConstraintViolation  QWebEngineCertificateError__Type = -212
	QWebEngineCertificateError__CertificateValidityTooLong          QWebEngineCertificateError__Type = -213
	QWebEngineCertificateError__CertificateTransparencyRequired     QWebEngineCertificateError__Type = -214
	QWebEngineCertificateError__CertificateSymantecLegacy           QWebEngineCertificateError__Type = -215
	QWebEngineCertificateError__CertificateKnownInterceptionBlocked QWebEngineCertificateError__Type = -217
	QWebEngineCertificateError__SslObsoleteVersion                  QWebEngineCertificateError__Type = -218
)

type QWebEngineClientCertificateSelection

type QWebEngineClientCertificateSelection struct {
	// contains filtered or unexported fields
}

func NewQWebEngineClientCertificateSelection

func NewQWebEngineClientCertificateSelection(param1 *QWebEngineClientCertificateSelection) *QWebEngineClientCertificateSelection

NewQWebEngineClientCertificateSelection constructs a new QWebEngineClientCertificateSelection object.

func UnsafeNewQWebEngineClientCertificateSelection

func UnsafeNewQWebEngineClientCertificateSelection(h unsafe.Pointer) *QWebEngineClientCertificateSelection

UnsafeNewQWebEngineClientCertificateSelection constructs the type using only unsafe pointers.

func (*QWebEngineClientCertificateSelection) Certificates

func (*QWebEngineClientCertificateSelection) Delete

func (this *QWebEngineClientCertificateSelection) Delete()

Delete this object from C++ memory.

func (*QWebEngineClientCertificateSelection) GoGC

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineClientCertificateSelection) Host

func (*QWebEngineClientCertificateSelection) OperatorAssign

func (*QWebEngineClientCertificateSelection) Select

func (*QWebEngineClientCertificateSelection) SelectNone

func (this *QWebEngineClientCertificateSelection) SelectNone()

func (*QWebEngineClientCertificateSelection) UnsafePointer

func (this *QWebEngineClientCertificateSelection) UnsafePointer() unsafe.Pointer

type QWebEngineClientCertificateStore

type QWebEngineClientCertificateStore struct {
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineClientCertificateStore

func UnsafeNewQWebEngineClientCertificateStore(h unsafe.Pointer) *QWebEngineClientCertificateStore

UnsafeNewQWebEngineClientCertificateStore constructs the type using only unsafe pointers.

func (*QWebEngineClientCertificateStore) Add

func (this *QWebEngineClientCertificateStore) Add(certificate *network.QSslCertificate, privateKey *network.QSslKey)

func (*QWebEngineClientCertificateStore) Certificates

func (*QWebEngineClientCertificateStore) Clear

func (this *QWebEngineClientCertificateStore) Clear()

func (*QWebEngineClientCertificateStore) Remove

func (this *QWebEngineClientCertificateStore) Remove(certificate *network.QSslCertificate)

func (*QWebEngineClientCertificateStore) UnsafePointer

func (this *QWebEngineClientCertificateStore) UnsafePointer() unsafe.Pointer

type QWebEngineContextMenuRequest

type QWebEngineContextMenuRequest struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineContextMenuRequest

func UnsafeNewQWebEngineContextMenuRequest(h unsafe.Pointer) *QWebEngineContextMenuRequest

UnsafeNewQWebEngineContextMenuRequest constructs the type using only unsafe pointers.

func (*QWebEngineContextMenuRequest) Delete

func (this *QWebEngineContextMenuRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineContextMenuRequest) EditFlags

func (*QWebEngineContextMenuRequest) GoGC

func (this *QWebEngineContextMenuRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineContextMenuRequest) IsAccepted

func (this *QWebEngineContextMenuRequest) IsAccepted() bool

func (*QWebEngineContextMenuRequest) IsContentEditable

func (this *QWebEngineContextMenuRequest) IsContentEditable() bool

func (*QWebEngineContextMenuRequest) LinkText

func (this *QWebEngineContextMenuRequest) LinkText() string

func (*QWebEngineContextMenuRequest) LinkUrl

func (this *QWebEngineContextMenuRequest) LinkUrl() *qt6.QUrl

func (*QWebEngineContextMenuRequest) MediaFlags

func (*QWebEngineContextMenuRequest) MediaType

func (*QWebEngineContextMenuRequest) MediaUrl

func (this *QWebEngineContextMenuRequest) MediaUrl() *qt6.QUrl

func (*QWebEngineContextMenuRequest) MetaObject

func (this *QWebEngineContextMenuRequest) MetaObject() *qt6.QMetaObject

func (*QWebEngineContextMenuRequest) Metacast

func (this *QWebEngineContextMenuRequest) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineContextMenuRequest) MisspelledWord

func (this *QWebEngineContextMenuRequest) MisspelledWord() string

func (*QWebEngineContextMenuRequest) Position

func (this *QWebEngineContextMenuRequest) Position() *qt6.QPoint

func (*QWebEngineContextMenuRequest) SelectedText

func (this *QWebEngineContextMenuRequest) SelectedText() string

func (*QWebEngineContextMenuRequest) SetAccepted

func (this *QWebEngineContextMenuRequest) SetAccepted(accepted bool)

func (*QWebEngineContextMenuRequest) SpellCheckerSuggestions

func (this *QWebEngineContextMenuRequest) SpellCheckerSuggestions() []string

func (*QWebEngineContextMenuRequest) UnsafePointer

func (this *QWebEngineContextMenuRequest) UnsafePointer() unsafe.Pointer

type QWebEngineContextMenuRequest__EditFlag

type QWebEngineContextMenuRequest__EditFlag int
const (
	QWebEngineContextMenuRequest__CanUndo       QWebEngineContextMenuRequest__EditFlag = 1
	QWebEngineContextMenuRequest__CanRedo       QWebEngineContextMenuRequest__EditFlag = 2
	QWebEngineContextMenuRequest__CanCut        QWebEngineContextMenuRequest__EditFlag = 4
	QWebEngineContextMenuRequest__CanCopy       QWebEngineContextMenuRequest__EditFlag = 8
	QWebEngineContextMenuRequest__CanPaste      QWebEngineContextMenuRequest__EditFlag = 16
	QWebEngineContextMenuRequest__CanDelete     QWebEngineContextMenuRequest__EditFlag = 32
	QWebEngineContextMenuRequest__CanSelectAll  QWebEngineContextMenuRequest__EditFlag = 64
	QWebEngineContextMenuRequest__CanTranslate  QWebEngineContextMenuRequest__EditFlag = 128
	QWebEngineContextMenuRequest__CanEditRichly QWebEngineContextMenuRequest__EditFlag = 256
)

type QWebEngineContextMenuRequest__MediaFlag

type QWebEngineContextMenuRequest__MediaFlag int
const (
	QWebEngineContextMenuRequest__MediaInError           QWebEngineContextMenuRequest__MediaFlag = 1
	QWebEngineContextMenuRequest__MediaPaused            QWebEngineContextMenuRequest__MediaFlag = 2
	QWebEngineContextMenuRequest__MediaMuted             QWebEngineContextMenuRequest__MediaFlag = 4
	QWebEngineContextMenuRequest__MediaLoop              QWebEngineContextMenuRequest__MediaFlag = 8
	QWebEngineContextMenuRequest__MediaCanSave           QWebEngineContextMenuRequest__MediaFlag = 16
	QWebEngineContextMenuRequest__MediaHasAudio          QWebEngineContextMenuRequest__MediaFlag = 32
	QWebEngineContextMenuRequest__MediaCanToggleControls QWebEngineContextMenuRequest__MediaFlag = 64
	QWebEngineContextMenuRequest__MediaControls          QWebEngineContextMenuRequest__MediaFlag = 128
	QWebEngineContextMenuRequest__MediaCanPrint          QWebEngineContextMenuRequest__MediaFlag = 256
	QWebEngineContextMenuRequest__MediaCanRotate         QWebEngineContextMenuRequest__MediaFlag = 512
)

type QWebEngineContextMenuRequest__MediaType

type QWebEngineContextMenuRequest__MediaType int
const (
	QWebEngineContextMenuRequest__MediaTypeNone   QWebEngineContextMenuRequest__MediaType = 0
	QWebEngineContextMenuRequest__MediaTypeImage  QWebEngineContextMenuRequest__MediaType = 1
	QWebEngineContextMenuRequest__MediaTypeVideo  QWebEngineContextMenuRequest__MediaType = 2
	QWebEngineContextMenuRequest__MediaTypeAudio  QWebEngineContextMenuRequest__MediaType = 3
	QWebEngineContextMenuRequest__MediaTypeCanvas QWebEngineContextMenuRequest__MediaType = 4
	QWebEngineContextMenuRequest__MediaTypeFile   QWebEngineContextMenuRequest__MediaType = 5
	QWebEngineContextMenuRequest__MediaTypePlugin QWebEngineContextMenuRequest__MediaType = 6
)

type QWebEngineCookieStore

type QWebEngineCookieStore struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineCookieStore

func UnsafeNewQWebEngineCookieStore(h unsafe.Pointer) *QWebEngineCookieStore

UnsafeNewQWebEngineCookieStore constructs the type using only unsafe pointers.

func (*QWebEngineCookieStore) CookieAdded

func (this *QWebEngineCookieStore) CookieAdded(cookie *network.QNetworkCookie)

func (*QWebEngineCookieStore) CookieRemoved

func (this *QWebEngineCookieStore) CookieRemoved(cookie *network.QNetworkCookie)

func (*QWebEngineCookieStore) Delete

func (this *QWebEngineCookieStore) Delete()

Delete this object from C++ memory.

func (*QWebEngineCookieStore) DeleteAllCookies

func (this *QWebEngineCookieStore) DeleteAllCookies()

func (*QWebEngineCookieStore) DeleteCookie

func (this *QWebEngineCookieStore) DeleteCookie(cookie *network.QNetworkCookie)

func (*QWebEngineCookieStore) DeleteCookie2

func (this *QWebEngineCookieStore) DeleteCookie2(cookie *network.QNetworkCookie, origin *qt6.QUrl)

func (*QWebEngineCookieStore) DeleteSessionCookies

func (this *QWebEngineCookieStore) DeleteSessionCookies()

func (*QWebEngineCookieStore) GoGC

func (this *QWebEngineCookieStore) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineCookieStore) LoadAllCookies

func (this *QWebEngineCookieStore) LoadAllCookies()

func (*QWebEngineCookieStore) MetaObject

func (this *QWebEngineCookieStore) MetaObject() *qt6.QMetaObject

func (*QWebEngineCookieStore) Metacast

func (this *QWebEngineCookieStore) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineCookieStore) OnCookieAdded

func (this *QWebEngineCookieStore) OnCookieAdded(slot func(cookie *network.QNetworkCookie))

func (*QWebEngineCookieStore) OnCookieRemoved

func (this *QWebEngineCookieStore) OnCookieRemoved(slot func(cookie *network.QNetworkCookie))

func (*QWebEngineCookieStore) SetCookie

func (this *QWebEngineCookieStore) SetCookie(cookie *network.QNetworkCookie)

func (*QWebEngineCookieStore) SetCookie2

func (this *QWebEngineCookieStore) SetCookie2(cookie *network.QNetworkCookie, origin *qt6.QUrl)

func (*QWebEngineCookieStore) UnsafePointer

func (this *QWebEngineCookieStore) UnsafePointer() unsafe.Pointer

type QWebEngineCookieStore__FilterRequest

type QWebEngineCookieStore__FilterRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineCookieStore__FilterRequest

func NewQWebEngineCookieStore__FilterRequest(param1 *QWebEngineCookieStore__FilterRequest) *QWebEngineCookieStore__FilterRequest

NewQWebEngineCookieStore__FilterRequest constructs a new QWebEngineCookieStore::FilterRequest object.

func UnsafeNewQWebEngineCookieStore__FilterRequest

func UnsafeNewQWebEngineCookieStore__FilterRequest(h unsafe.Pointer) *QWebEngineCookieStore__FilterRequest

UnsafeNewQWebEngineCookieStore__FilterRequest constructs the type using only unsafe pointers.

func (*QWebEngineCookieStore__FilterRequest) Delete

func (this *QWebEngineCookieStore__FilterRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineCookieStore__FilterRequest) GoGC

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineCookieStore__FilterRequest) OperatorAssign

func (*QWebEngineCookieStore__FilterRequest) UnsafePointer

func (this *QWebEngineCookieStore__FilterRequest) UnsafePointer() unsafe.Pointer

type QWebEngineDownloadRequest

type QWebEngineDownloadRequest struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineDownloadRequest

func UnsafeNewQWebEngineDownloadRequest(h unsafe.Pointer) *QWebEngineDownloadRequest

UnsafeNewQWebEngineDownloadRequest constructs the type using only unsafe pointers.

func (*QWebEngineDownloadRequest) Accept

func (this *QWebEngineDownloadRequest) Accept()

func (*QWebEngineDownloadRequest) Cancel

func (this *QWebEngineDownloadRequest) Cancel()

func (*QWebEngineDownloadRequest) Delete

func (this *QWebEngineDownloadRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineDownloadRequest) DownloadDirectory

func (this *QWebEngineDownloadRequest) DownloadDirectory() string

func (*QWebEngineDownloadRequest) DownloadDirectoryChanged

func (this *QWebEngineDownloadRequest) DownloadDirectoryChanged()

func (*QWebEngineDownloadRequest) DownloadFileName

func (this *QWebEngineDownloadRequest) DownloadFileName() string

func (*QWebEngineDownloadRequest) DownloadFileNameChanged

func (this *QWebEngineDownloadRequest) DownloadFileNameChanged()

func (*QWebEngineDownloadRequest) GoGC

func (this *QWebEngineDownloadRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineDownloadRequest) Id

func (this *QWebEngineDownloadRequest) Id() uint

func (*QWebEngineDownloadRequest) InterruptReason

func (*QWebEngineDownloadRequest) InterruptReasonChanged

func (this *QWebEngineDownloadRequest) InterruptReasonChanged()

func (*QWebEngineDownloadRequest) InterruptReasonString

func (this *QWebEngineDownloadRequest) InterruptReasonString() string

func (*QWebEngineDownloadRequest) IsFinished

func (this *QWebEngineDownloadRequest) IsFinished() bool

func (*QWebEngineDownloadRequest) IsFinishedChanged

func (this *QWebEngineDownloadRequest) IsFinishedChanged()

func (*QWebEngineDownloadRequest) IsPaused

func (this *QWebEngineDownloadRequest) IsPaused() bool

func (*QWebEngineDownloadRequest) IsPausedChanged

func (this *QWebEngineDownloadRequest) IsPausedChanged()

func (*QWebEngineDownloadRequest) IsSavePageDownload

func (this *QWebEngineDownloadRequest) IsSavePageDownload() bool

func (*QWebEngineDownloadRequest) MetaObject

func (this *QWebEngineDownloadRequest) MetaObject() *qt6.QMetaObject

func (*QWebEngineDownloadRequest) Metacast

func (this *QWebEngineDownloadRequest) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineDownloadRequest) MimeType

func (this *QWebEngineDownloadRequest) MimeType() string

func (*QWebEngineDownloadRequest) OnDownloadDirectoryChanged

func (this *QWebEngineDownloadRequest) OnDownloadDirectoryChanged(slot func())

func (*QWebEngineDownloadRequest) OnDownloadFileNameChanged

func (this *QWebEngineDownloadRequest) OnDownloadFileNameChanged(slot func())

func (*QWebEngineDownloadRequest) OnInterruptReasonChanged

func (this *QWebEngineDownloadRequest) OnInterruptReasonChanged(slot func())

func (*QWebEngineDownloadRequest) OnIsFinishedChanged

func (this *QWebEngineDownloadRequest) OnIsFinishedChanged(slot func())

func (*QWebEngineDownloadRequest) OnIsPausedChanged

func (this *QWebEngineDownloadRequest) OnIsPausedChanged(slot func())

func (*QWebEngineDownloadRequest) OnReceivedBytesChanged

func (this *QWebEngineDownloadRequest) OnReceivedBytesChanged(slot func())

func (*QWebEngineDownloadRequest) OnSavePageFormatChanged

func (this *QWebEngineDownloadRequest) OnSavePageFormatChanged(slot func())

func (*QWebEngineDownloadRequest) OnStateChanged

func (this *QWebEngineDownloadRequest) OnStateChanged(slot func(state QWebEngineDownloadRequest__DownloadState))

func (*QWebEngineDownloadRequest) OnTotalBytesChanged

func (this *QWebEngineDownloadRequest) OnTotalBytesChanged(slot func())

func (*QWebEngineDownloadRequest) Page

func (*QWebEngineDownloadRequest) Pause

func (this *QWebEngineDownloadRequest) Pause()

func (*QWebEngineDownloadRequest) ReceivedBytes

func (this *QWebEngineDownloadRequest) ReceivedBytes() int64

func (*QWebEngineDownloadRequest) ReceivedBytesChanged

func (this *QWebEngineDownloadRequest) ReceivedBytesChanged()

func (*QWebEngineDownloadRequest) Resume

func (this *QWebEngineDownloadRequest) Resume()

func (*QWebEngineDownloadRequest) SavePageFormat

func (*QWebEngineDownloadRequest) SavePageFormatChanged

func (this *QWebEngineDownloadRequest) SavePageFormatChanged()

func (*QWebEngineDownloadRequest) SetDownloadDirectory

func (this *QWebEngineDownloadRequest) SetDownloadDirectory(directory string)

func (*QWebEngineDownloadRequest) SetDownloadFileName

func (this *QWebEngineDownloadRequest) SetDownloadFileName(fileName string)

func (*QWebEngineDownloadRequest) SetSavePageFormat

func (*QWebEngineDownloadRequest) State

func (*QWebEngineDownloadRequest) StateChanged

func (*QWebEngineDownloadRequest) SuggestedFileName

func (this *QWebEngineDownloadRequest) SuggestedFileName() string

func (*QWebEngineDownloadRequest) TotalBytes

func (this *QWebEngineDownloadRequest) TotalBytes() int64

func (*QWebEngineDownloadRequest) TotalBytesChanged

func (this *QWebEngineDownloadRequest) TotalBytesChanged()

func (*QWebEngineDownloadRequest) UnsafePointer

func (this *QWebEngineDownloadRequest) UnsafePointer() unsafe.Pointer

func (*QWebEngineDownloadRequest) Url

func (this *QWebEngineDownloadRequest) Url() *qt6.QUrl

type QWebEngineDownloadRequest__DownloadInterruptReason

type QWebEngineDownloadRequest__DownloadInterruptReason int
const (
	QWebEngineDownloadRequest__NoReason                QWebEngineDownloadRequest__DownloadInterruptReason = 0
	QWebEngineDownloadRequest__FileFailed              QWebEngineDownloadRequest__DownloadInterruptReason = 1
	QWebEngineDownloadRequest__FileAccessDenied        QWebEngineDownloadRequest__DownloadInterruptReason = 2
	QWebEngineDownloadRequest__FileNoSpace             QWebEngineDownloadRequest__DownloadInterruptReason = 3
	QWebEngineDownloadRequest__FileNameTooLong         QWebEngineDownloadRequest__DownloadInterruptReason = 5
	QWebEngineDownloadRequest__FileTooLarge            QWebEngineDownloadRequest__DownloadInterruptReason = 6
	QWebEngineDownloadRequest__FileVirusInfected       QWebEngineDownloadRequest__DownloadInterruptReason = 7
	QWebEngineDownloadRequest__FileTransientError      QWebEngineDownloadRequest__DownloadInterruptReason = 10
	QWebEngineDownloadRequest__FileBlocked             QWebEngineDownloadRequest__DownloadInterruptReason = 11
	QWebEngineDownloadRequest__FileSecurityCheckFailed QWebEngineDownloadRequest__DownloadInterruptReason = 12
	QWebEngineDownloadRequest__FileTooShort            QWebEngineDownloadRequest__DownloadInterruptReason = 13
	QWebEngineDownloadRequest__FileHashMismatch        QWebEngineDownloadRequest__DownloadInterruptReason = 14
	QWebEngineDownloadRequest__NetworkFailed           QWebEngineDownloadRequest__DownloadInterruptReason = 20
	QWebEngineDownloadRequest__NetworkTimeout          QWebEngineDownloadRequest__DownloadInterruptReason = 21
	QWebEngineDownloadRequest__NetworkDisconnected     QWebEngineDownloadRequest__DownloadInterruptReason = 22
	QWebEngineDownloadRequest__NetworkServerDown       QWebEngineDownloadRequest__DownloadInterruptReason = 23
	QWebEngineDownloadRequest__NetworkInvalidRequest   QWebEngineDownloadRequest__DownloadInterruptReason = 24
	QWebEngineDownloadRequest__ServerFailed            QWebEngineDownloadRequest__DownloadInterruptReason = 30
	QWebEngineDownloadRequest__ServerBadContent        QWebEngineDownloadRequest__DownloadInterruptReason = 33
	QWebEngineDownloadRequest__ServerUnauthorized      QWebEngineDownloadRequest__DownloadInterruptReason = 34
	QWebEngineDownloadRequest__ServerCertProblem       QWebEngineDownloadRequest__DownloadInterruptReason = 35
	QWebEngineDownloadRequest__ServerForbidden         QWebEngineDownloadRequest__DownloadInterruptReason = 36
	QWebEngineDownloadRequest__ServerUnreachable       QWebEngineDownloadRequest__DownloadInterruptReason = 37
	QWebEngineDownloadRequest__UserCanceled            QWebEngineDownloadRequest__DownloadInterruptReason = 40
)

type QWebEngineDownloadRequest__DownloadState

type QWebEngineDownloadRequest__DownloadState int
const (
	QWebEngineDownloadRequest__DownloadRequested   QWebEngineDownloadRequest__DownloadState = 0
	QWebEngineDownloadRequest__DownloadInProgress  QWebEngineDownloadRequest__DownloadState = 1
	QWebEngineDownloadRequest__DownloadCompleted   QWebEngineDownloadRequest__DownloadState = 2
	QWebEngineDownloadRequest__DownloadCancelled   QWebEngineDownloadRequest__DownloadState = 3
	QWebEngineDownloadRequest__DownloadInterrupted QWebEngineDownloadRequest__DownloadState = 4
)

type QWebEngineDownloadRequest__SavePageFormat

type QWebEngineDownloadRequest__SavePageFormat int
const (
	QWebEngineDownloadRequest__UnknownSaveFormat      QWebEngineDownloadRequest__SavePageFormat = -1
	QWebEngineDownloadRequest__SingleHtmlSaveFormat   QWebEngineDownloadRequest__SavePageFormat = 0
	QWebEngineDownloadRequest__CompleteHtmlSaveFormat QWebEngineDownloadRequest__SavePageFormat = 1
	QWebEngineDownloadRequest__MimeHtmlSaveFormat     QWebEngineDownloadRequest__SavePageFormat = 2
)

type QWebEngineFileSystemAccessRequest

type QWebEngineFileSystemAccessRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineFileSystemAccessRequest

func NewQWebEngineFileSystemAccessRequest(other *QWebEngineFileSystemAccessRequest) *QWebEngineFileSystemAccessRequest

NewQWebEngineFileSystemAccessRequest constructs a new QWebEngineFileSystemAccessRequest object.

func UnsafeNewQWebEngineFileSystemAccessRequest

func UnsafeNewQWebEngineFileSystemAccessRequest(h unsafe.Pointer) *QWebEngineFileSystemAccessRequest

UnsafeNewQWebEngineFileSystemAccessRequest constructs the type using only unsafe pointers.

func (*QWebEngineFileSystemAccessRequest) Accept

func (this *QWebEngineFileSystemAccessRequest) Accept()

func (*QWebEngineFileSystemAccessRequest) AccessFlags

func (*QWebEngineFileSystemAccessRequest) Delete

func (this *QWebEngineFileSystemAccessRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineFileSystemAccessRequest) FilePath

func (this *QWebEngineFileSystemAccessRequest) FilePath() *qt6.QUrl

func (*QWebEngineFileSystemAccessRequest) GoGC

func (this *QWebEngineFileSystemAccessRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineFileSystemAccessRequest) HandleType

func (*QWebEngineFileSystemAccessRequest) OperatorAssign

func (*QWebEngineFileSystemAccessRequest) Origin

func (this *QWebEngineFileSystemAccessRequest) Origin() *qt6.QUrl

func (*QWebEngineFileSystemAccessRequest) Reject

func (this *QWebEngineFileSystemAccessRequest) Reject()

func (*QWebEngineFileSystemAccessRequest) Swap

func (*QWebEngineFileSystemAccessRequest) UnsafePointer

func (this *QWebEngineFileSystemAccessRequest) UnsafePointer() unsafe.Pointer

type QWebEngineFileSystemAccessRequest__AccessFlag

type QWebEngineFileSystemAccessRequest__AccessFlag int
const (
	QWebEngineFileSystemAccessRequest__Read  QWebEngineFileSystemAccessRequest__AccessFlag = 1
	QWebEngineFileSystemAccessRequest__Write QWebEngineFileSystemAccessRequest__AccessFlag = 2
)

type QWebEngineFileSystemAccessRequest__HandleType

type QWebEngineFileSystemAccessRequest__HandleType int
const (
	QWebEngineFileSystemAccessRequest__File      QWebEngineFileSystemAccessRequest__HandleType = 0
	QWebEngineFileSystemAccessRequest__Directory QWebEngineFileSystemAccessRequest__HandleType = 1
)

type QWebEngineFindTextResult

type QWebEngineFindTextResult struct {
	// contains filtered or unexported fields
}

func NewQWebEngineFindTextResult

func NewQWebEngineFindTextResult() *QWebEngineFindTextResult

NewQWebEngineFindTextResult constructs a new QWebEngineFindTextResult object.

func NewQWebEngineFindTextResult2

func NewQWebEngineFindTextResult2(other *QWebEngineFindTextResult) *QWebEngineFindTextResult

NewQWebEngineFindTextResult2 constructs a new QWebEngineFindTextResult object.

func UnsafeNewQWebEngineFindTextResult

func UnsafeNewQWebEngineFindTextResult(h unsafe.Pointer) *QWebEngineFindTextResult

UnsafeNewQWebEngineFindTextResult constructs the type using only unsafe pointers.

func (*QWebEngineFindTextResult) ActiveMatch

func (this *QWebEngineFindTextResult) ActiveMatch() int

func (*QWebEngineFindTextResult) Delete

func (this *QWebEngineFindTextResult) Delete()

Delete this object from C++ memory.

func (*QWebEngineFindTextResult) GoGC

func (this *QWebEngineFindTextResult) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineFindTextResult) NumberOfMatches

func (this *QWebEngineFindTextResult) NumberOfMatches() int

func (*QWebEngineFindTextResult) OperatorAssign

func (this *QWebEngineFindTextResult) OperatorAssign(other *QWebEngineFindTextResult)

func (*QWebEngineFindTextResult) UnsafePointer

func (this *QWebEngineFindTextResult) UnsafePointer() unsafe.Pointer

type QWebEngineFullScreenRequest

type QWebEngineFullScreenRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineFullScreenRequest

func NewQWebEngineFullScreenRequest(other *QWebEngineFullScreenRequest) *QWebEngineFullScreenRequest

NewQWebEngineFullScreenRequest constructs a new QWebEngineFullScreenRequest object.

func UnsafeNewQWebEngineFullScreenRequest

func UnsafeNewQWebEngineFullScreenRequest(h unsafe.Pointer) *QWebEngineFullScreenRequest

UnsafeNewQWebEngineFullScreenRequest constructs the type using only unsafe pointers.

func (*QWebEngineFullScreenRequest) Accept

func (this *QWebEngineFullScreenRequest) Accept()

func (*QWebEngineFullScreenRequest) Delete

func (this *QWebEngineFullScreenRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineFullScreenRequest) GoGC

func (this *QWebEngineFullScreenRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineFullScreenRequest) OperatorAssign

func (this *QWebEngineFullScreenRequest) OperatorAssign(other *QWebEngineFullScreenRequest)

func (*QWebEngineFullScreenRequest) Origin

func (this *QWebEngineFullScreenRequest) Origin() *qt6.QUrl

func (*QWebEngineFullScreenRequest) Reject

func (this *QWebEngineFullScreenRequest) Reject()

func (*QWebEngineFullScreenRequest) ToggleOn

func (this *QWebEngineFullScreenRequest) ToggleOn() bool

func (*QWebEngineFullScreenRequest) UnsafePointer

func (this *QWebEngineFullScreenRequest) UnsafePointer() unsafe.Pointer

type QWebEngineHistory

type QWebEngineHistory struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineHistory

func UnsafeNewQWebEngineHistory(h unsafe.Pointer) *QWebEngineHistory

UnsafeNewQWebEngineHistory constructs the type using only unsafe pointers.

func (*QWebEngineHistory) Back

func (this *QWebEngineHistory) Back()

func (*QWebEngineHistory) BackItem

func (this *QWebEngineHistory) BackItem() *QWebEngineHistoryItem

func (*QWebEngineHistory) BackItems

func (this *QWebEngineHistory) BackItems(maxItems int) []QWebEngineHistoryItem

func (*QWebEngineHistory) BackItemsModel

func (this *QWebEngineHistory) BackItemsModel() *QWebEngineHistoryModel

func (*QWebEngineHistory) CanGoBack

func (this *QWebEngineHistory) CanGoBack() bool

func (*QWebEngineHistory) CanGoForward

func (this *QWebEngineHistory) CanGoForward() bool

func (*QWebEngineHistory) Clear

func (this *QWebEngineHistory) Clear()

func (*QWebEngineHistory) Count

func (this *QWebEngineHistory) Count() int

func (*QWebEngineHistory) CurrentItem

func (this *QWebEngineHistory) CurrentItem() *QWebEngineHistoryItem

func (*QWebEngineHistory) CurrentItemIndex

func (this *QWebEngineHistory) CurrentItemIndex() int

func (*QWebEngineHistory) Forward

func (this *QWebEngineHistory) Forward()

func (*QWebEngineHistory) ForwardItem

func (this *QWebEngineHistory) ForwardItem() *QWebEngineHistoryItem

func (*QWebEngineHistory) ForwardItems

func (this *QWebEngineHistory) ForwardItems(maxItems int) []QWebEngineHistoryItem

func (*QWebEngineHistory) ForwardItemsModel

func (this *QWebEngineHistory) ForwardItemsModel() *QWebEngineHistoryModel

func (*QWebEngineHistory) GoToItem

func (this *QWebEngineHistory) GoToItem(item *QWebEngineHistoryItem)

func (*QWebEngineHistory) ItemAt

func (this *QWebEngineHistory) ItemAt(i int) *QWebEngineHistoryItem

func (*QWebEngineHistory) Items

func (this *QWebEngineHistory) Items() []QWebEngineHistoryItem

func (*QWebEngineHistory) ItemsModel

func (this *QWebEngineHistory) ItemsModel() *QWebEngineHistoryModel

func (*QWebEngineHistory) MetaObject

func (this *QWebEngineHistory) MetaObject() *qt6.QMetaObject

func (*QWebEngineHistory) Metacast

func (this *QWebEngineHistory) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineHistory) UnsafePointer

func (this *QWebEngineHistory) UnsafePointer() unsafe.Pointer

type QWebEngineHistoryItem

type QWebEngineHistoryItem struct {
	// contains filtered or unexported fields
}

func NewQWebEngineHistoryItem

func NewQWebEngineHistoryItem(other *QWebEngineHistoryItem) *QWebEngineHistoryItem

NewQWebEngineHistoryItem constructs a new QWebEngineHistoryItem object.

func UnsafeNewQWebEngineHistoryItem

func UnsafeNewQWebEngineHistoryItem(h unsafe.Pointer) *QWebEngineHistoryItem

UnsafeNewQWebEngineHistoryItem constructs the type using only unsafe pointers.

func (*QWebEngineHistoryItem) Delete

func (this *QWebEngineHistoryItem) Delete()

Delete this object from C++ memory.

func (*QWebEngineHistoryItem) GoGC

func (this *QWebEngineHistoryItem) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineHistoryItem) IconUrl

func (this *QWebEngineHistoryItem) IconUrl() *qt6.QUrl

func (*QWebEngineHistoryItem) IsValid

func (this *QWebEngineHistoryItem) IsValid() bool

func (*QWebEngineHistoryItem) LastVisited

func (this *QWebEngineHistoryItem) LastVisited() *qt6.QDateTime

func (*QWebEngineHistoryItem) OperatorAssign

func (this *QWebEngineHistoryItem) OperatorAssign(other *QWebEngineHistoryItem)

func (*QWebEngineHistoryItem) OriginalUrl

func (this *QWebEngineHistoryItem) OriginalUrl() *qt6.QUrl

func (*QWebEngineHistoryItem) Swap

func (this *QWebEngineHistoryItem) Swap(other *QWebEngineHistoryItem)

func (*QWebEngineHistoryItem) Title

func (this *QWebEngineHistoryItem) Title() string

func (*QWebEngineHistoryItem) UnsafePointer

func (this *QWebEngineHistoryItem) UnsafePointer() unsafe.Pointer

func (*QWebEngineHistoryItem) Url

func (this *QWebEngineHistoryItem) Url() *qt6.QUrl

type QWebEngineHistoryModel

type QWebEngineHistoryModel struct {
	*qt6.QAbstractListModel
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineHistoryModel

func UnsafeNewQWebEngineHistoryModel(h unsafe.Pointer) *QWebEngineHistoryModel

UnsafeNewQWebEngineHistoryModel constructs the type using only unsafe pointers.

func (*QWebEngineHistoryModel) Data

func (this *QWebEngineHistoryModel) Data(index *qt6.QModelIndex, role int) *qt6.QVariant

func (*QWebEngineHistoryModel) MetaObject

func (this *QWebEngineHistoryModel) MetaObject() *qt6.QMetaObject

func (*QWebEngineHistoryModel) Metacast

func (this *QWebEngineHistoryModel) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineHistoryModel) Reset

func (this *QWebEngineHistoryModel) Reset()

func (*QWebEngineHistoryModel) RoleNames

func (this *QWebEngineHistoryModel) RoleNames() map[int][]byte

func (*QWebEngineHistoryModel) RowCount

func (this *QWebEngineHistoryModel) RowCount(parent *qt6.QModelIndex) int

func (*QWebEngineHistoryModel) UnsafePointer

func (this *QWebEngineHistoryModel) UnsafePointer() unsafe.Pointer

type QWebEngineHistoryModel__Roles

type QWebEngineHistoryModel__Roles int
const (
	QWebEngineHistoryModel__UrlRole     QWebEngineHistoryModel__Roles = 256
	QWebEngineHistoryModel__TitleRole   QWebEngineHistoryModel__Roles = 257
	QWebEngineHistoryModel__OffsetRole  QWebEngineHistoryModel__Roles = 258
	QWebEngineHistoryModel__IconUrlRole QWebEngineHistoryModel__Roles = 259
)

type QWebEngineHttpRequest

type QWebEngineHttpRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineHttpRequest

func NewQWebEngineHttpRequest() *QWebEngineHttpRequest

NewQWebEngineHttpRequest constructs a new QWebEngineHttpRequest object.

func NewQWebEngineHttpRequest2

func NewQWebEngineHttpRequest2(other *QWebEngineHttpRequest) *QWebEngineHttpRequest

NewQWebEngineHttpRequest2 constructs a new QWebEngineHttpRequest object.

func NewQWebEngineHttpRequest3

func NewQWebEngineHttpRequest3(url *qt6.QUrl) *QWebEngineHttpRequest

NewQWebEngineHttpRequest3 constructs a new QWebEngineHttpRequest object.

func NewQWebEngineHttpRequest4

func NewQWebEngineHttpRequest4(url *qt6.QUrl, method *QWebEngineHttpRequest__Method) *QWebEngineHttpRequest

NewQWebEngineHttpRequest4 constructs a new QWebEngineHttpRequest object.

func QWebEngineHttpRequest_PostRequest

func QWebEngineHttpRequest_PostRequest(url *qt6.QUrl, postData map[string]string) *QWebEngineHttpRequest

func UnsafeNewQWebEngineHttpRequest

func UnsafeNewQWebEngineHttpRequest(h unsafe.Pointer) *QWebEngineHttpRequest

UnsafeNewQWebEngineHttpRequest constructs the type using only unsafe pointers.

func (*QWebEngineHttpRequest) Delete

func (this *QWebEngineHttpRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineHttpRequest) GoGC

func (this *QWebEngineHttpRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineHttpRequest) HasHeader

func (this *QWebEngineHttpRequest) HasHeader(headerName []byte) bool

func (*QWebEngineHttpRequest) Header

func (this *QWebEngineHttpRequest) Header(headerName []byte) []byte

func (*QWebEngineHttpRequest) Headers

func (this *QWebEngineHttpRequest) Headers() [][]byte

func (*QWebEngineHttpRequest) Method

func (*QWebEngineHttpRequest) OperatorAssign

func (this *QWebEngineHttpRequest) OperatorAssign(other *QWebEngineHttpRequest)

func (*QWebEngineHttpRequest) OperatorEqual

func (this *QWebEngineHttpRequest) OperatorEqual(other *QWebEngineHttpRequest) bool

func (*QWebEngineHttpRequest) OperatorNotEqual

func (this *QWebEngineHttpRequest) OperatorNotEqual(other *QWebEngineHttpRequest) bool

func (*QWebEngineHttpRequest) PostData

func (this *QWebEngineHttpRequest) PostData() []byte

func (*QWebEngineHttpRequest) SetHeader

func (this *QWebEngineHttpRequest) SetHeader(headerName []byte, value []byte)

func (*QWebEngineHttpRequest) SetMethod

func (this *QWebEngineHttpRequest) SetMethod(method QWebEngineHttpRequest__Method)

func (*QWebEngineHttpRequest) SetPostData

func (this *QWebEngineHttpRequest) SetPostData(postData []byte)

func (*QWebEngineHttpRequest) SetUrl

func (this *QWebEngineHttpRequest) SetUrl(url *qt6.QUrl)

func (*QWebEngineHttpRequest) Swap

func (this *QWebEngineHttpRequest) Swap(other *QWebEngineHttpRequest)

func (*QWebEngineHttpRequest) UnsafePointer

func (this *QWebEngineHttpRequest) UnsafePointer() unsafe.Pointer

func (*QWebEngineHttpRequest) UnsetHeader

func (this *QWebEngineHttpRequest) UnsetHeader(headerName []byte)

func (*QWebEngineHttpRequest) Url

func (this *QWebEngineHttpRequest) Url() *qt6.QUrl

type QWebEngineHttpRequest__Method

type QWebEngineHttpRequest__Method int
const (
	QWebEngineHttpRequest__Get  QWebEngineHttpRequest__Method = 0
	QWebEngineHttpRequest__Post QWebEngineHttpRequest__Method = 1
)

type QWebEngineLoadingInfo

type QWebEngineLoadingInfo struct {
	// contains filtered or unexported fields
}

func NewQWebEngineLoadingInfo

func NewQWebEngineLoadingInfo(other *QWebEngineLoadingInfo) *QWebEngineLoadingInfo

NewQWebEngineLoadingInfo constructs a new QWebEngineLoadingInfo object.

func UnsafeNewQWebEngineLoadingInfo

func UnsafeNewQWebEngineLoadingInfo(h unsafe.Pointer) *QWebEngineLoadingInfo

UnsafeNewQWebEngineLoadingInfo constructs the type using only unsafe pointers.

func (*QWebEngineLoadingInfo) Delete

func (this *QWebEngineLoadingInfo) Delete()

Delete this object from C++ memory.

func (*QWebEngineLoadingInfo) ErrorCode

func (this *QWebEngineLoadingInfo) ErrorCode() int

func (*QWebEngineLoadingInfo) ErrorDomain

func (*QWebEngineLoadingInfo) ErrorString

func (this *QWebEngineLoadingInfo) ErrorString() string

func (*QWebEngineLoadingInfo) GoGC

func (this *QWebEngineLoadingInfo) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineLoadingInfo) IsErrorPage

func (this *QWebEngineLoadingInfo) IsErrorPage() bool

func (*QWebEngineLoadingInfo) OperatorAssign

func (this *QWebEngineLoadingInfo) OperatorAssign(other *QWebEngineLoadingInfo)

func (*QWebEngineLoadingInfo) Status

func (*QWebEngineLoadingInfo) UnsafePointer

func (this *QWebEngineLoadingInfo) UnsafePointer() unsafe.Pointer

func (*QWebEngineLoadingInfo) Url

func (this *QWebEngineLoadingInfo) Url() *qt6.QUrl

type QWebEngineLoadingInfo__ErrorDomain

type QWebEngineLoadingInfo__ErrorDomain int
const (
	QWebEngineLoadingInfo__NoErrorDomain          QWebEngineLoadingInfo__ErrorDomain = 0
	QWebEngineLoadingInfo__InternalErrorDomain    QWebEngineLoadingInfo__ErrorDomain = 1
	QWebEngineLoadingInfo__ConnectionErrorDomain  QWebEngineLoadingInfo__ErrorDomain = 2
	QWebEngineLoadingInfo__CertificateErrorDomain QWebEngineLoadingInfo__ErrorDomain = 3
	QWebEngineLoadingInfo__HttpErrorDomain        QWebEngineLoadingInfo__ErrorDomain = 4
	QWebEngineLoadingInfo__FtpErrorDomain         QWebEngineLoadingInfo__ErrorDomain = 5
	QWebEngineLoadingInfo__DnsErrorDomain         QWebEngineLoadingInfo__ErrorDomain = 6
	QWebEngineLoadingInfo__HttpStatusCodeDomain   QWebEngineLoadingInfo__ErrorDomain = 7
)

type QWebEngineLoadingInfo__LoadStatus

type QWebEngineLoadingInfo__LoadStatus int
const (
	QWebEngineLoadingInfo__LoadStartedStatus   QWebEngineLoadingInfo__LoadStatus = 0
	QWebEngineLoadingInfo__LoadStoppedStatus   QWebEngineLoadingInfo__LoadStatus = 1
	QWebEngineLoadingInfo__LoadSucceededStatus QWebEngineLoadingInfo__LoadStatus = 2
	QWebEngineLoadingInfo__LoadFailedStatus    QWebEngineLoadingInfo__LoadStatus = 3
)

type QWebEngineNavigationRequest

type QWebEngineNavigationRequest struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineNavigationRequest

func UnsafeNewQWebEngineNavigationRequest(h unsafe.Pointer) *QWebEngineNavigationRequest

UnsafeNewQWebEngineNavigationRequest constructs the type using only unsafe pointers.

func (*QWebEngineNavigationRequest) Accept

func (this *QWebEngineNavigationRequest) Accept()

func (*QWebEngineNavigationRequest) ActionChanged

func (this *QWebEngineNavigationRequest) ActionChanged()

func (*QWebEngineNavigationRequest) Delete

func (this *QWebEngineNavigationRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineNavigationRequest) GoGC

func (this *QWebEngineNavigationRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineNavigationRequest) IsMainFrame

func (this *QWebEngineNavigationRequest) IsMainFrame() bool

func (*QWebEngineNavigationRequest) MetaObject

func (this *QWebEngineNavigationRequest) MetaObject() *qt6.QMetaObject

func (*QWebEngineNavigationRequest) Metacast

func (this *QWebEngineNavigationRequest) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineNavigationRequest) NavigationType

func (*QWebEngineNavigationRequest) OnActionChanged

func (this *QWebEngineNavigationRequest) OnActionChanged(slot func())

func (*QWebEngineNavigationRequest) Reject

func (this *QWebEngineNavigationRequest) Reject()

func (*QWebEngineNavigationRequest) UnsafePointer

func (this *QWebEngineNavigationRequest) UnsafePointer() unsafe.Pointer

func (*QWebEngineNavigationRequest) Url

func (this *QWebEngineNavigationRequest) Url() *qt6.QUrl

type QWebEngineNavigationRequest__NavigationRequestAction

type QWebEngineNavigationRequest__NavigationRequestAction int
const (
	QWebEngineNavigationRequest__AcceptRequest QWebEngineNavigationRequest__NavigationRequestAction = 0
	QWebEngineNavigationRequest__IgnoreRequest QWebEngineNavigationRequest__NavigationRequestAction = 255
)

type QWebEngineNavigationRequest__NavigationType

type QWebEngineNavigationRequest__NavigationType int
const (
	QWebEngineNavigationRequest__LinkClickedNavigation   QWebEngineNavigationRequest__NavigationType = 0
	QWebEngineNavigationRequest__TypedNavigation         QWebEngineNavigationRequest__NavigationType = 1
	QWebEngineNavigationRequest__FormSubmittedNavigation QWebEngineNavigationRequest__NavigationType = 2
	QWebEngineNavigationRequest__BackForwardNavigation   QWebEngineNavigationRequest__NavigationType = 3
	QWebEngineNavigationRequest__ReloadNavigation        QWebEngineNavigationRequest__NavigationType = 4
	QWebEngineNavigationRequest__OtherNavigation         QWebEngineNavigationRequest__NavigationType = 5
	QWebEngineNavigationRequest__RedirectNavigation      QWebEngineNavigationRequest__NavigationType = 6
)

type QWebEngineNewWindowRequest

type QWebEngineNewWindowRequest struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineNewWindowRequest

func UnsafeNewQWebEngineNewWindowRequest(h unsafe.Pointer) *QWebEngineNewWindowRequest

UnsafeNewQWebEngineNewWindowRequest constructs the type using only unsafe pointers.

func (*QWebEngineNewWindowRequest) Delete

func (this *QWebEngineNewWindowRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineNewWindowRequest) Destination

func (*QWebEngineNewWindowRequest) GoGC

func (this *QWebEngineNewWindowRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineNewWindowRequest) IsUserInitiated

func (this *QWebEngineNewWindowRequest) IsUserInitiated() bool

func (*QWebEngineNewWindowRequest) MetaObject

func (this *QWebEngineNewWindowRequest) MetaObject() *qt6.QMetaObject

func (*QWebEngineNewWindowRequest) Metacast

func (this *QWebEngineNewWindowRequest) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineNewWindowRequest) OpenIn

func (this *QWebEngineNewWindowRequest) OpenIn(param1 *QWebEnginePage)

func (*QWebEngineNewWindowRequest) RequestedGeometry

func (this *QWebEngineNewWindowRequest) RequestedGeometry() *qt6.QRect

func (*QWebEngineNewWindowRequest) RequestedUrl

func (this *QWebEngineNewWindowRequest) RequestedUrl() *qt6.QUrl

func (*QWebEngineNewWindowRequest) UnsafePointer

func (this *QWebEngineNewWindowRequest) UnsafePointer() unsafe.Pointer

type QWebEngineNewWindowRequest__DestinationType

type QWebEngineNewWindowRequest__DestinationType int
const (
	QWebEngineNewWindowRequest__InNewWindow        QWebEngineNewWindowRequest__DestinationType = 0
	QWebEngineNewWindowRequest__InNewTab           QWebEngineNewWindowRequest__DestinationType = 1
	QWebEngineNewWindowRequest__InNewDialog        QWebEngineNewWindowRequest__DestinationType = 2
	QWebEngineNewWindowRequest__InNewBackgroundTab QWebEngineNewWindowRequest__DestinationType = 3
)

type QWebEngineNotification

type QWebEngineNotification struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineNotification

func UnsafeNewQWebEngineNotification(h unsafe.Pointer) *QWebEngineNotification

UnsafeNewQWebEngineNotification constructs the type using only unsafe pointers.

func (*QWebEngineNotification) Click

func (this *QWebEngineNotification) Click()

func (*QWebEngineNotification) Close

func (this *QWebEngineNotification) Close()

func (*QWebEngineNotification) Closed

func (this *QWebEngineNotification) Closed()

func (*QWebEngineNotification) Delete

func (this *QWebEngineNotification) Delete()

Delete this object from C++ memory.

func (*QWebEngineNotification) Direction

func (this *QWebEngineNotification) Direction() qt6.LayoutDirection

func (*QWebEngineNotification) GoGC

func (this *QWebEngineNotification) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineNotification) Icon

func (this *QWebEngineNotification) Icon() *qt6.QImage

func (*QWebEngineNotification) Language

func (this *QWebEngineNotification) Language() string

func (*QWebEngineNotification) Matches

func (this *QWebEngineNotification) Matches(other *QWebEngineNotification) bool

func (*QWebEngineNotification) Message

func (this *QWebEngineNotification) Message() string

func (*QWebEngineNotification) MetaObject

func (this *QWebEngineNotification) MetaObject() *qt6.QMetaObject

func (*QWebEngineNotification) Metacast

func (this *QWebEngineNotification) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineNotification) OnClosed

func (this *QWebEngineNotification) OnClosed(slot func())

func (*QWebEngineNotification) Origin

func (this *QWebEngineNotification) Origin() *qt6.QUrl

func (*QWebEngineNotification) Show

func (this *QWebEngineNotification) Show()

func (*QWebEngineNotification) Tag

func (this *QWebEngineNotification) Tag() string

func (*QWebEngineNotification) Title

func (this *QWebEngineNotification) Title() string

func (*QWebEngineNotification) UnsafePointer

func (this *QWebEngineNotification) UnsafePointer() unsafe.Pointer

type QWebEnginePage

type QWebEnginePage struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func NewQWebEnginePage

func NewQWebEnginePage() *QWebEnginePage

NewQWebEnginePage constructs a new QWebEnginePage object.

func NewQWebEnginePage2

func NewQWebEnginePage2(profile *QWebEngineProfile) *QWebEnginePage

NewQWebEnginePage2 constructs a new QWebEnginePage object.

func NewQWebEnginePage3

func NewQWebEnginePage3(parent *qt6.QObject) *QWebEnginePage

NewQWebEnginePage3 constructs a new QWebEnginePage object.

func NewQWebEnginePage4

func NewQWebEnginePage4(profile *QWebEngineProfile, parent *qt6.QObject) *QWebEnginePage

NewQWebEnginePage4 constructs a new QWebEnginePage object.

func UnsafeNewQWebEnginePage

func UnsafeNewQWebEnginePage(h unsafe.Pointer) *QWebEnginePage

UnsafeNewQWebEnginePage constructs the type using only unsafe pointers.

func (*QWebEnginePage) AcceptAsNewWindow

func (this *QWebEnginePage) AcceptAsNewWindow(request *QWebEngineNewWindowRequest)

func (*QWebEnginePage) Action

func (this *QWebEnginePage) Action(action QWebEnginePage__WebAction) *qt6.QAction

func (*QWebEnginePage) AudioMutedChanged

func (this *QWebEnginePage) AudioMutedChanged(muted bool)

func (*QWebEnginePage) AuthenticationRequired

func (this *QWebEnginePage) AuthenticationRequired(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator)

func (*QWebEnginePage) BackgroundColor

func (this *QWebEnginePage) BackgroundColor() *qt6.QColor

func (*QWebEnginePage) CertificateError

func (this *QWebEnginePage) CertificateError(certificateError *QWebEngineCertificateError)

func (*QWebEnginePage) ContentsSize

func (this *QWebEnginePage) ContentsSize() *qt6.QSizeF

func (*QWebEnginePage) ContentsSizeChanged

func (this *QWebEnginePage) ContentsSizeChanged(size *qt6.QSizeF)

func (*QWebEnginePage) Delete

func (this *QWebEnginePage) Delete()

Delete this object from C++ memory.

func (*QWebEnginePage) DevToolsPage

func (this *QWebEnginePage) DevToolsPage() *QWebEnginePage

func (*QWebEnginePage) Download

func (this *QWebEnginePage) Download(url *qt6.QUrl)

func (*QWebEnginePage) Download2

func (this *QWebEnginePage) Download2(url *qt6.QUrl, filename string)

func (*QWebEnginePage) Event

func (this *QWebEnginePage) Event(param1 *qt6.QEvent) bool

func (*QWebEnginePage) FeaturePermissionRequestCanceled

func (this *QWebEnginePage) FeaturePermissionRequestCanceled(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature)

func (*QWebEnginePage) FeaturePermissionRequested

func (this *QWebEnginePage) FeaturePermissionRequested(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature)

func (*QWebEnginePage) FileSystemAccessRequested

func (this *QWebEnginePage) FileSystemAccessRequested(request QWebEngineFileSystemAccessRequest)

func (*QWebEnginePage) FindTextFinished

func (this *QWebEnginePage) FindTextFinished(result *QWebEngineFindTextResult)

func (*QWebEnginePage) FullScreenRequested

func (this *QWebEnginePage) FullScreenRequested(fullScreenRequest QWebEngineFullScreenRequest)

func (*QWebEnginePage) GeometryChangeRequested

func (this *QWebEnginePage) GeometryChangeRequested(geom *qt6.QRect)

func (*QWebEnginePage) GoGC

func (this *QWebEnginePage) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEnginePage) HasSelection

func (this *QWebEnginePage) HasSelection() bool

func (*QWebEnginePage) History

func (this *QWebEnginePage) History() *QWebEngineHistory

func (*QWebEnginePage) Icon

func (this *QWebEnginePage) Icon() *qt6.QIcon

func (*QWebEnginePage) IconChanged

func (this *QWebEnginePage) IconChanged(icon *qt6.QIcon)

func (*QWebEnginePage) IconUrl

func (this *QWebEnginePage) IconUrl() *qt6.QUrl

func (*QWebEnginePage) IconUrlChanged

func (this *QWebEnginePage) IconUrlChanged(url *qt6.QUrl)

func (*QWebEnginePage) InspectedPage

func (this *QWebEnginePage) InspectedPage() *QWebEnginePage

func (*QWebEnginePage) IsAudioMuted

func (this *QWebEnginePage) IsAudioMuted() bool

func (*QWebEnginePage) IsLoading

func (this *QWebEnginePage) IsLoading() bool

func (*QWebEnginePage) IsVisible

func (this *QWebEnginePage) IsVisible() bool

func (*QWebEnginePage) LifecycleState

func (this *QWebEnginePage) LifecycleState() QWebEnginePage__LifecycleState

func (*QWebEnginePage) LifecycleStateChanged

func (this *QWebEnginePage) LifecycleStateChanged(state QWebEnginePage__LifecycleState)

func (*QWebEnginePage) LinkHovered

func (this *QWebEnginePage) LinkHovered(url string)

func (*QWebEnginePage) Load

func (this *QWebEnginePage) Load(url *qt6.QUrl)

func (*QWebEnginePage) LoadFinished

func (this *QWebEnginePage) LoadFinished(ok bool)

func (*QWebEnginePage) LoadProgress

func (this *QWebEnginePage) LoadProgress(progress int)

func (*QWebEnginePage) LoadStarted

func (this *QWebEnginePage) LoadStarted()

func (*QWebEnginePage) LoadWithRequest

func (this *QWebEnginePage) LoadWithRequest(request *QWebEngineHttpRequest)

func (*QWebEnginePage) LoadingChanged

func (this *QWebEnginePage) LoadingChanged(loadingInfo *QWebEngineLoadingInfo)

func (*QWebEnginePage) MetaObject

func (this *QWebEnginePage) MetaObject() *qt6.QMetaObject

func (*QWebEnginePage) Metacast

func (this *QWebEnginePage) Metacast(param1 string) unsafe.Pointer

func (*QWebEnginePage) NavigationRequested

func (this *QWebEnginePage) NavigationRequested(request *QWebEngineNavigationRequest)

func (*QWebEnginePage) NewWindowRequested

func (this *QWebEnginePage) NewWindowRequested(request *QWebEngineNewWindowRequest)

func (*QWebEnginePage) OnAcceptNavigationRequest

func (this *QWebEnginePage) OnAcceptNavigationRequest(slot func(super func(url *qt6.QUrl, typeVal QWebEnginePage__NavigationType, isMainFrame bool) bool, url *qt6.QUrl, typeVal QWebEnginePage__NavigationType, isMainFrame bool) bool)

func (*QWebEnginePage) OnAudioMutedChanged

func (this *QWebEnginePage) OnAudioMutedChanged(slot func(muted bool))

func (*QWebEnginePage) OnAuthenticationRequired

func (this *QWebEnginePage) OnAuthenticationRequired(slot func(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator))

func (*QWebEnginePage) OnCertificateError

func (this *QWebEnginePage) OnCertificateError(slot func(certificateError *QWebEngineCertificateError))

func (*QWebEnginePage) OnChildEvent

func (this *QWebEnginePage) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))

func (*QWebEnginePage) OnChooseFiles

func (this *QWebEnginePage) OnChooseFiles(slot func(super func(mode QWebEnginePage__FileSelectionMode, oldFiles []string, acceptedMimeTypes []string) []string, mode QWebEnginePage__FileSelectionMode, oldFiles []string, acceptedMimeTypes []string) []string)

func (*QWebEnginePage) OnConnectNotify

func (this *QWebEnginePage) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEnginePage) OnContentsSizeChanged

func (this *QWebEnginePage) OnContentsSizeChanged(slot func(size *qt6.QSizeF))

func (*QWebEnginePage) OnCreateWindow

func (this *QWebEnginePage) OnCreateWindow(slot func(super func(typeVal QWebEnginePage__WebWindowType) *QWebEnginePage, typeVal QWebEnginePage__WebWindowType) *QWebEnginePage)

func (*QWebEnginePage) OnCustomEvent

func (this *QWebEnginePage) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))

func (*QWebEnginePage) OnDisconnectNotify

func (this *QWebEnginePage) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEnginePage) OnEvent

func (this *QWebEnginePage) OnEvent(slot func(super func(param1 *qt6.QEvent) bool, param1 *qt6.QEvent) bool)

func (*QWebEnginePage) OnEventFilter

func (this *QWebEnginePage) OnEventFilter(slot func(super func(watched *qt6.QObject, event *qt6.QEvent) bool, watched *qt6.QObject, event *qt6.QEvent) bool)

func (*QWebEnginePage) OnFeaturePermissionRequestCanceled

func (this *QWebEnginePage) OnFeaturePermissionRequestCanceled(slot func(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature))

func (*QWebEnginePage) OnFeaturePermissionRequested

func (this *QWebEnginePage) OnFeaturePermissionRequested(slot func(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature))

func (*QWebEnginePage) OnFileSystemAccessRequested

func (this *QWebEnginePage) OnFileSystemAccessRequested(slot func(request QWebEngineFileSystemAccessRequest))

func (*QWebEnginePage) OnFindTextFinished

func (this *QWebEnginePage) OnFindTextFinished(slot func(result *QWebEngineFindTextResult))

func (*QWebEnginePage) OnFullScreenRequested

func (this *QWebEnginePage) OnFullScreenRequested(slot func(fullScreenRequest QWebEngineFullScreenRequest))

func (*QWebEnginePage) OnGeometryChangeRequested

func (this *QWebEnginePage) OnGeometryChangeRequested(slot func(geom *qt6.QRect))

func (*QWebEnginePage) OnIconChanged

func (this *QWebEnginePage) OnIconChanged(slot func(icon *qt6.QIcon))

func (*QWebEnginePage) OnIconUrlChanged

func (this *QWebEnginePage) OnIconUrlChanged(slot func(url *qt6.QUrl))

func (*QWebEnginePage) OnJavaScriptAlert

func (this *QWebEnginePage) OnJavaScriptAlert(slot func(super func(securityOrigin *qt6.QUrl, msg string), securityOrigin *qt6.QUrl, msg string))

func (*QWebEnginePage) OnJavaScriptConfirm

func (this *QWebEnginePage) OnJavaScriptConfirm(slot func(super func(securityOrigin *qt6.QUrl, msg string) bool, securityOrigin *qt6.QUrl, msg string) bool)

func (*QWebEnginePage) OnJavaScriptConsoleMessage

func (this *QWebEnginePage) OnJavaScriptConsoleMessage(slot func(super func(level QWebEnginePage__JavaScriptConsoleMessageLevel, message string, lineNumber int, sourceID string), level QWebEnginePage__JavaScriptConsoleMessageLevel, message string, lineNumber int, sourceID string))

func (*QWebEnginePage) OnLifecycleStateChanged

func (this *QWebEnginePage) OnLifecycleStateChanged(slot func(state QWebEnginePage__LifecycleState))

func (*QWebEnginePage) OnLinkHovered

func (this *QWebEnginePage) OnLinkHovered(slot func(url string))

func (*QWebEnginePage) OnLoadFinished

func (this *QWebEnginePage) OnLoadFinished(slot func(ok bool))

func (*QWebEnginePage) OnLoadProgress

func (this *QWebEnginePage) OnLoadProgress(slot func(progress int))

func (*QWebEnginePage) OnLoadStarted

func (this *QWebEnginePage) OnLoadStarted(slot func())

func (*QWebEnginePage) OnLoadingChanged

func (this *QWebEnginePage) OnLoadingChanged(slot func(loadingInfo *QWebEngineLoadingInfo))

func (*QWebEnginePage) OnNavigationRequested

func (this *QWebEnginePage) OnNavigationRequested(slot func(request *QWebEngineNavigationRequest))

func (*QWebEnginePage) OnNewWindowRequested

func (this *QWebEnginePage) OnNewWindowRequested(slot func(request *QWebEngineNewWindowRequest))

func (*QWebEnginePage) OnPdfPrintingFinished

func (this *QWebEnginePage) OnPdfPrintingFinished(slot func(filePath string, success bool))

func (*QWebEnginePage) OnPrintRequested

func (this *QWebEnginePage) OnPrintRequested(slot func())

func (*QWebEnginePage) OnProxyAuthenticationRequired

func (this *QWebEnginePage) OnProxyAuthenticationRequired(slot func(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator, proxyHost string))

func (*QWebEnginePage) OnQAboutToDelete

func (this *QWebEnginePage) OnQAboutToDelete(slot func())

func (*QWebEnginePage) OnQuotaRequested

func (this *QWebEnginePage) OnQuotaRequested(slot func(quotaRequest QWebEngineQuotaRequest))

func (*QWebEnginePage) OnRecentlyAudibleChanged

func (this *QWebEnginePage) OnRecentlyAudibleChanged(slot func(recentlyAudible bool))

func (*QWebEnginePage) OnRecommendedStateChanged

func (this *QWebEnginePage) OnRecommendedStateChanged(slot func(state QWebEnginePage__LifecycleState))

func (*QWebEnginePage) OnRegisterProtocolHandlerRequested

func (this *QWebEnginePage) OnRegisterProtocolHandlerRequested(slot func(request QWebEngineRegisterProtocolHandlerRequest))

func (*QWebEnginePage) OnRenderProcessPidChanged

func (this *QWebEnginePage) OnRenderProcessPidChanged(slot func(pid int64))

func (*QWebEnginePage) OnRenderProcessTerminated

func (this *QWebEnginePage) OnRenderProcessTerminated(slot func(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int))

func (*QWebEnginePage) OnScrollPositionChanged

func (this *QWebEnginePage) OnScrollPositionChanged(slot func(position *qt6.QPointF))

func (*QWebEnginePage) OnSelectClientCertificate

func (this *QWebEnginePage) OnSelectClientCertificate(slot func(clientCertSelection QWebEngineClientCertificateSelection))

func (*QWebEnginePage) OnSelectionChanged

func (this *QWebEnginePage) OnSelectionChanged(slot func())

func (*QWebEnginePage) OnTimerEvent

func (this *QWebEnginePage) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))

func (*QWebEnginePage) OnTitleChanged

func (this *QWebEnginePage) OnTitleChanged(slot func(title string))

func (*QWebEnginePage) OnTriggerAction

func (this *QWebEnginePage) OnTriggerAction(slot func(super func(action QWebEnginePage__WebAction, checked bool), action QWebEnginePage__WebAction, checked bool))

func (*QWebEnginePage) OnUrlChanged

func (this *QWebEnginePage) OnUrlChanged(slot func(url *qt6.QUrl))

func (*QWebEnginePage) OnVisibleChanged

func (this *QWebEnginePage) OnVisibleChanged(slot func(visible bool))

func (*QWebEnginePage) OnWindowCloseRequested

func (this *QWebEnginePage) OnWindowCloseRequested(slot func())

func (*QWebEnginePage) PdfPrintingFinished

func (this *QWebEnginePage) PdfPrintingFinished(filePath string, success bool)

func (*QWebEnginePage) PrintRequested

func (this *QWebEnginePage) PrintRequested()

func (*QWebEnginePage) PrintToPdf

func (this *QWebEnginePage) PrintToPdf(filePath string)

func (*QWebEnginePage) PrintToPdf2

func (this *QWebEnginePage) PrintToPdf2(filePath string, layout *qt6.QPageLayout)

func (*QWebEnginePage) PrintToPdf3

func (this *QWebEnginePage) PrintToPdf3(filePath string, layout *qt6.QPageLayout, ranges *qt6.QPageRanges)

func (*QWebEnginePage) Profile

func (this *QWebEnginePage) Profile() *QWebEngineProfile

func (*QWebEnginePage) ProxyAuthenticationRequired

func (this *QWebEnginePage) ProxyAuthenticationRequired(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator, proxyHost string)

func (*QWebEnginePage) QAboutToDelete

func (this *QWebEnginePage) QAboutToDelete()

func (*QWebEnginePage) QuotaRequested

func (this *QWebEnginePage) QuotaRequested(quotaRequest QWebEngineQuotaRequest)

func (*QWebEnginePage) RecentlyAudible

func (this *QWebEnginePage) RecentlyAudible() bool

func (*QWebEnginePage) RecentlyAudibleChanged

func (this *QWebEnginePage) RecentlyAudibleChanged(recentlyAudible bool)

func (*QWebEnginePage) RecommendedState

func (this *QWebEnginePage) RecommendedState() QWebEnginePage__LifecycleState

func (*QWebEnginePage) RecommendedStateChanged

func (this *QWebEnginePage) RecommendedStateChanged(state QWebEnginePage__LifecycleState)

func (*QWebEnginePage) RegisterProtocolHandlerRequested

func (this *QWebEnginePage) RegisterProtocolHandlerRequested(request QWebEngineRegisterProtocolHandlerRequest)

func (*QWebEnginePage) RenderProcessPid

func (this *QWebEnginePage) RenderProcessPid() int64

func (*QWebEnginePage) RenderProcessPidChanged

func (this *QWebEnginePage) RenderProcessPidChanged(pid int64)

func (*QWebEnginePage) RenderProcessTerminated

func (this *QWebEnginePage) RenderProcessTerminated(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int)

func (*QWebEnginePage) ReplaceMisspelledWord

func (this *QWebEnginePage) ReplaceMisspelledWord(replacement string)

func (*QWebEnginePage) RequestedUrl

func (this *QWebEnginePage) RequestedUrl() *qt6.QUrl

func (*QWebEnginePage) Save

func (this *QWebEnginePage) Save(filePath string)

func (*QWebEnginePage) Save2

func (this *QWebEnginePage) Save2(filePath string, format QWebEngineDownloadRequest__SavePageFormat)

func (*QWebEnginePage) Scripts

func (this *QWebEnginePage) Scripts() *QWebEngineScriptCollection

func (*QWebEnginePage) ScrollPosition

func (this *QWebEnginePage) ScrollPosition() *qt6.QPointF

func (*QWebEnginePage) ScrollPositionChanged

func (this *QWebEnginePage) ScrollPositionChanged(position *qt6.QPointF)

func (*QWebEnginePage) SelectClientCertificate

func (this *QWebEnginePage) SelectClientCertificate(clientCertSelection QWebEngineClientCertificateSelection)

func (*QWebEnginePage) SelectedText

func (this *QWebEnginePage) SelectedText() string

func (*QWebEnginePage) SelectionChanged

func (this *QWebEnginePage) SelectionChanged()

func (*QWebEnginePage) SetAudioMuted

func (this *QWebEnginePage) SetAudioMuted(muted bool)

func (*QWebEnginePage) SetBackgroundColor

func (this *QWebEnginePage) SetBackgroundColor(color *qt6.QColor)

func (*QWebEnginePage) SetContent

func (this *QWebEnginePage) SetContent(data []byte)

func (*QWebEnginePage) SetContent2

func (this *QWebEnginePage) SetContent2(data []byte, mimeType string)

func (*QWebEnginePage) SetContent3

func (this *QWebEnginePage) SetContent3(data []byte, mimeType string, baseUrl *qt6.QUrl)

func (*QWebEnginePage) SetDevToolsPage

func (this *QWebEnginePage) SetDevToolsPage(page *QWebEnginePage)

func (*QWebEnginePage) SetFeaturePermission

func (this *QWebEnginePage) SetFeaturePermission(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature, policy QWebEnginePage__PermissionPolicy)

func (*QWebEnginePage) SetHtml

func (this *QWebEnginePage) SetHtml(html string)

func (*QWebEnginePage) SetHtml2

func (this *QWebEnginePage) SetHtml2(html string, baseUrl *qt6.QUrl)

func (*QWebEnginePage) SetInspectedPage

func (this *QWebEnginePage) SetInspectedPage(page *QWebEnginePage)

func (*QWebEnginePage) SetLifecycleState

func (this *QWebEnginePage) SetLifecycleState(state QWebEnginePage__LifecycleState)

func (*QWebEnginePage) SetUrl

func (this *QWebEnginePage) SetUrl(url *qt6.QUrl)

func (*QWebEnginePage) SetUrlRequestInterceptor

func (this *QWebEnginePage) SetUrlRequestInterceptor(interceptor *QWebEngineUrlRequestInterceptor)

func (*QWebEnginePage) SetVisible

func (this *QWebEnginePage) SetVisible(visible bool)

func (*QWebEnginePage) SetWebChannel

func (this *QWebEnginePage) SetWebChannel(param1 *webchannel.QWebChannel)

func (*QWebEnginePage) SetWebChannel2

func (this *QWebEnginePage) SetWebChannel2(param1 *webchannel.QWebChannel, worldId uint)

func (*QWebEnginePage) SetZoomFactor

func (this *QWebEnginePage) SetZoomFactor(factor float64)

func (*QWebEnginePage) Settings

func (this *QWebEnginePage) Settings() *QWebEngineSettings

func (*QWebEnginePage) Title

func (this *QWebEnginePage) Title() string

func (*QWebEnginePage) TitleChanged

func (this *QWebEnginePage) TitleChanged(title string)

func (*QWebEnginePage) TriggerAction

func (this *QWebEnginePage) TriggerAction(action QWebEnginePage__WebAction, checked bool)

func (*QWebEnginePage) UnsafePointer

func (this *QWebEnginePage) UnsafePointer() unsafe.Pointer

func (*QWebEnginePage) Url

func (this *QWebEnginePage) Url() *qt6.QUrl

func (*QWebEnginePage) UrlChanged

func (this *QWebEnginePage) UrlChanged(url *qt6.QUrl)

func (*QWebEnginePage) VisibleChanged

func (this *QWebEnginePage) VisibleChanged(visible bool)

func (*QWebEnginePage) WebChannel

func (this *QWebEnginePage) WebChannel() *webchannel.QWebChannel

func (*QWebEnginePage) WindowCloseRequested

func (this *QWebEnginePage) WindowCloseRequested()

func (*QWebEnginePage) ZoomFactor

func (this *QWebEnginePage) ZoomFactor() float64

type QWebEnginePage__Feature

type QWebEnginePage__Feature int
const (
	QWebEnginePage__Notifications            QWebEnginePage__Feature = 0
	QWebEnginePage__Geolocation              QWebEnginePage__Feature = 1
	QWebEnginePage__MediaAudioCapture        QWebEnginePage__Feature = 2
	QWebEnginePage__MediaVideoCapture        QWebEnginePage__Feature = 3
	QWebEnginePage__MediaAudioVideoCapture   QWebEnginePage__Feature = 4
	QWebEnginePage__MouseLock                QWebEnginePage__Feature = 5
	QWebEnginePage__DesktopVideoCapture      QWebEnginePage__Feature = 6
	QWebEnginePage__DesktopAudioVideoCapture QWebEnginePage__Feature = 7
)

type QWebEnginePage__FileSelectionMode

type QWebEnginePage__FileSelectionMode int
const (
	QWebEnginePage__FileSelectOpen         QWebEnginePage__FileSelectionMode = 0
	QWebEnginePage__FileSelectOpenMultiple QWebEnginePage__FileSelectionMode = 1
	QWebEnginePage__FileSelectUploadFolder QWebEnginePage__FileSelectionMode = 2
	QWebEnginePage__FileSelectSave         QWebEnginePage__FileSelectionMode = 3
)

type QWebEnginePage__FindFlag

type QWebEnginePage__FindFlag int
const (
	QWebEnginePage__FindBackward        QWebEnginePage__FindFlag = 1
	QWebEnginePage__FindCaseSensitively QWebEnginePage__FindFlag = 2
)

type QWebEnginePage__JavaScriptConsoleMessageLevel

type QWebEnginePage__JavaScriptConsoleMessageLevel int
const (
	QWebEnginePage__InfoMessageLevel    QWebEnginePage__JavaScriptConsoleMessageLevel = 0
	QWebEnginePage__WarningMessageLevel QWebEnginePage__JavaScriptConsoleMessageLevel = 1
	QWebEnginePage__ErrorMessageLevel   QWebEnginePage__JavaScriptConsoleMessageLevel = 2
)

type QWebEnginePage__LifecycleState

type QWebEnginePage__LifecycleState int
const (
	QWebEnginePage__Active    QWebEnginePage__LifecycleState = 0
	QWebEnginePage__Frozen    QWebEnginePage__LifecycleState = 1
	QWebEnginePage__Discarded QWebEnginePage__LifecycleState = 2
)

type QWebEnginePage__NavigationType

type QWebEnginePage__NavigationType int
const (
	QWebEnginePage__NavigationTypeLinkClicked   QWebEnginePage__NavigationType = 0
	QWebEnginePage__NavigationTypeTyped         QWebEnginePage__NavigationType = 1
	QWebEnginePage__NavigationTypeFormSubmitted QWebEnginePage__NavigationType = 2
	QWebEnginePage__NavigationTypeBackForward   QWebEnginePage__NavigationType = 3
	QWebEnginePage__NavigationTypeReload        QWebEnginePage__NavigationType = 4
	QWebEnginePage__NavigationTypeOther         QWebEnginePage__NavigationType = 5
	QWebEnginePage__NavigationTypeRedirect      QWebEnginePage__NavigationType = 6
)

type QWebEnginePage__PermissionPolicy

type QWebEnginePage__PermissionPolicy int
const (
	QWebEnginePage__PermissionUnknown       QWebEnginePage__PermissionPolicy = 0
	QWebEnginePage__PermissionGrantedByUser QWebEnginePage__PermissionPolicy = 1
	QWebEnginePage__PermissionDeniedByUser  QWebEnginePage__PermissionPolicy = 2
)

type QWebEnginePage__RenderProcessTerminationStatus

type QWebEnginePage__RenderProcessTerminationStatus int
const (
	QWebEnginePage__NormalTerminationStatus   QWebEnginePage__RenderProcessTerminationStatus = 0
	QWebEnginePage__AbnormalTerminationStatus QWebEnginePage__RenderProcessTerminationStatus = 1
	QWebEnginePage__CrashedTerminationStatus  QWebEnginePage__RenderProcessTerminationStatus = 2
	QWebEnginePage__KilledTerminationStatus   QWebEnginePage__RenderProcessTerminationStatus = 3
)

type QWebEnginePage__WebAction

type QWebEnginePage__WebAction int
const (
	QWebEnginePage__NoWebAction                QWebEnginePage__WebAction = -1
	QWebEnginePage__Back                       QWebEnginePage__WebAction = 0
	QWebEnginePage__Forward                    QWebEnginePage__WebAction = 1
	QWebEnginePage__Stop                       QWebEnginePage__WebAction = 2
	QWebEnginePage__Reload                     QWebEnginePage__WebAction = 3
	QWebEnginePage__Cut                        QWebEnginePage__WebAction = 4
	QWebEnginePage__Copy                       QWebEnginePage__WebAction = 5
	QWebEnginePage__Paste                      QWebEnginePage__WebAction = 6
	QWebEnginePage__Undo                       QWebEnginePage__WebAction = 7
	QWebEnginePage__Redo                       QWebEnginePage__WebAction = 8
	QWebEnginePage__SelectAll                  QWebEnginePage__WebAction = 9
	QWebEnginePage__ReloadAndBypassCache       QWebEnginePage__WebAction = 10
	QWebEnginePage__PasteAndMatchStyle         QWebEnginePage__WebAction = 11
	QWebEnginePage__OpenLinkInThisWindow       QWebEnginePage__WebAction = 12
	QWebEnginePage__OpenLinkInNewWindow        QWebEnginePage__WebAction = 13
	QWebEnginePage__OpenLinkInNewTab           QWebEnginePage__WebAction = 14
	QWebEnginePage__CopyLinkToClipboard        QWebEnginePage__WebAction = 15
	QWebEnginePage__DownloadLinkToDisk         QWebEnginePage__WebAction = 16
	QWebEnginePage__CopyImageToClipboard       QWebEnginePage__WebAction = 17
	QWebEnginePage__CopyImageUrlToClipboard    QWebEnginePage__WebAction = 18
	QWebEnginePage__DownloadImageToDisk        QWebEnginePage__WebAction = 19
	QWebEnginePage__CopyMediaUrlToClipboard    QWebEnginePage__WebAction = 20
	QWebEnginePage__ToggleMediaControls        QWebEnginePage__WebAction = 21
	QWebEnginePage__ToggleMediaLoop            QWebEnginePage__WebAction = 22
	QWebEnginePage__ToggleMediaPlayPause       QWebEnginePage__WebAction = 23
	QWebEnginePage__ToggleMediaMute            QWebEnginePage__WebAction = 24
	QWebEnginePage__DownloadMediaToDisk        QWebEnginePage__WebAction = 25
	QWebEnginePage__InspectElement             QWebEnginePage__WebAction = 26
	QWebEnginePage__ExitFullScreen             QWebEnginePage__WebAction = 27
	QWebEnginePage__RequestClose               QWebEnginePage__WebAction = 28
	QWebEnginePage__Unselect                   QWebEnginePage__WebAction = 29
	QWebEnginePage__SavePage                   QWebEnginePage__WebAction = 30
	QWebEnginePage__OpenLinkInNewBackgroundTab QWebEnginePage__WebAction = 31
	QWebEnginePage__ViewSource                 QWebEnginePage__WebAction = 32
	QWebEnginePage__ToggleBold                 QWebEnginePage__WebAction = 33
	QWebEnginePage__ToggleItalic               QWebEnginePage__WebAction = 34
	QWebEnginePage__ToggleUnderline            QWebEnginePage__WebAction = 35
	QWebEnginePage__ToggleStrikethrough        QWebEnginePage__WebAction = 36
	QWebEnginePage__AlignLeft                  QWebEnginePage__WebAction = 37
	QWebEnginePage__AlignCenter                QWebEnginePage__WebAction = 38
	QWebEnginePage__AlignRight                 QWebEnginePage__WebAction = 39
	QWebEnginePage__AlignJustified             QWebEnginePage__WebAction = 40
	QWebEnginePage__Indent                     QWebEnginePage__WebAction = 41
	QWebEnginePage__Outdent                    QWebEnginePage__WebAction = 42
	QWebEnginePage__InsertOrderedList          QWebEnginePage__WebAction = 43
	QWebEnginePage__InsertUnorderedList        QWebEnginePage__WebAction = 44
	QWebEnginePage__WebActionCount             QWebEnginePage__WebAction = 45
)

type QWebEnginePage__WebWindowType

type QWebEnginePage__WebWindowType int
const (
	QWebEnginePage__WebBrowserWindow        QWebEnginePage__WebWindowType = 0
	QWebEnginePage__WebBrowserTab           QWebEnginePage__WebWindowType = 1
	QWebEnginePage__WebDialog               QWebEnginePage__WebWindowType = 2
	QWebEnginePage__WebBrowserBackgroundTab QWebEnginePage__WebWindowType = 3
)

type QWebEngineProfile

type QWebEngineProfile struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func NewQWebEngineProfile

func NewQWebEngineProfile() *QWebEngineProfile

NewQWebEngineProfile constructs a new QWebEngineProfile object.

func NewQWebEngineProfile2

func NewQWebEngineProfile2(name string) *QWebEngineProfile

NewQWebEngineProfile2 constructs a new QWebEngineProfile object.

func NewQWebEngineProfile3

func NewQWebEngineProfile3(parent *qt6.QObject) *QWebEngineProfile

NewQWebEngineProfile3 constructs a new QWebEngineProfile object.

func NewQWebEngineProfile4

func NewQWebEngineProfile4(name string, parent *qt6.QObject) *QWebEngineProfile

NewQWebEngineProfile4 constructs a new QWebEngineProfile object.

func QWebEngineProfile_DefaultProfile

func QWebEngineProfile_DefaultProfile() *QWebEngineProfile

func UnsafeNewQWebEngineProfile

func UnsafeNewQWebEngineProfile(h unsafe.Pointer) *QWebEngineProfile

UnsafeNewQWebEngineProfile constructs the type using only unsafe pointers.

func (*QWebEngineProfile) CachePath

func (this *QWebEngineProfile) CachePath() string
func (this *QWebEngineProfile) ClearAllVisitedLinks()

func (*QWebEngineProfile) ClearHttpCache

func (this *QWebEngineProfile) ClearHttpCache()
func (this *QWebEngineProfile) ClearVisitedLinks(urls []qt6.QUrl)

func (*QWebEngineProfile) ClientCertificateStore

func (this *QWebEngineProfile) ClientCertificateStore() *QWebEngineClientCertificateStore

func (*QWebEngineProfile) CookieStore

func (this *QWebEngineProfile) CookieStore() *QWebEngineCookieStore

func (*QWebEngineProfile) Delete

func (this *QWebEngineProfile) Delete()

Delete this object from C++ memory.

func (*QWebEngineProfile) DownloadPath

func (this *QWebEngineProfile) DownloadPath() string

func (*QWebEngineProfile) DownloadRequested

func (this *QWebEngineProfile) DownloadRequested(download *QWebEngineDownloadRequest)

func (*QWebEngineProfile) GoGC

func (this *QWebEngineProfile) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineProfile) HttpAcceptLanguage

func (this *QWebEngineProfile) HttpAcceptLanguage() string

func (*QWebEngineProfile) HttpCacheMaximumSize

func (this *QWebEngineProfile) HttpCacheMaximumSize() int

func (*QWebEngineProfile) HttpCacheType

func (*QWebEngineProfile) HttpUserAgent

func (this *QWebEngineProfile) HttpUserAgent() string

func (*QWebEngineProfile) InstallUrlSchemeHandler

func (this *QWebEngineProfile) InstallUrlSchemeHandler(scheme []byte, param2 *QWebEngineUrlSchemeHandler)

func (*QWebEngineProfile) IsOffTheRecord

func (this *QWebEngineProfile) IsOffTheRecord() bool

func (*QWebEngineProfile) IsSpellCheckEnabled

func (this *QWebEngineProfile) IsSpellCheckEnabled() bool

func (*QWebEngineProfile) MetaObject

func (this *QWebEngineProfile) MetaObject() *qt6.QMetaObject

func (*QWebEngineProfile) Metacast

func (this *QWebEngineProfile) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineProfile) OnChildEvent

func (this *QWebEngineProfile) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))

func (*QWebEngineProfile) OnConnectNotify

func (this *QWebEngineProfile) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineProfile) OnCustomEvent

func (this *QWebEngineProfile) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))

func (*QWebEngineProfile) OnDisconnectNotify

func (this *QWebEngineProfile) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineProfile) OnDownloadRequested

func (this *QWebEngineProfile) OnDownloadRequested(slot func(download *QWebEngineDownloadRequest))

func (*QWebEngineProfile) OnEvent

func (this *QWebEngineProfile) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)

func (*QWebEngineProfile) OnEventFilter

func (this *QWebEngineProfile) OnEventFilter(slot func(super func(watched *qt6.QObject, event *qt6.QEvent) bool, watched *qt6.QObject, event *qt6.QEvent) bool)

func (*QWebEngineProfile) OnTimerEvent

func (this *QWebEngineProfile) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))

func (*QWebEngineProfile) PersistentCookiesPolicy

func (this *QWebEngineProfile) PersistentCookiesPolicy() QWebEngineProfile__PersistentCookiesPolicy

func (*QWebEngineProfile) PersistentStoragePath

func (this *QWebEngineProfile) PersistentStoragePath() string

func (*QWebEngineProfile) RemoveAllUrlSchemeHandlers

func (this *QWebEngineProfile) RemoveAllUrlSchemeHandlers()

func (*QWebEngineProfile) RemoveUrlScheme

func (this *QWebEngineProfile) RemoveUrlScheme(scheme []byte)

func (*QWebEngineProfile) RemoveUrlSchemeHandler

func (this *QWebEngineProfile) RemoveUrlSchemeHandler(param1 *QWebEngineUrlSchemeHandler)

func (*QWebEngineProfile) Scripts

func (*QWebEngineProfile) SetCachePath

func (this *QWebEngineProfile) SetCachePath(path string)

func (*QWebEngineProfile) SetDownloadPath

func (this *QWebEngineProfile) SetDownloadPath(path string)

func (*QWebEngineProfile) SetHttpAcceptLanguage

func (this *QWebEngineProfile) SetHttpAcceptLanguage(httpAcceptLanguage string)

func (*QWebEngineProfile) SetHttpCacheMaximumSize

func (this *QWebEngineProfile) SetHttpCacheMaximumSize(maxSize int)

func (*QWebEngineProfile) SetHttpCacheType

func (this *QWebEngineProfile) SetHttpCacheType(httpCacheType QWebEngineProfile__HttpCacheType)

func (*QWebEngineProfile) SetHttpUserAgent

func (this *QWebEngineProfile) SetHttpUserAgent(userAgent string)

func (*QWebEngineProfile) SetPersistentCookiesPolicy

func (this *QWebEngineProfile) SetPersistentCookiesPolicy(persistentCookiesPolicy QWebEngineProfile__PersistentCookiesPolicy)

func (*QWebEngineProfile) SetPersistentStoragePath

func (this *QWebEngineProfile) SetPersistentStoragePath(path string)

func (*QWebEngineProfile) SetSpellCheckEnabled

func (this *QWebEngineProfile) SetSpellCheckEnabled(enabled bool)

func (*QWebEngineProfile) SetSpellCheckLanguages

func (this *QWebEngineProfile) SetSpellCheckLanguages(languages []string)

func (*QWebEngineProfile) SetUrlRequestInterceptor

func (this *QWebEngineProfile) SetUrlRequestInterceptor(interceptor *QWebEngineUrlRequestInterceptor)

func (*QWebEngineProfile) Settings

func (this *QWebEngineProfile) Settings() *QWebEngineSettings

func (*QWebEngineProfile) SpellCheckLanguages

func (this *QWebEngineProfile) SpellCheckLanguages() []string

func (*QWebEngineProfile) StorageName

func (this *QWebEngineProfile) StorageName() string

func (*QWebEngineProfile) UnsafePointer

func (this *QWebEngineProfile) UnsafePointer() unsafe.Pointer

func (*QWebEngineProfile) UrlSchemeHandler

func (this *QWebEngineProfile) UrlSchemeHandler(param1 []byte) *QWebEngineUrlSchemeHandler

func (*QWebEngineProfile) VisitedLinksContainsUrl

func (this *QWebEngineProfile) VisitedLinksContainsUrl(url *qt6.QUrl) bool

type QWebEngineProfile__HttpCacheType

type QWebEngineProfile__HttpCacheType int
const (
	QWebEngineProfile__MemoryHttpCache QWebEngineProfile__HttpCacheType = 0
	QWebEngineProfile__DiskHttpCache   QWebEngineProfile__HttpCacheType = 1
	QWebEngineProfile__NoCache         QWebEngineProfile__HttpCacheType = 2
)

type QWebEngineProfile__PersistentCookiesPolicy

type QWebEngineProfile__PersistentCookiesPolicy int
const (
	QWebEngineProfile__NoPersistentCookies    QWebEngineProfile__PersistentCookiesPolicy = 0
	QWebEngineProfile__AllowPersistentCookies QWebEngineProfile__PersistentCookiesPolicy = 1
	QWebEngineProfile__ForcePersistentCookies QWebEngineProfile__PersistentCookiesPolicy = 2
)

type QWebEngineQuotaRequest

type QWebEngineQuotaRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineQuotaRequest

func NewQWebEngineQuotaRequest() *QWebEngineQuotaRequest

NewQWebEngineQuotaRequest constructs a new QWebEngineQuotaRequest object.

func NewQWebEngineQuotaRequest2

func NewQWebEngineQuotaRequest2(param1 *QWebEngineQuotaRequest) *QWebEngineQuotaRequest

NewQWebEngineQuotaRequest2 constructs a new QWebEngineQuotaRequest object.

func UnsafeNewQWebEngineQuotaRequest

func UnsafeNewQWebEngineQuotaRequest(h unsafe.Pointer) *QWebEngineQuotaRequest

UnsafeNewQWebEngineQuotaRequest constructs the type using only unsafe pointers.

func (*QWebEngineQuotaRequest) Accept

func (this *QWebEngineQuotaRequest) Accept()

func (*QWebEngineQuotaRequest) Delete

func (this *QWebEngineQuotaRequest) Delete()

Delete this object from C++ memory.

func (*QWebEngineQuotaRequest) GoGC

func (this *QWebEngineQuotaRequest) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineQuotaRequest) OperatorEqual

func (this *QWebEngineQuotaRequest) OperatorEqual(that *QWebEngineQuotaRequest) bool

func (*QWebEngineQuotaRequest) OperatorNotEqual

func (this *QWebEngineQuotaRequest) OperatorNotEqual(that *QWebEngineQuotaRequest) bool

func (*QWebEngineQuotaRequest) Origin

func (this *QWebEngineQuotaRequest) Origin() *qt6.QUrl

func (*QWebEngineQuotaRequest) Reject

func (this *QWebEngineQuotaRequest) Reject()

func (*QWebEngineQuotaRequest) RequestedSize

func (this *QWebEngineQuotaRequest) RequestedSize() int64

func (*QWebEngineQuotaRequest) UnsafePointer

func (this *QWebEngineQuotaRequest) UnsafePointer() unsafe.Pointer

type QWebEngineRegisterProtocolHandlerRequest

type QWebEngineRegisterProtocolHandlerRequest struct {
	// contains filtered or unexported fields
}

func NewQWebEngineRegisterProtocolHandlerRequest

func NewQWebEngineRegisterProtocolHandlerRequest() *QWebEngineRegisterProtocolHandlerRequest

NewQWebEngineRegisterProtocolHandlerRequest constructs a new QWebEngineRegisterProtocolHandlerRequest object.

func NewQWebEngineRegisterProtocolHandlerRequest2

func NewQWebEngineRegisterProtocolHandlerRequest2(param1 *QWebEngineRegisterProtocolHandlerRequest) *QWebEngineRegisterProtocolHandlerRequest

NewQWebEngineRegisterProtocolHandlerRequest2 constructs a new QWebEngineRegisterProtocolHandlerRequest object.

func UnsafeNewQWebEngineRegisterProtocolHandlerRequest

func UnsafeNewQWebEngineRegisterProtocolHandlerRequest(h unsafe.Pointer) *QWebEngineRegisterProtocolHandlerRequest

UnsafeNewQWebEngineRegisterProtocolHandlerRequest constructs the type using only unsafe pointers.

func (*QWebEngineRegisterProtocolHandlerRequest) Accept

func (*QWebEngineRegisterProtocolHandlerRequest) Delete

Delete this object from C++ memory.

func (*QWebEngineRegisterProtocolHandlerRequest) GoGC

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineRegisterProtocolHandlerRequest) OperatorEqual

func (*QWebEngineRegisterProtocolHandlerRequest) OperatorNotEqual

func (*QWebEngineRegisterProtocolHandlerRequest) Origin

func (*QWebEngineRegisterProtocolHandlerRequest) Reject

func (*QWebEngineRegisterProtocolHandlerRequest) Scheme

func (*QWebEngineRegisterProtocolHandlerRequest) UnsafePointer

type QWebEngineScript

type QWebEngineScript struct {
	// contains filtered or unexported fields
}

func NewQWebEngineScript

func NewQWebEngineScript() *QWebEngineScript

NewQWebEngineScript constructs a new QWebEngineScript object.

func NewQWebEngineScript2

func NewQWebEngineScript2(other *QWebEngineScript) *QWebEngineScript

NewQWebEngineScript2 constructs a new QWebEngineScript object.

func UnsafeNewQWebEngineScript

func UnsafeNewQWebEngineScript(h unsafe.Pointer) *QWebEngineScript

UnsafeNewQWebEngineScript constructs the type using only unsafe pointers.

func (*QWebEngineScript) Delete

func (this *QWebEngineScript) Delete()

Delete this object from C++ memory.

func (*QWebEngineScript) GoGC

func (this *QWebEngineScript) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineScript) InjectionPoint

func (this *QWebEngineScript) InjectionPoint() QWebEngineScript__InjectionPoint

func (*QWebEngineScript) Name

func (this *QWebEngineScript) Name() string

func (*QWebEngineScript) OperatorAssign

func (this *QWebEngineScript) OperatorAssign(other *QWebEngineScript)

func (*QWebEngineScript) OperatorEqual

func (this *QWebEngineScript) OperatorEqual(other *QWebEngineScript) bool

func (*QWebEngineScript) OperatorNotEqual

func (this *QWebEngineScript) OperatorNotEqual(other *QWebEngineScript) bool

func (*QWebEngineScript) RunsOnSubFrames

func (this *QWebEngineScript) RunsOnSubFrames() bool

func (*QWebEngineScript) SetInjectionPoint

func (this *QWebEngineScript) SetInjectionPoint(injectionPoint QWebEngineScript__InjectionPoint)

func (*QWebEngineScript) SetName

func (this *QWebEngineScript) SetName(name string)

func (*QWebEngineScript) SetRunsOnSubFrames

func (this *QWebEngineScript) SetRunsOnSubFrames(on bool)

func (*QWebEngineScript) SetSourceCode

func (this *QWebEngineScript) SetSourceCode(sourceCode string)

func (*QWebEngineScript) SetSourceUrl

func (this *QWebEngineScript) SetSourceUrl(url *qt6.QUrl)

func (*QWebEngineScript) SetWorldId

func (this *QWebEngineScript) SetWorldId(worldId uint)

func (*QWebEngineScript) SourceCode

func (this *QWebEngineScript) SourceCode() string

func (*QWebEngineScript) SourceUrl

func (this *QWebEngineScript) SourceUrl() *qt6.QUrl

func (*QWebEngineScript) Swap

func (this *QWebEngineScript) Swap(other *QWebEngineScript)

func (*QWebEngineScript) UnsafePointer

func (this *QWebEngineScript) UnsafePointer() unsafe.Pointer

func (*QWebEngineScript) WorldId

func (this *QWebEngineScript) WorldId() uint

type QWebEngineScriptCollection

type QWebEngineScriptCollection struct {
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineScriptCollection

func UnsafeNewQWebEngineScriptCollection(h unsafe.Pointer) *QWebEngineScriptCollection

UnsafeNewQWebEngineScriptCollection constructs the type using only unsafe pointers.

func (*QWebEngineScriptCollection) Clear

func (this *QWebEngineScriptCollection) Clear()

func (*QWebEngineScriptCollection) Contains

func (this *QWebEngineScriptCollection) Contains(value *QWebEngineScript) bool

func (*QWebEngineScriptCollection) Count

func (this *QWebEngineScriptCollection) Count() int

func (*QWebEngineScriptCollection) Delete

func (this *QWebEngineScriptCollection) Delete()

Delete this object from C++ memory.

func (*QWebEngineScriptCollection) Find

func (*QWebEngineScriptCollection) GoGC

func (this *QWebEngineScriptCollection) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineScriptCollection) Insert

func (this *QWebEngineScriptCollection) Insert(param1 *QWebEngineScript)

func (*QWebEngineScriptCollection) InsertWithList

func (this *QWebEngineScriptCollection) InsertWithList(list []QWebEngineScript)

func (*QWebEngineScriptCollection) IsEmpty

func (this *QWebEngineScriptCollection) IsEmpty() bool

func (*QWebEngineScriptCollection) Remove

func (this *QWebEngineScriptCollection) Remove(param1 *QWebEngineScript) bool

func (*QWebEngineScriptCollection) ToList

func (*QWebEngineScriptCollection) UnsafePointer

func (this *QWebEngineScriptCollection) UnsafePointer() unsafe.Pointer

type QWebEngineScript__InjectionPoint

type QWebEngineScript__InjectionPoint int
const (
	QWebEngineScript__Deferred         QWebEngineScript__InjectionPoint = 0
	QWebEngineScript__DocumentReady    QWebEngineScript__InjectionPoint = 1
	QWebEngineScript__DocumentCreation QWebEngineScript__InjectionPoint = 2
)

type QWebEngineScript__ScriptWorldId

type QWebEngineScript__ScriptWorldId int
const (
	QWebEngineScript__MainWorld        QWebEngineScript__ScriptWorldId = 0
	QWebEngineScript__ApplicationWorld QWebEngineScript__ScriptWorldId = 1
	QWebEngineScript__UserWorld        QWebEngineScript__ScriptWorldId = 2
)

type QWebEngineSettings

type QWebEngineSettings struct {
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineSettings

func UnsafeNewQWebEngineSettings(h unsafe.Pointer) *QWebEngineSettings

UnsafeNewQWebEngineSettings constructs the type using only unsafe pointers.

func (*QWebEngineSettings) DefaultTextEncoding

func (this *QWebEngineSettings) DefaultTextEncoding() string

func (*QWebEngineSettings) Delete

func (this *QWebEngineSettings) Delete()

Delete this object from C++ memory.

func (*QWebEngineSettings) FontFamily

func (*QWebEngineSettings) FontSize

func (this *QWebEngineSettings) FontSize(typeVal QWebEngineSettings__FontSize) int

func (*QWebEngineSettings) GoGC

func (this *QWebEngineSettings) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineSettings) ResetAttribute

func (this *QWebEngineSettings) ResetAttribute(attr QWebEngineSettings__WebAttribute)

func (*QWebEngineSettings) ResetFontFamily

func (this *QWebEngineSettings) ResetFontFamily(which QWebEngineSettings__FontFamily)

func (*QWebEngineSettings) ResetFontSize

func (this *QWebEngineSettings) ResetFontSize(typeVal QWebEngineSettings__FontSize)

func (*QWebEngineSettings) ResetUnknownUrlSchemePolicy

func (this *QWebEngineSettings) ResetUnknownUrlSchemePolicy()

func (*QWebEngineSettings) SetAttribute

func (this *QWebEngineSettings) SetAttribute(attr QWebEngineSettings__WebAttribute, on bool)

func (*QWebEngineSettings) SetDefaultTextEncoding

func (this *QWebEngineSettings) SetDefaultTextEncoding(encoding string)

func (*QWebEngineSettings) SetFontFamily

func (this *QWebEngineSettings) SetFontFamily(which QWebEngineSettings__FontFamily, family string)

func (*QWebEngineSettings) SetFontSize

func (this *QWebEngineSettings) SetFontSize(typeVal QWebEngineSettings__FontSize, size int)

func (*QWebEngineSettings) SetUnknownUrlSchemePolicy

func (this *QWebEngineSettings) SetUnknownUrlSchemePolicy(policy QWebEngineSettings__UnknownUrlSchemePolicy)

func (*QWebEngineSettings) TestAttribute

func (this *QWebEngineSettings) TestAttribute(attr QWebEngineSettings__WebAttribute) bool

func (*QWebEngineSettings) UnknownUrlSchemePolicy

func (this *QWebEngineSettings) UnknownUrlSchemePolicy() QWebEngineSettings__UnknownUrlSchemePolicy

func (*QWebEngineSettings) UnsafePointer

func (this *QWebEngineSettings) UnsafePointer() unsafe.Pointer

type QWebEngineSettings__FontFamily

type QWebEngineSettings__FontFamily int
const (
	QWebEngineSettings__StandardFont   QWebEngineSettings__FontFamily = 0
	QWebEngineSettings__FixedFont      QWebEngineSettings__FontFamily = 1
	QWebEngineSettings__SerifFont      QWebEngineSettings__FontFamily = 2
	QWebEngineSettings__SansSerifFont  QWebEngineSettings__FontFamily = 3
	QWebEngineSettings__CursiveFont    QWebEngineSettings__FontFamily = 4
	QWebEngineSettings__FantasyFont    QWebEngineSettings__FontFamily = 5
	QWebEngineSettings__PictographFont QWebEngineSettings__FontFamily = 6
)

type QWebEngineSettings__FontSize

type QWebEngineSettings__FontSize int
const (
	QWebEngineSettings__MinimumFontSize        QWebEngineSettings__FontSize = 0
	QWebEngineSettings__MinimumLogicalFontSize QWebEngineSettings__FontSize = 1
	QWebEngineSettings__DefaultFontSize        QWebEngineSettings__FontSize = 2
	QWebEngineSettings__DefaultFixedFontSize   QWebEngineSettings__FontSize = 3
)

type QWebEngineSettings__UnknownUrlSchemePolicy

type QWebEngineSettings__UnknownUrlSchemePolicy int
const (
	QWebEngineSettings__InheritedUnknownUrlSchemePolicy           QWebEngineSettings__UnknownUrlSchemePolicy = 0
	QWebEngineSettings__DisallowUnknownUrlSchemes                 QWebEngineSettings__UnknownUrlSchemePolicy = 1
	QWebEngineSettings__AllowUnknownUrlSchemesFromUserInteraction QWebEngineSettings__UnknownUrlSchemePolicy = 2
	QWebEngineSettings__AllowAllUnknownUrlSchemes                 QWebEngineSettings__UnknownUrlSchemePolicy = 3
)

type QWebEngineSettings__WebAttribute

type QWebEngineSettings__WebAttribute int
const (
	QWebEngineSettings__AutoLoadImages                      QWebEngineSettings__WebAttribute = 0
	QWebEngineSettings__JavascriptEnabled                   QWebEngineSettings__WebAttribute = 1
	QWebEngineSettings__JavascriptCanOpenWindows            QWebEngineSettings__WebAttribute = 2
	QWebEngineSettings__JavascriptCanAccessClipboard        QWebEngineSettings__WebAttribute = 3
	QWebEngineSettings__LinksIncludedInFocusChain           QWebEngineSettings__WebAttribute = 4
	QWebEngineSettings__LocalStorageEnabled                 QWebEngineSettings__WebAttribute = 5
	QWebEngineSettings__LocalContentCanAccessRemoteUrls     QWebEngineSettings__WebAttribute = 6
	QWebEngineSettings__XSSAuditingEnabled                  QWebEngineSettings__WebAttribute = 7
	QWebEngineSettings__SpatialNavigationEnabled            QWebEngineSettings__WebAttribute = 8
	QWebEngineSettings__LocalContentCanAccessFileUrls       QWebEngineSettings__WebAttribute = 9
	QWebEngineSettings__HyperlinkAuditingEnabled            QWebEngineSettings__WebAttribute = 10
	QWebEngineSettings__ScrollAnimatorEnabled               QWebEngineSettings__WebAttribute = 11
	QWebEngineSettings__ErrorPageEnabled                    QWebEngineSettings__WebAttribute = 12
	QWebEngineSettings__PluginsEnabled                      QWebEngineSettings__WebAttribute = 13
	QWebEngineSettings__FullScreenSupportEnabled            QWebEngineSettings__WebAttribute = 14
	QWebEngineSettings__ScreenCaptureEnabled                QWebEngineSettings__WebAttribute = 15
	QWebEngineSettings__WebGLEnabled                        QWebEngineSettings__WebAttribute = 16
	QWebEngineSettings__Accelerated2dCanvasEnabled          QWebEngineSettings__WebAttribute = 17
	QWebEngineSettings__AutoLoadIconsForPage                QWebEngineSettings__WebAttribute = 18
	QWebEngineSettings__TouchIconsEnabled                   QWebEngineSettings__WebAttribute = 19
	QWebEngineSettings__FocusOnNavigationEnabled            QWebEngineSettings__WebAttribute = 20
	QWebEngineSettings__PrintElementBackgrounds             QWebEngineSettings__WebAttribute = 21
	QWebEngineSettings__AllowRunningInsecureContent         QWebEngineSettings__WebAttribute = 22
	QWebEngineSettings__AllowGeolocationOnInsecureOrigins   QWebEngineSettings__WebAttribute = 23
	QWebEngineSettings__AllowWindowActivationFromJavaScript QWebEngineSettings__WebAttribute = 24
	QWebEngineSettings__ShowScrollBars                      QWebEngineSettings__WebAttribute = 25
	QWebEngineSettings__PlaybackRequiresUserGesture         QWebEngineSettings__WebAttribute = 26
	QWebEngineSettings__WebRTCPublicInterfacesOnly          QWebEngineSettings__WebAttribute = 27
	QWebEngineSettings__JavascriptCanPaste                  QWebEngineSettings__WebAttribute = 28
	QWebEngineSettings__DnsPrefetchEnabled                  QWebEngineSettings__WebAttribute = 29
	QWebEngineSettings__PdfViewerEnabled                    QWebEngineSettings__WebAttribute = 30
	QWebEngineSettings__NavigateOnDropEnabled               QWebEngineSettings__WebAttribute = 31
)

type QWebEngineUrlRequestInfo

type QWebEngineUrlRequestInfo struct {
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineUrlRequestInfo

func UnsafeNewQWebEngineUrlRequestInfo(h unsafe.Pointer) *QWebEngineUrlRequestInfo

UnsafeNewQWebEngineUrlRequestInfo constructs the type using only unsafe pointers.

func (*QWebEngineUrlRequestInfo) Block

func (this *QWebEngineUrlRequestInfo) Block(shouldBlock bool)

func (*QWebEngineUrlRequestInfo) Changed

func (this *QWebEngineUrlRequestInfo) Changed() bool

func (*QWebEngineUrlRequestInfo) FirstPartyUrl

func (this *QWebEngineUrlRequestInfo) FirstPartyUrl() *qt6.QUrl

func (*QWebEngineUrlRequestInfo) Initiator

func (this *QWebEngineUrlRequestInfo) Initiator() *qt6.QUrl

func (*QWebEngineUrlRequestInfo) NavigationType

func (*QWebEngineUrlRequestInfo) Redirect

func (this *QWebEngineUrlRequestInfo) Redirect(url *qt6.QUrl)

func (*QWebEngineUrlRequestInfo) RequestMethod

func (this *QWebEngineUrlRequestInfo) RequestMethod() []byte

func (*QWebEngineUrlRequestInfo) RequestUrl

func (this *QWebEngineUrlRequestInfo) RequestUrl() *qt6.QUrl

func (*QWebEngineUrlRequestInfo) ResourceType

func (*QWebEngineUrlRequestInfo) SetHttpHeader

func (this *QWebEngineUrlRequestInfo) SetHttpHeader(name []byte, value []byte)

func (*QWebEngineUrlRequestInfo) UnsafePointer

func (this *QWebEngineUrlRequestInfo) UnsafePointer() unsafe.Pointer

type QWebEngineUrlRequestInfo__NavigationType

type QWebEngineUrlRequestInfo__NavigationType int
const (
	QWebEngineUrlRequestInfo__NavigationTypeLink          QWebEngineUrlRequestInfo__NavigationType = 0
	QWebEngineUrlRequestInfo__NavigationTypeTyped         QWebEngineUrlRequestInfo__NavigationType = 1
	QWebEngineUrlRequestInfo__NavigationTypeFormSubmitted QWebEngineUrlRequestInfo__NavigationType = 2
	QWebEngineUrlRequestInfo__NavigationTypeBackForward   QWebEngineUrlRequestInfo__NavigationType = 3
	QWebEngineUrlRequestInfo__NavigationTypeReload        QWebEngineUrlRequestInfo__NavigationType = 4
	QWebEngineUrlRequestInfo__NavigationTypeOther         QWebEngineUrlRequestInfo__NavigationType = 5
	QWebEngineUrlRequestInfo__NavigationTypeRedirect      QWebEngineUrlRequestInfo__NavigationType = 6
)

type QWebEngineUrlRequestInfo__ResourceType

type QWebEngineUrlRequestInfo__ResourceType int
const (
	QWebEngineUrlRequestInfo__ResourceTypeMainFrame                  QWebEngineUrlRequestInfo__ResourceType = 0
	QWebEngineUrlRequestInfo__ResourceTypeSubFrame                   QWebEngineUrlRequestInfo__ResourceType = 1
	QWebEngineUrlRequestInfo__ResourceTypeStylesheet                 QWebEngineUrlRequestInfo__ResourceType = 2
	QWebEngineUrlRequestInfo__ResourceTypeScript                     QWebEngineUrlRequestInfo__ResourceType = 3
	QWebEngineUrlRequestInfo__ResourceTypeImage                      QWebEngineUrlRequestInfo__ResourceType = 4
	QWebEngineUrlRequestInfo__ResourceTypeFontResource               QWebEngineUrlRequestInfo__ResourceType = 5
	QWebEngineUrlRequestInfo__ResourceTypeSubResource                QWebEngineUrlRequestInfo__ResourceType = 6
	QWebEngineUrlRequestInfo__ResourceTypeObject                     QWebEngineUrlRequestInfo__ResourceType = 7
	QWebEngineUrlRequestInfo__ResourceTypeMedia                      QWebEngineUrlRequestInfo__ResourceType = 8
	QWebEngineUrlRequestInfo__ResourceTypeWorker                     QWebEngineUrlRequestInfo__ResourceType = 9
	QWebEngineUrlRequestInfo__ResourceTypeSharedWorker               QWebEngineUrlRequestInfo__ResourceType = 10
	QWebEngineUrlRequestInfo__ResourceTypePrefetch                   QWebEngineUrlRequestInfo__ResourceType = 11
	QWebEngineUrlRequestInfo__ResourceTypeFavicon                    QWebEngineUrlRequestInfo__ResourceType = 12
	QWebEngineUrlRequestInfo__ResourceTypeXhr                        QWebEngineUrlRequestInfo__ResourceType = 13
	QWebEngineUrlRequestInfo__ResourceTypePing                       QWebEngineUrlRequestInfo__ResourceType = 14
	QWebEngineUrlRequestInfo__ResourceTypeServiceWorker              QWebEngineUrlRequestInfo__ResourceType = 15
	QWebEngineUrlRequestInfo__ResourceTypeCspReport                  QWebEngineUrlRequestInfo__ResourceType = 16
	QWebEngineUrlRequestInfo__ResourceTypePluginResource             QWebEngineUrlRequestInfo__ResourceType = 17
	QWebEngineUrlRequestInfo__ResourceTypeNavigationPreloadMainFrame QWebEngineUrlRequestInfo__ResourceType = 19
	QWebEngineUrlRequestInfo__ResourceTypeNavigationPreloadSubFrame  QWebEngineUrlRequestInfo__ResourceType = 20
	QWebEngineUrlRequestInfo__ResourceTypeLast                       QWebEngineUrlRequestInfo__ResourceType = 20
	QWebEngineUrlRequestInfo__ResourceTypeWebSocket                  QWebEngineUrlRequestInfo__ResourceType = 254
	QWebEngineUrlRequestInfo__ResourceTypeUnknown                    QWebEngineUrlRequestInfo__ResourceType = 255
)

type QWebEngineUrlRequestInterceptor

type QWebEngineUrlRequestInterceptor struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func NewQWebEngineUrlRequestInterceptor

func NewQWebEngineUrlRequestInterceptor() *QWebEngineUrlRequestInterceptor

NewQWebEngineUrlRequestInterceptor constructs a new QWebEngineUrlRequestInterceptor object.

func NewQWebEngineUrlRequestInterceptor2

func NewQWebEngineUrlRequestInterceptor2(p *qt6.QObject) *QWebEngineUrlRequestInterceptor

NewQWebEngineUrlRequestInterceptor2 constructs a new QWebEngineUrlRequestInterceptor object.

func UnsafeNewQWebEngineUrlRequestInterceptor

func UnsafeNewQWebEngineUrlRequestInterceptor(h unsafe.Pointer) *QWebEngineUrlRequestInterceptor

UnsafeNewQWebEngineUrlRequestInterceptor constructs the type using only unsafe pointers.

func (*QWebEngineUrlRequestInterceptor) Delete

func (this *QWebEngineUrlRequestInterceptor) Delete()

Delete this object from C++ memory.

func (*QWebEngineUrlRequestInterceptor) GoGC

func (this *QWebEngineUrlRequestInterceptor) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineUrlRequestInterceptor) InterceptRequest

func (this *QWebEngineUrlRequestInterceptor) InterceptRequest(info *QWebEngineUrlRequestInfo)

func (*QWebEngineUrlRequestInterceptor) MetaObject

func (this *QWebEngineUrlRequestInterceptor) MetaObject() *qt6.QMetaObject

func (*QWebEngineUrlRequestInterceptor) Metacast

func (this *QWebEngineUrlRequestInterceptor) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineUrlRequestInterceptor) OnChildEvent

func (this *QWebEngineUrlRequestInterceptor) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))

func (*QWebEngineUrlRequestInterceptor) OnConnectNotify

func (this *QWebEngineUrlRequestInterceptor) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineUrlRequestInterceptor) OnCustomEvent

func (this *QWebEngineUrlRequestInterceptor) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))

func (*QWebEngineUrlRequestInterceptor) OnDisconnectNotify

func (this *QWebEngineUrlRequestInterceptor) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineUrlRequestInterceptor) OnEvent

func (this *QWebEngineUrlRequestInterceptor) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)

func (*QWebEngineUrlRequestInterceptor) OnEventFilter

func (this *QWebEngineUrlRequestInterceptor) OnEventFilter(slot func(super func(watched *qt6.QObject, event *qt6.QEvent) bool, watched *qt6.QObject, event *qt6.QEvent) bool)

func (*QWebEngineUrlRequestInterceptor) OnInterceptRequest

func (this *QWebEngineUrlRequestInterceptor) OnInterceptRequest(slot func(info *QWebEngineUrlRequestInfo))

func (*QWebEngineUrlRequestInterceptor) OnTimerEvent

func (this *QWebEngineUrlRequestInterceptor) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))

func (*QWebEngineUrlRequestInterceptor) UnsafePointer

func (this *QWebEngineUrlRequestInterceptor) UnsafePointer() unsafe.Pointer

type QWebEngineUrlRequestJob

type QWebEngineUrlRequestJob struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func UnsafeNewQWebEngineUrlRequestJob

func UnsafeNewQWebEngineUrlRequestJob(h unsafe.Pointer) *QWebEngineUrlRequestJob

UnsafeNewQWebEngineUrlRequestJob constructs the type using only unsafe pointers.

func (*QWebEngineUrlRequestJob) Delete

func (this *QWebEngineUrlRequestJob) Delete()

Delete this object from C++ memory.

func (*QWebEngineUrlRequestJob) Fail

func (*QWebEngineUrlRequestJob) GoGC

func (this *QWebEngineUrlRequestJob) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineUrlRequestJob) Initiator

func (this *QWebEngineUrlRequestJob) Initiator() *qt6.QUrl

func (*QWebEngineUrlRequestJob) MetaObject

func (this *QWebEngineUrlRequestJob) MetaObject() *qt6.QMetaObject

func (*QWebEngineUrlRequestJob) Metacast

func (this *QWebEngineUrlRequestJob) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineUrlRequestJob) Redirect

func (this *QWebEngineUrlRequestJob) Redirect(url *qt6.QUrl)

func (*QWebEngineUrlRequestJob) Reply

func (this *QWebEngineUrlRequestJob) Reply(contentType []byte, device *qt6.QIODevice)

func (*QWebEngineUrlRequestJob) RequestMethod

func (this *QWebEngineUrlRequestJob) RequestMethod() []byte

func (*QWebEngineUrlRequestJob) RequestUrl

func (this *QWebEngineUrlRequestJob) RequestUrl() *qt6.QUrl

func (*QWebEngineUrlRequestJob) UnsafePointer

func (this *QWebEngineUrlRequestJob) UnsafePointer() unsafe.Pointer

type QWebEngineUrlRequestJob__Error

type QWebEngineUrlRequestJob__Error int
const (
	QWebEngineUrlRequestJob__NoError        QWebEngineUrlRequestJob__Error = 0
	QWebEngineUrlRequestJob__UrlNotFound    QWebEngineUrlRequestJob__Error = 1
	QWebEngineUrlRequestJob__UrlInvalid     QWebEngineUrlRequestJob__Error = 2
	QWebEngineUrlRequestJob__RequestAborted QWebEngineUrlRequestJob__Error = 3
	QWebEngineUrlRequestJob__RequestDenied  QWebEngineUrlRequestJob__Error = 4
	QWebEngineUrlRequestJob__RequestFailed  QWebEngineUrlRequestJob__Error = 5
)

type QWebEngineUrlScheme

type QWebEngineUrlScheme struct {
	// contains filtered or unexported fields
}

func NewQWebEngineUrlScheme

func NewQWebEngineUrlScheme() *QWebEngineUrlScheme

NewQWebEngineUrlScheme constructs a new QWebEngineUrlScheme object.

func NewQWebEngineUrlScheme2

func NewQWebEngineUrlScheme2(name []byte) *QWebEngineUrlScheme

NewQWebEngineUrlScheme2 constructs a new QWebEngineUrlScheme object.

func NewQWebEngineUrlScheme3

func NewQWebEngineUrlScheme3(that *QWebEngineUrlScheme) *QWebEngineUrlScheme

NewQWebEngineUrlScheme3 constructs a new QWebEngineUrlScheme object.

func QWebEngineUrlScheme_SchemeByName

func QWebEngineUrlScheme_SchemeByName(name []byte) *QWebEngineUrlScheme

func UnsafeNewQWebEngineUrlScheme

func UnsafeNewQWebEngineUrlScheme(h unsafe.Pointer) *QWebEngineUrlScheme

UnsafeNewQWebEngineUrlScheme constructs the type using only unsafe pointers.

func (*QWebEngineUrlScheme) DefaultPort

func (this *QWebEngineUrlScheme) DefaultPort() int

func (*QWebEngineUrlScheme) Delete

func (this *QWebEngineUrlScheme) Delete()

Delete this object from C++ memory.

func (*QWebEngineUrlScheme) Flags

func (*QWebEngineUrlScheme) GoGC

func (this *QWebEngineUrlScheme) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineUrlScheme) Name

func (this *QWebEngineUrlScheme) Name() []byte

func (*QWebEngineUrlScheme) OperatorAssign

func (this *QWebEngineUrlScheme) OperatorAssign(that *QWebEngineUrlScheme)

func (*QWebEngineUrlScheme) OperatorEqual

func (this *QWebEngineUrlScheme) OperatorEqual(that *QWebEngineUrlScheme) bool

func (*QWebEngineUrlScheme) OperatorNotEqual

func (this *QWebEngineUrlScheme) OperatorNotEqual(that *QWebEngineUrlScheme) bool

func (*QWebEngineUrlScheme) SetDefaultPort

func (this *QWebEngineUrlScheme) SetDefaultPort(newValue int)

func (*QWebEngineUrlScheme) SetFlags

func (this *QWebEngineUrlScheme) SetFlags(newValue QWebEngineUrlScheme__Flag)

func (*QWebEngineUrlScheme) SetName

func (this *QWebEngineUrlScheme) SetName(newValue []byte)

func (*QWebEngineUrlScheme) SetSyntax

func (this *QWebEngineUrlScheme) SetSyntax(newValue QWebEngineUrlScheme__Syntax)

func (*QWebEngineUrlScheme) Syntax

func (*QWebEngineUrlScheme) UnsafePointer

func (this *QWebEngineUrlScheme) UnsafePointer() unsafe.Pointer

type QWebEngineUrlSchemeHandler

type QWebEngineUrlSchemeHandler struct {
	*qt6.QObject
	// contains filtered or unexported fields
}

func NewQWebEngineUrlSchemeHandler

func NewQWebEngineUrlSchemeHandler() *QWebEngineUrlSchemeHandler

NewQWebEngineUrlSchemeHandler constructs a new QWebEngineUrlSchemeHandler object.

func NewQWebEngineUrlSchemeHandler2

func NewQWebEngineUrlSchemeHandler2(parent *qt6.QObject) *QWebEngineUrlSchemeHandler

NewQWebEngineUrlSchemeHandler2 constructs a new QWebEngineUrlSchemeHandler object.

func UnsafeNewQWebEngineUrlSchemeHandler

func UnsafeNewQWebEngineUrlSchemeHandler(h unsafe.Pointer) *QWebEngineUrlSchemeHandler

UnsafeNewQWebEngineUrlSchemeHandler constructs the type using only unsafe pointers.

func (*QWebEngineUrlSchemeHandler) Delete

func (this *QWebEngineUrlSchemeHandler) Delete()

Delete this object from C++ memory.

func (*QWebEngineUrlSchemeHandler) GoGC

func (this *QWebEngineUrlSchemeHandler) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineUrlSchemeHandler) MetaObject

func (this *QWebEngineUrlSchemeHandler) MetaObject() *qt6.QMetaObject

func (*QWebEngineUrlSchemeHandler) Metacast

func (this *QWebEngineUrlSchemeHandler) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineUrlSchemeHandler) OnChildEvent

func (this *QWebEngineUrlSchemeHandler) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))

func (*QWebEngineUrlSchemeHandler) OnConnectNotify

func (this *QWebEngineUrlSchemeHandler) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineUrlSchemeHandler) OnCustomEvent

func (this *QWebEngineUrlSchemeHandler) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))

func (*QWebEngineUrlSchemeHandler) OnDisconnectNotify

func (this *QWebEngineUrlSchemeHandler) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))

func (*QWebEngineUrlSchemeHandler) OnEvent

func (this *QWebEngineUrlSchemeHandler) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)

func (*QWebEngineUrlSchemeHandler) OnEventFilter

func (this *QWebEngineUrlSchemeHandler) OnEventFilter(slot func(super func(watched *qt6.QObject, event *qt6.QEvent) bool, watched *qt6.QObject, event *qt6.QEvent) bool)

func (*QWebEngineUrlSchemeHandler) OnRequestStarted

func (this *QWebEngineUrlSchemeHandler) OnRequestStarted(slot func(param1 *QWebEngineUrlRequestJob))

func (*QWebEngineUrlSchemeHandler) OnTimerEvent

func (this *QWebEngineUrlSchemeHandler) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))

func (*QWebEngineUrlSchemeHandler) RequestStarted

func (this *QWebEngineUrlSchemeHandler) RequestStarted(param1 *QWebEngineUrlRequestJob)

func (*QWebEngineUrlSchemeHandler) UnsafePointer

func (this *QWebEngineUrlSchemeHandler) UnsafePointer() unsafe.Pointer

type QWebEngineUrlScheme__Flag

type QWebEngineUrlScheme__Flag int
const (
	QWebEngineUrlScheme__SecureScheme                 QWebEngineUrlScheme__Flag = 1
	QWebEngineUrlScheme__LocalScheme                  QWebEngineUrlScheme__Flag = 2
	QWebEngineUrlScheme__LocalAccessAllowed           QWebEngineUrlScheme__Flag = 4
	QWebEngineUrlScheme__NoAccessAllowed              QWebEngineUrlScheme__Flag = 8
	QWebEngineUrlScheme__ServiceWorkersAllowed        QWebEngineUrlScheme__Flag = 16
	QWebEngineUrlScheme__ViewSourceAllowed            QWebEngineUrlScheme__Flag = 32
	QWebEngineUrlScheme__ContentSecurityPolicyIgnored QWebEngineUrlScheme__Flag = 64
	QWebEngineUrlScheme__CorsEnabled                  QWebEngineUrlScheme__Flag = 128
)

type QWebEngineUrlScheme__SpecialPort

type QWebEngineUrlScheme__SpecialPort int
const (
	QWebEngineUrlScheme__PortUnspecified QWebEngineUrlScheme__SpecialPort = -1
)

type QWebEngineUrlScheme__Syntax

type QWebEngineUrlScheme__Syntax int
const (
	QWebEngineUrlScheme__HostPortAndUserInformation QWebEngineUrlScheme__Syntax = 0
	QWebEngineUrlScheme__HostAndPort                QWebEngineUrlScheme__Syntax = 1
	QWebEngineUrlScheme__Host                       QWebEngineUrlScheme__Syntax = 2
	QWebEngineUrlScheme__Path                       QWebEngineUrlScheme__Syntax = 3
)

type QWebEngineView

type QWebEngineView struct {
	*qt6.QWidget
	// contains filtered or unexported fields
}

func NewQWebEngineView

func NewQWebEngineView(parent *qt6.QWidget) *QWebEngineView

NewQWebEngineView constructs a new QWebEngineView object.

func NewQWebEngineView2

func NewQWebEngineView2() *QWebEngineView

NewQWebEngineView2 constructs a new QWebEngineView object.

func NewQWebEngineView3

func NewQWebEngineView3(profile *QWebEngineProfile) *QWebEngineView

NewQWebEngineView3 constructs a new QWebEngineView object.

func NewQWebEngineView4

func NewQWebEngineView4(page *QWebEnginePage) *QWebEngineView

NewQWebEngineView4 constructs a new QWebEngineView object.

func NewQWebEngineView5

func NewQWebEngineView5(profile *QWebEngineProfile, parent *qt6.QWidget) *QWebEngineView

NewQWebEngineView5 constructs a new QWebEngineView object.

func NewQWebEngineView6

func NewQWebEngineView6(page *QWebEnginePage, parent *qt6.QWidget) *QWebEngineView

NewQWebEngineView6 constructs a new QWebEngineView object.

func QWebEngineView_ForPage

func QWebEngineView_ForPage(page *QWebEnginePage) *QWebEngineView

func UnsafeNewQWebEngineView

func UnsafeNewQWebEngineView(h unsafe.Pointer) *QWebEngineView

UnsafeNewQWebEngineView constructs the type using only unsafe pointers.

func (*QWebEngineView) Back

func (this *QWebEngineView) Back()

func (*QWebEngineView) CreateStandardContextMenu

func (this *QWebEngineView) CreateStandardContextMenu() *qt6.QMenu

func (*QWebEngineView) Delete

func (this *QWebEngineView) Delete()

Delete this object from C++ memory.

func (*QWebEngineView) Forward

func (this *QWebEngineView) Forward()

func (*QWebEngineView) GoGC

func (this *QWebEngineView) GoGC()

GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.

func (*QWebEngineView) HasSelection

func (this *QWebEngineView) HasSelection() bool

func (*QWebEngineView) History

func (this *QWebEngineView) History() *QWebEngineHistory

func (*QWebEngineView) Icon

func (this *QWebEngineView) Icon() *qt6.QIcon

func (*QWebEngineView) IconChanged

func (this *QWebEngineView) IconChanged(param1 *qt6.QIcon)

func (*QWebEngineView) IconUrl

func (this *QWebEngineView) IconUrl() *qt6.QUrl

func (*QWebEngineView) IconUrlChanged

func (this *QWebEngineView) IconUrlChanged(param1 *qt6.QUrl)

func (*QWebEngineView) LastContextMenuRequest

func (this *QWebEngineView) LastContextMenuRequest() *QWebEngineContextMenuRequest

func (*QWebEngineView) Load

func (this *QWebEngineView) Load(url *qt6.QUrl)

func (*QWebEngineView) LoadFinished

func (this *QWebEngineView) LoadFinished(param1 bool)

func (*QWebEngineView) LoadProgress

func (this *QWebEngineView) LoadProgress(progress int)

func (*QWebEngineView) LoadStarted

func (this *QWebEngineView) LoadStarted()

func (*QWebEngineView) LoadWithRequest

func (this *QWebEngineView) LoadWithRequest(request *QWebEngineHttpRequest)

func (*QWebEngineView) MetaObject

func (this *QWebEngineView) MetaObject() *qt6.QMetaObject

func (*QWebEngineView) Metacast

func (this *QWebEngineView) Metacast(param1 string) unsafe.Pointer

func (*QWebEngineView) OnActionEvent

func (this *QWebEngineView) OnActionEvent(slot func(super func(event *qt6.QActionEvent), event *qt6.QActionEvent))

func (*QWebEngineView) OnChangeEvent

func (this *QWebEngineView) OnChangeEvent(slot func(super func(param1 *qt6.QEvent), param1 *qt6.QEvent))

func (*QWebEngineView) OnCloseEvent

func (this *QWebEngineView) OnCloseEvent(slot func(super func(param1 *qt6.QCloseEvent), param1 *qt6.QCloseEvent))

func (*QWebEngineView) OnContextMenuEvent

func (this *QWebEngineView) OnContextMenuEvent(slot func(super func(param1 *qt6.QContextMenuEvent), param1 *qt6.QContextMenuEvent))

func (*QWebEngineView) OnCreateWindow

func (this *QWebEngineView) OnCreateWindow(slot func(super func(typeVal QWebEnginePage__WebWindowType) *QWebEngineView, typeVal QWebEnginePage__WebWindowType) *QWebEngineView)

func (*QWebEngineView) OnDevType

func (this *QWebEngineView) OnDevType(slot func(super func() int) int)

func (*QWebEngineView) OnDragEnterEvent

func (this *QWebEngineView) OnDragEnterEvent(slot func(super func(e *qt6.QDragEnterEvent), e *qt6.QDragEnterEvent))

func (*QWebEngineView) OnDragLeaveEvent

func (this *QWebEngineView) OnDragLeaveEvent(slot func(super func(e *qt6.QDragLeaveEvent), e *qt6.QDragLeaveEvent))

func (*QWebEngineView) OnDragMoveEvent

func (this *QWebEngineView) OnDragMoveEvent(slot func(super func(e *qt6.QDragMoveEvent), e *qt6.QDragMoveEvent))

func (*QWebEngineView) OnDropEvent

func (this *QWebEngineView) OnDropEvent(slot func(super func(e *qt6.QDropEvent), e *qt6.QDropEvent))

func (*QWebEngineView) OnEnterEvent

func (this *QWebEngineView) OnEnterEvent(slot func(super func(event *qt6.QEnterEvent), event *qt6.QEnterEvent))

func (*QWebEngineView) OnEvent

func (this *QWebEngineView) OnEvent(slot func(super func(param1 *qt6.QEvent) bool, param1 *qt6.QEvent) bool)

func (*QWebEngineView) OnFocusInEvent

func (this *QWebEngineView) OnFocusInEvent(slot func(super func(event *qt6.QFocusEvent), event *qt6.QFocusEvent))

func (*QWebEngineView) OnFocusNextPrevChild

func (this *QWebEngineView) OnFocusNextPrevChild(slot func(super func(next bool) bool, next bool) bool)

func (*QWebEngineView) OnFocusOutEvent

func (this *QWebEngineView) OnFocusOutEvent(slot func(super func(event *qt6.QFocusEvent), event *qt6.QFocusEvent))

func (*QWebEngineView) OnHasHeightForWidth

func (this *QWebEngineView) OnHasHeightForWidth(slot func(super func() bool) bool)

func (*QWebEngineView) OnHeightForWidth

func (this *QWebEngineView) OnHeightForWidth(slot func(super func(param1 int) int, param1 int) int)

func (*QWebEngineView) OnHideEvent

func (this *QWebEngineView) OnHideEvent(slot func(super func(param1 *qt6.QHideEvent), param1 *qt6.QHideEvent))

func (*QWebEngineView) OnIconChanged

func (this *QWebEngineView) OnIconChanged(slot func(param1 *qt6.QIcon))

func (*QWebEngineView) OnIconUrlChanged

func (this *QWebEngineView) OnIconUrlChanged(slot func(param1 *qt6.QUrl))

func (*QWebEngineView) OnInitPainter

func (this *QWebEngineView) OnInitPainter(slot func(super func(painter *qt6.QPainter), painter *qt6.QPainter))

func (*QWebEngineView) OnInputMethodEvent

func (this *QWebEngineView) OnInputMethodEvent(slot func(super func(param1 *qt6.QInputMethodEvent), param1 *qt6.QInputMethodEvent))

func (*QWebEngineView) OnInputMethodQuery

func (this *QWebEngineView) OnInputMethodQuery(slot func(super func(param1 qt6.InputMethodQuery) *qt6.QVariant, param1 qt6.InputMethodQuery) *qt6.QVariant)

func (*QWebEngineView) OnKeyPressEvent

func (this *QWebEngineView) OnKeyPressEvent(slot func(super func(event *qt6.QKeyEvent), event *qt6.QKeyEvent))

func (*QWebEngineView) OnKeyReleaseEvent

func (this *QWebEngineView) OnKeyReleaseEvent(slot func(super func(event *qt6.QKeyEvent), event *qt6.QKeyEvent))

func (*QWebEngineView) OnLeaveEvent

func (this *QWebEngineView) OnLeaveEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))

func (*QWebEngineView) OnLoadFinished

func (this *QWebEngineView) OnLoadFinished(slot func(param1 bool))

func (*QWebEngineView) OnLoadProgress

func (this *QWebEngineView) OnLoadProgress(slot func(progress int))

func (*QWebEngineView) OnLoadStarted

func (this *QWebEngineView) OnLoadStarted(slot func())

func (*QWebEngineView) OnMetric

func (this *QWebEngineView) OnMetric(slot func(super func(param1 qt6.QPaintDevice__PaintDeviceMetric) int, param1 qt6.QPaintDevice__PaintDeviceMetric) int)

func (*QWebEngineView) OnMinimumSizeHint

func (this *QWebEngineView) OnMinimumSizeHint(slot func(super func() *qt6.QSize) *qt6.QSize)

func (*QWebEngineView) OnMouseDoubleClickEvent

func (this *QWebEngineView) OnMouseDoubleClickEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))

func (*QWebEngineView) OnMouseMoveEvent

func (this *QWebEngineView) OnMouseMoveEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))

func (*QWebEngineView) OnMousePressEvent

func (this *QWebEngineView) OnMousePressEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))

func (*QWebEngineView) OnMouseReleaseEvent

func (this *QWebEngineView) OnMouseReleaseEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))

func (*QWebEngineView) OnMoveEvent

func (this *QWebEngineView) OnMoveEvent(slot func(super func(event *qt6.QMoveEvent), event *qt6.QMoveEvent))

func (*QWebEngineView) OnNativeEvent

func (this *QWebEngineView) OnNativeEvent(slot func(super func(eventType []byte, message unsafe.Pointer, result *uintptr) bool, eventType []byte, message unsafe.Pointer, result *uintptr) bool)

func (*QWebEngineView) OnPaintEngine

func (this *QWebEngineView) OnPaintEngine(slot func(super func() *qt6.QPaintEngine) *qt6.QPaintEngine)

func (*QWebEngineView) OnPaintEvent

func (this *QWebEngineView) OnPaintEvent(slot func(super func(event *qt6.QPaintEvent), event *qt6.QPaintEvent))

func (*QWebEngineView) OnPdfPrintingFinished

func (this *QWebEngineView) OnPdfPrintingFinished(slot func(filePath string, success bool))

func (*QWebEngineView) OnPrintFinished

func (this *QWebEngineView) OnPrintFinished(slot func(success bool))

func (*QWebEngineView) OnPrintRequested

func (this *QWebEngineView) OnPrintRequested(slot func())

func (*QWebEngineView) OnRedirected

func (this *QWebEngineView) OnRedirected(slot func(super func(offset *qt6.QPoint) *qt6.QPaintDevice, offset *qt6.QPoint) *qt6.QPaintDevice)

func (*QWebEngineView) OnRenderProcessTerminated

func (this *QWebEngineView) OnRenderProcessTerminated(slot func(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int))

func (*QWebEngineView) OnResizeEvent

func (this *QWebEngineView) OnResizeEvent(slot func(super func(event *qt6.QResizeEvent), event *qt6.QResizeEvent))

func (*QWebEngineView) OnSelectionChanged

func (this *QWebEngineView) OnSelectionChanged(slot func())

func (*QWebEngineView) OnSetVisible

func (this *QWebEngineView) OnSetVisible(slot func(super func(visible bool), visible bool))

func (*QWebEngineView) OnSharedPainter

func (this *QWebEngineView) OnSharedPainter(slot func(super func() *qt6.QPainter) *qt6.QPainter)

func (*QWebEngineView) OnShowEvent

func (this *QWebEngineView) OnShowEvent(slot func(super func(param1 *qt6.QShowEvent), param1 *qt6.QShowEvent))

func (*QWebEngineView) OnSizeHint

func (this *QWebEngineView) OnSizeHint(slot func(super func() *qt6.QSize) *qt6.QSize)

func (*QWebEngineView) OnTabletEvent

func (this *QWebEngineView) OnTabletEvent(slot func(super func(event *qt6.QTabletEvent), event *qt6.QTabletEvent))

func (*QWebEngineView) OnTitleChanged

func (this *QWebEngineView) OnTitleChanged(slot func(title string))

func (*QWebEngineView) OnUrlChanged

func (this *QWebEngineView) OnUrlChanged(slot func(param1 *qt6.QUrl))

func (*QWebEngineView) OnWheelEvent

func (this *QWebEngineView) OnWheelEvent(slot func(super func(event *qt6.QWheelEvent), event *qt6.QWheelEvent))

func (*QWebEngineView) Page

func (this *QWebEngineView) Page() *QWebEnginePage

func (*QWebEngineView) PageAction

func (this *QWebEngineView) PageAction(action QWebEnginePage__WebAction) *qt6.QAction

func (*QWebEngineView) PdfPrintingFinished

func (this *QWebEngineView) PdfPrintingFinished(filePath string, success bool)

func (*QWebEngineView) Print

func (this *QWebEngineView) Print(printer *printsupport.QPrinter)

func (*QWebEngineView) PrintFinished

func (this *QWebEngineView) PrintFinished(success bool)

func (*QWebEngineView) PrintRequested

func (this *QWebEngineView) PrintRequested()

func (*QWebEngineView) PrintToPdf

func (this *QWebEngineView) PrintToPdf(filePath string)

func (*QWebEngineView) PrintToPdf2

func (this *QWebEngineView) PrintToPdf2(filePath string, layout *qt6.QPageLayout)

func (*QWebEngineView) PrintToPdf3

func (this *QWebEngineView) PrintToPdf3(filePath string, layout *qt6.QPageLayout, ranges *qt6.QPageRanges)

func (*QWebEngineView) Reload

func (this *QWebEngineView) Reload()

func (*QWebEngineView) RenderProcessTerminated

func (this *QWebEngineView) RenderProcessTerminated(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int)

func (*QWebEngineView) SelectedText

func (this *QWebEngineView) SelectedText() string

func (*QWebEngineView) SelectionChanged

func (this *QWebEngineView) SelectionChanged()

func (*QWebEngineView) SetContent

func (this *QWebEngineView) SetContent(data []byte)

func (*QWebEngineView) SetContent2

func (this *QWebEngineView) SetContent2(data []byte, mimeType string)

func (*QWebEngineView) SetContent3

func (this *QWebEngineView) SetContent3(data []byte, mimeType string, baseUrl *qt6.QUrl)

func (*QWebEngineView) SetHtml

func (this *QWebEngineView) SetHtml(html string)

func (*QWebEngineView) SetHtml2

func (this *QWebEngineView) SetHtml2(html string, baseUrl *qt6.QUrl)

func (*QWebEngineView) SetPage

func (this *QWebEngineView) SetPage(page *QWebEnginePage)

func (*QWebEngineView) SetUrl

func (this *QWebEngineView) SetUrl(url *qt6.QUrl)

func (*QWebEngineView) SetZoomFactor

func (this *QWebEngineView) SetZoomFactor(factor float64)

func (*QWebEngineView) Settings

func (this *QWebEngineView) Settings() *QWebEngineSettings

func (*QWebEngineView) SizeHint

func (this *QWebEngineView) SizeHint() *qt6.QSize

func (*QWebEngineView) Stop

func (this *QWebEngineView) Stop()

func (*QWebEngineView) Title

func (this *QWebEngineView) Title() string

func (*QWebEngineView) TitleChanged

func (this *QWebEngineView) TitleChanged(title string)

func (*QWebEngineView) TriggerPageAction

func (this *QWebEngineView) TriggerPageAction(action QWebEnginePage__WebAction)

func (*QWebEngineView) TriggerPageAction2

func (this *QWebEngineView) TriggerPageAction2(action QWebEnginePage__WebAction, checked bool)

func (*QWebEngineView) UnsafePointer

func (this *QWebEngineView) UnsafePointer() unsafe.Pointer

func (*QWebEngineView) Url

func (this *QWebEngineView) Url() *qt6.QUrl

func (*QWebEngineView) UrlChanged

func (this *QWebEngineView) UrlChanged(param1 *qt6.QUrl)

func (*QWebEngineView) ZoomFactor

func (this *QWebEngineView) ZoomFactor() float64

type QtWebEngineCore__ReferrerPolicy

type QtWebEngineCore__ReferrerPolicy int
const (
	QtWebEngineCore__Always                                       QtWebEngineCore__ReferrerPolicy = 0
	QtWebEngineCore__Default                                      QtWebEngineCore__ReferrerPolicy = 1
	QtWebEngineCore__NoReferrerWhenDowngrade                      QtWebEngineCore__ReferrerPolicy = 2
	QtWebEngineCore__Never                                        QtWebEngineCore__ReferrerPolicy = 3
	QtWebEngineCore__Origin                                       QtWebEngineCore__ReferrerPolicy = 4
	QtWebEngineCore__OriginWhenCrossOrigin                        QtWebEngineCore__ReferrerPolicy = 5
	QtWebEngineCore__NoReferrerWhenDowngradeOriginWhenCrossOrigin QtWebEngineCore__ReferrerPolicy = 6
	QtWebEngineCore__SameOrigin                                   QtWebEngineCore__ReferrerPolicy = 7
	QtWebEngineCore__StrictOrigin                                 QtWebEngineCore__ReferrerPolicy = 8
	QtWebEngineCore__Last                                         QtWebEngineCore__ReferrerPolicy = 8
)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL