qtwebenginewidgets

package
v0.0.0-...-1f663c5 Latest Latest
Warning

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

Go to latest
Published: Dec 6, 2020 License: LGPL-3.0 Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DeleteQWebEngineCertificateError

func DeleteQWebEngineCertificateError(this *QWebEngineCertificateError)

func DeleteQWebEngineClientCertificateSelection

func DeleteQWebEngineClientCertificateSelection(this *QWebEngineClientCertificateSelection)

func DeleteQWebEngineContextMenuData

func DeleteQWebEngineContextMenuData(this *QWebEngineContextMenuData)

func DeleteQWebEngineDownloadItem

func DeleteQWebEngineDownloadItem(this *QWebEngineDownloadItem)

func DeleteQWebEngineFullScreenRequest

func DeleteQWebEngineFullScreenRequest(this *QWebEngineFullScreenRequest)

func DeleteQWebEngineHistory

func DeleteQWebEngineHistory(this *QWebEngineHistory)

func DeleteQWebEngineHistoryItem

func DeleteQWebEngineHistoryItem(this *QWebEngineHistoryItem)

func DeleteQWebEnginePage

func DeleteQWebEnginePage(this *QWebEnginePage)

func DeleteQWebEngineProfile

func DeleteQWebEngineProfile(this *QWebEngineProfile)

func DeleteQWebEngineScript

func DeleteQWebEngineScript(this *QWebEngineScript)

func DeleteQWebEngineScriptCollection

func DeleteQWebEngineScriptCollection(this *QWebEngineScriptCollection)

func DeleteQWebEngineSettings

func DeleteQWebEngineSettings(this *QWebEngineSettings)

func DeleteQWebEngineView

func DeleteQWebEngineView(this *QWebEngineView)

func Operator_or105

func Operator_or105(f1 int, f2 int) *qtcore.QIncompatibleFlag

func Operator_or106

func Operator_or106(f1 int, f2 int) *qtcore.QIncompatibleFlag

func Operator_or107

func Operator_or107(f1 int, f2 int) *qtcore.QIncompatibleFlag

func QWebEngineCertificateError_ErrorItemName

func QWebEngineCertificateError_ErrorItemName(val int) string

func QWebEngineContextMenuData_EditFlagItemName

func QWebEngineContextMenuData_EditFlagItemName(val int) string

func QWebEngineContextMenuData_MediaFlagItemName

func QWebEngineContextMenuData_MediaFlagItemName(val int) string

func QWebEngineContextMenuData_MediaTypeItemName

func QWebEngineContextMenuData_MediaTypeItemName(val int) string

func QWebEngineDownloadItem_DownloadInterruptReasonItemName

func QWebEngineDownloadItem_DownloadInterruptReasonItemName(val int) string

func QWebEngineDownloadItem_DownloadStateItemName

func QWebEngineDownloadItem_DownloadStateItemName(val int) string

func QWebEngineDownloadItem_DownloadTypeItemName

func QWebEngineDownloadItem_DownloadTypeItemName(val int) string

func QWebEngineDownloadItem_SavePageFormatItemName

func QWebEngineDownloadItem_SavePageFormatItemName(val int) string

func QWebEnginePage_FeatureItemName

func QWebEnginePage_FeatureItemName(val int) string

func QWebEnginePage_FileSelectionModeItemName

func QWebEnginePage_FileSelectionModeItemName(val int) string

func QWebEnginePage_FindFlagItemName

func QWebEnginePage_FindFlagItemName(val int) string

func QWebEnginePage_JavaScriptConsoleMessageLevelItemName

func QWebEnginePage_JavaScriptConsoleMessageLevelItemName(val int) string

func QWebEnginePage_NavigationTypeItemName

func QWebEnginePage_NavigationTypeItemName(val int) string

func QWebEnginePage_PermissionPolicyItemName

func QWebEnginePage_PermissionPolicyItemName(val int) string

func QWebEnginePage_RenderProcessTerminationStatusItemName

func QWebEnginePage_RenderProcessTerminationStatusItemName(val int) string

func QWebEnginePage_WebActionItemName

func QWebEnginePage_WebActionItemName(val int) string

func QWebEnginePage_WebWindowTypeItemName

func QWebEnginePage_WebWindowTypeItemName(val int) string

func QWebEngineProfile_HttpCacheTypeItemName

func QWebEngineProfile_HttpCacheTypeItemName(val int) string

func QWebEngineProfile_PersistentCookiesPolicyItemName

func QWebEngineProfile_PersistentCookiesPolicyItemName(val int) string

func QWebEngineScript_InjectionPointItemName

func QWebEngineScript_InjectionPointItemName(val int) string

func QWebEngineScript_ScriptWorldIdItemName

func QWebEngineScript_ScriptWorldIdItemName(val int) string

func QWebEngineSettings_FontFamilyItemName

func QWebEngineSettings_FontFamilyItemName(val int) string

func QWebEngineSettings_FontSizeItemName

func QWebEngineSettings_FontSizeItemName(val int) string

func QWebEngineSettings_UnknownUrlSchemePolicyItemName

func QWebEngineSettings_UnknownUrlSchemePolicyItemName(val int) string

func QWebEngineSettings_WebAttributeItemName

func QWebEngineSettings_WebAttributeItemName(val int) string

func Swap90

func Swap90(value1 QWebEngineScript_ITF, value2 QWebEngineScript_ITF)

Types

type QWebEngineCertificateError

type QWebEngineCertificateError struct {
	*qtrt.CObject
}

func NewQWebEngineCertificateError

func NewQWebEngineCertificateError(error int, url qtcore.QUrl_ITF, overridable bool, errorDescription string) *QWebEngineCertificateError

func NewQWebEngineCertificateErrorFromPointer

func NewQWebEngineCertificateErrorFromPointer(cthis unsafe.Pointer) *QWebEngineCertificateError

func (*QWebEngineCertificateError) Error

func (this *QWebEngineCertificateError) Error() int

func (*QWebEngineCertificateError) ErrorDescription

func (this *QWebEngineCertificateError) ErrorDescription() string

func (*QWebEngineCertificateError) ErrorItemName

func (this *QWebEngineCertificateError) ErrorItemName(val int) string

func (*QWebEngineCertificateError) GetCthis

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

func (*QWebEngineCertificateError) IsOverridable

func (this *QWebEngineCertificateError) IsOverridable() bool

func (*QWebEngineCertificateError) NewForInherit

func (*QWebEngineCertificateError) NewForInherit(error int, url qtcore.QUrl_ITF, overridable bool, errorDescription string) *QWebEngineCertificateError

func (*QWebEngineCertificateError) NewFromPointer

func (*QWebEngineCertificateError) QWebEngineCertificateError_PTR

func (ptr *QWebEngineCertificateError) QWebEngineCertificateError_PTR() *QWebEngineCertificateError

func (*QWebEngineCertificateError) SetCthis

func (this *QWebEngineCertificateError) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineCertificateError) Url

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

type QWebEngineCertificateError_ITF

type QWebEngineCertificateError_ITF interface {
	QWebEngineCertificateError_PTR() *QWebEngineCertificateError
}

type QWebEngineCertificateError__Error

type QWebEngineCertificateError__Error = int
const QWebEngineCertificateError__CertificateAuthorityInvalid QWebEngineCertificateError__Error = -202
const QWebEngineCertificateError__CertificateCommonNameInvalid QWebEngineCertificateError__Error = -200
const QWebEngineCertificateError__CertificateContainsErrors QWebEngineCertificateError__Error = -203
const QWebEngineCertificateError__CertificateDateInvalid QWebEngineCertificateError__Error = -201
const QWebEngineCertificateError__CertificateInvalid QWebEngineCertificateError__Error = -207
const QWebEngineCertificateError__CertificateNameConstraintViolation QWebEngineCertificateError__Error = -212
const QWebEngineCertificateError__CertificateNoRevocationMechanism QWebEngineCertificateError__Error = -204
const QWebEngineCertificateError__CertificateNonUniqueName QWebEngineCertificateError__Error = -210
const QWebEngineCertificateError__CertificateRevoked QWebEngineCertificateError__Error = -206
const QWebEngineCertificateError__CertificateTransparencyRequired QWebEngineCertificateError__Error = -214
const QWebEngineCertificateError__CertificateUnableToCheckRevocation QWebEngineCertificateError__Error = -205
const QWebEngineCertificateError__CertificateValidityTooLong QWebEngineCertificateError__Error = -213
const QWebEngineCertificateError__CertificateWeakKey QWebEngineCertificateError__Error = -211
const QWebEngineCertificateError__CertificateWeakSignatureAlgorithm QWebEngineCertificateError__Error = -208
const QWebEngineCertificateError__SslPinnedKeyNotInCertificateChain QWebEngineCertificateError__Error = -150

type QWebEngineClientCertificateSelection

type QWebEngineClientCertificateSelection struct {
	*qtrt.CObject
}

func NewQWebEngineClientCertificateSelectionFromPointer

func NewQWebEngineClientCertificateSelectionFromPointer(cthis unsafe.Pointer) *QWebEngineClientCertificateSelection

func (*QWebEngineClientCertificateSelection) GetCthis

func (*QWebEngineClientCertificateSelection) Host

func (*QWebEngineClientCertificateSelection) NewFromPointer

func (*QWebEngineClientCertificateSelection) Operator_equal

func (*QWebEngineClientCertificateSelection) QWebEngineClientCertificateSelection_PTR

func (ptr *QWebEngineClientCertificateSelection) QWebEngineClientCertificateSelection_PTR() *QWebEngineClientCertificateSelection

func (*QWebEngineClientCertificateSelection) Select

func (*QWebEngineClientCertificateSelection) SelectNone

func (this *QWebEngineClientCertificateSelection) SelectNone()

func (*QWebEngineClientCertificateSelection) SetCthis

func (this *QWebEngineClientCertificateSelection) SetCthis(cthis unsafe.Pointer)

type QWebEngineClientCertificateSelection_ITF

type QWebEngineClientCertificateSelection_ITF interface {
	QWebEngineClientCertificateSelection_PTR() *QWebEngineClientCertificateSelection
}

type QWebEngineContextMenuData

type QWebEngineContextMenuData struct {
	*qtrt.CObject
}

func NewQWebEngineContextMenuData

func NewQWebEngineContextMenuData() *QWebEngineContextMenuData

func NewQWebEngineContextMenuDataFromPointer

func NewQWebEngineContextMenuDataFromPointer(cthis unsafe.Pointer) *QWebEngineContextMenuData

func (*QWebEngineContextMenuData) EditFlagItemName

func (this *QWebEngineContextMenuData) EditFlagItemName(val int) string

func (*QWebEngineContextMenuData) EditFlags

func (this *QWebEngineContextMenuData) EditFlags() int

func (*QWebEngineContextMenuData) GetCthis

func (this *QWebEngineContextMenuData) GetCthis() unsafe.Pointer

func (*QWebEngineContextMenuData) IsContentEditable

func (this *QWebEngineContextMenuData) IsContentEditable() bool

func (*QWebEngineContextMenuData) IsValid

func (this *QWebEngineContextMenuData) IsValid() bool

func (*QWebEngineContextMenuData) LinkText

func (this *QWebEngineContextMenuData) LinkText() string

func (*QWebEngineContextMenuData) LinkUrl

func (this *QWebEngineContextMenuData) LinkUrl() *qtcore.QUrl

func (*QWebEngineContextMenuData) MediaFlagItemName

func (this *QWebEngineContextMenuData) MediaFlagItemName(val int) string

func (*QWebEngineContextMenuData) MediaFlags

func (this *QWebEngineContextMenuData) MediaFlags() int

func (*QWebEngineContextMenuData) MediaType

func (this *QWebEngineContextMenuData) MediaType() int

func (*QWebEngineContextMenuData) MediaTypeItemName

func (this *QWebEngineContextMenuData) MediaTypeItemName(val int) string

func (*QWebEngineContextMenuData) MediaUrl

func (this *QWebEngineContextMenuData) MediaUrl() *qtcore.QUrl

func (*QWebEngineContextMenuData) MisspelledWord

func (this *QWebEngineContextMenuData) MisspelledWord() string

func (*QWebEngineContextMenuData) NewForInherit

func (*QWebEngineContextMenuData) NewFromPointer

func (*QWebEngineContextMenuData) Operator_equal

func (*QWebEngineContextMenuData) Position

func (this *QWebEngineContextMenuData) Position() *qtcore.QPoint

func (*QWebEngineContextMenuData) QWebEngineContextMenuData_PTR

func (ptr *QWebEngineContextMenuData) QWebEngineContextMenuData_PTR() *QWebEngineContextMenuData

func (*QWebEngineContextMenuData) SelectedText

func (this *QWebEngineContextMenuData) SelectedText() string

func (*QWebEngineContextMenuData) SetCthis

func (this *QWebEngineContextMenuData) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineContextMenuData) SpellCheckerSuggestions

func (this *QWebEngineContextMenuData) SpellCheckerSuggestions() *qtcore.QStringList

type QWebEngineContextMenuData_ITF

type QWebEngineContextMenuData_ITF interface {
	QWebEngineContextMenuData_PTR() *QWebEngineContextMenuData
}

type QWebEngineContextMenuData__EditFlag

type QWebEngineContextMenuData__EditFlag = int
const QWebEngineContextMenuData__CanCopy QWebEngineContextMenuData__EditFlag = 8
const QWebEngineContextMenuData__CanCut QWebEngineContextMenuData__EditFlag = 4
const QWebEngineContextMenuData__CanDelete QWebEngineContextMenuData__EditFlag = 32
const QWebEngineContextMenuData__CanEditRichly QWebEngineContextMenuData__EditFlag = 256
const QWebEngineContextMenuData__CanPaste QWebEngineContextMenuData__EditFlag = 16
const QWebEngineContextMenuData__CanRedo QWebEngineContextMenuData__EditFlag = 2
const QWebEngineContextMenuData__CanSelectAll QWebEngineContextMenuData__EditFlag = 64
const QWebEngineContextMenuData__CanTranslate QWebEngineContextMenuData__EditFlag = 128
const QWebEngineContextMenuData__CanUndo QWebEngineContextMenuData__EditFlag = 1

type QWebEngineContextMenuData__MediaFlag

type QWebEngineContextMenuData__MediaFlag = int
const QWebEngineContextMenuData__MediaCanPrint QWebEngineContextMenuData__MediaFlag = 256
const QWebEngineContextMenuData__MediaCanRotate QWebEngineContextMenuData__MediaFlag = 512
const QWebEngineContextMenuData__MediaCanSave QWebEngineContextMenuData__MediaFlag = 16
const QWebEngineContextMenuData__MediaCanToggleControls QWebEngineContextMenuData__MediaFlag = 64
const QWebEngineContextMenuData__MediaControls QWebEngineContextMenuData__MediaFlag = 128
const QWebEngineContextMenuData__MediaHasAudio QWebEngineContextMenuData__MediaFlag = 32
const QWebEngineContextMenuData__MediaInError QWebEngineContextMenuData__MediaFlag = 1
const QWebEngineContextMenuData__MediaLoop QWebEngineContextMenuData__MediaFlag = 8
const QWebEngineContextMenuData__MediaMuted QWebEngineContextMenuData__MediaFlag = 4
const QWebEngineContextMenuData__MediaPaused QWebEngineContextMenuData__MediaFlag = 2

type QWebEngineContextMenuData__MediaType

type QWebEngineContextMenuData__MediaType = int
const QWebEngineContextMenuData__MediaTypeAudio QWebEngineContextMenuData__MediaType = 3
const QWebEngineContextMenuData__MediaTypeCanvas QWebEngineContextMenuData__MediaType = 4
const QWebEngineContextMenuData__MediaTypeFile QWebEngineContextMenuData__MediaType = 5
const QWebEngineContextMenuData__MediaTypeImage QWebEngineContextMenuData__MediaType = 1
const QWebEngineContextMenuData__MediaTypeNone QWebEngineContextMenuData__MediaType = 0
const QWebEngineContextMenuData__MediaTypePlugin QWebEngineContextMenuData__MediaType = 6
const QWebEngineContextMenuData__MediaTypeVideo QWebEngineContextMenuData__MediaType = 2

type QWebEngineDownloadItem

type QWebEngineDownloadItem struct {
	*qtcore.QObject
}

func NewQWebEngineDownloadItemFromPointer

func NewQWebEngineDownloadItemFromPointer(cthis unsafe.Pointer) *QWebEngineDownloadItem

func (*QWebEngineDownloadItem) Accept

func (this *QWebEngineDownloadItem) Accept()

func (*QWebEngineDownloadItem) Cancel

func (this *QWebEngineDownloadItem) Cancel()

func (*QWebEngineDownloadItem) DownloadInterruptReasonItemName

func (this *QWebEngineDownloadItem) DownloadInterruptReasonItemName(val int) string

func (*QWebEngineDownloadItem) DownloadProgress

func (this *QWebEngineDownloadItem) DownloadProgress(bytesReceived int64, bytesTotal int64)

func (*QWebEngineDownloadItem) DownloadStateItemName

func (this *QWebEngineDownloadItem) DownloadStateItemName(val int) string

func (*QWebEngineDownloadItem) DownloadTypeItemName

func (this *QWebEngineDownloadItem) DownloadTypeItemName(val int) string

func (*QWebEngineDownloadItem) Finished

func (this *QWebEngineDownloadItem) Finished()

func (*QWebEngineDownloadItem) GetCthis

func (this *QWebEngineDownloadItem) GetCthis() unsafe.Pointer

func (*QWebEngineDownloadItem) Id

func (this *QWebEngineDownloadItem) Id() uint

func (*QWebEngineDownloadItem) InterruptReason

func (this *QWebEngineDownloadItem) InterruptReason() int

func (*QWebEngineDownloadItem) InterruptReasonString

func (this *QWebEngineDownloadItem) InterruptReasonString() string

func (*QWebEngineDownloadItem) IsFinished

func (this *QWebEngineDownloadItem) IsFinished() bool

func (*QWebEngineDownloadItem) IsPaused

func (this *QWebEngineDownloadItem) IsPaused() bool

func (*QWebEngineDownloadItem) IsPausedChanged

func (this *QWebEngineDownloadItem) IsPausedChanged(isPaused bool)

func (*QWebEngineDownloadItem) IsSavePageDownload

func (this *QWebEngineDownloadItem) IsSavePageDownload() bool

func (*QWebEngineDownloadItem) MetaObject

func (this *QWebEngineDownloadItem) MetaObject() *qtcore.QMetaObject

func (*QWebEngineDownloadItem) MimeType

func (this *QWebEngineDownloadItem) MimeType() string

func (*QWebEngineDownloadItem) NewFromPointer

func (*QWebEngineDownloadItem) Page

func (this *QWebEngineDownloadItem) Page() *QWebEnginePage

func (*QWebEngineDownloadItem) Path

func (this *QWebEngineDownloadItem) Path() string

func (*QWebEngineDownloadItem) Pause

func (this *QWebEngineDownloadItem) Pause()

func (*QWebEngineDownloadItem) QWebEngineDownloadItem_PTR

func (ptr *QWebEngineDownloadItem) QWebEngineDownloadItem_PTR() *QWebEngineDownloadItem

func (*QWebEngineDownloadItem) ReceivedBytes

func (this *QWebEngineDownloadItem) ReceivedBytes() int64

func (*QWebEngineDownloadItem) Resume

func (this *QWebEngineDownloadItem) Resume()

func (*QWebEngineDownloadItem) SavePageFormat

func (this *QWebEngineDownloadItem) SavePageFormat() int

func (*QWebEngineDownloadItem) SavePageFormatItemName

func (this *QWebEngineDownloadItem) SavePageFormatItemName(val int) string

func (*QWebEngineDownloadItem) SetCthis

func (this *QWebEngineDownloadItem) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineDownloadItem) SetPath

func (this *QWebEngineDownloadItem) SetPath(path string)

func (*QWebEngineDownloadItem) SetSavePageFormat

func (this *QWebEngineDownloadItem) SetSavePageFormat(format int)

func (*QWebEngineDownloadItem) State

func (this *QWebEngineDownloadItem) State() int

func (*QWebEngineDownloadItem) StateChanged

func (this *QWebEngineDownloadItem) StateChanged(state int)

func (*QWebEngineDownloadItem) TotalBytes

func (this *QWebEngineDownloadItem) TotalBytes() int64

func (*QWebEngineDownloadItem) Type

func (this *QWebEngineDownloadItem) Type() int

func (*QWebEngineDownloadItem) Url

func (this *QWebEngineDownloadItem) Url() *qtcore.QUrl

type QWebEngineDownloadItem_ITF

type QWebEngineDownloadItem_ITF interface {
	qtcore.QObject_ITF
	QWebEngineDownloadItem_PTR() *QWebEngineDownloadItem
}

type QWebEngineDownloadItem__DownloadInterruptReason

type QWebEngineDownloadItem__DownloadInterruptReason = int
const QWebEngineDownloadItem__FileAccessDenied QWebEngineDownloadItem__DownloadInterruptReason = 2
const QWebEngineDownloadItem__FileBlocked QWebEngineDownloadItem__DownloadInterruptReason = 11
const QWebEngineDownloadItem__FileFailed QWebEngineDownloadItem__DownloadInterruptReason = 1
const QWebEngineDownloadItem__FileHashMismatch QWebEngineDownloadItem__DownloadInterruptReason = 14
const QWebEngineDownloadItem__FileNameTooLong QWebEngineDownloadItem__DownloadInterruptReason = 5
const QWebEngineDownloadItem__FileNoSpace QWebEngineDownloadItem__DownloadInterruptReason = 3
const QWebEngineDownloadItem__FileSecurityCheckFailed QWebEngineDownloadItem__DownloadInterruptReason = 12
const QWebEngineDownloadItem__FileTooLarge QWebEngineDownloadItem__DownloadInterruptReason = 6
const QWebEngineDownloadItem__FileTooShort QWebEngineDownloadItem__DownloadInterruptReason = 13
const QWebEngineDownloadItem__FileTransientError QWebEngineDownloadItem__DownloadInterruptReason = 10
const QWebEngineDownloadItem__FileVirusInfected QWebEngineDownloadItem__DownloadInterruptReason = 7
const QWebEngineDownloadItem__NetworkDisconnected QWebEngineDownloadItem__DownloadInterruptReason = 22
const QWebEngineDownloadItem__NetworkFailed QWebEngineDownloadItem__DownloadInterruptReason = 20
const QWebEngineDownloadItem__NetworkInvalidRequest QWebEngineDownloadItem__DownloadInterruptReason = 24
const QWebEngineDownloadItem__NetworkServerDown QWebEngineDownloadItem__DownloadInterruptReason = 23
const QWebEngineDownloadItem__NetworkTimeout QWebEngineDownloadItem__DownloadInterruptReason = 21
const QWebEngineDownloadItem__NoReason QWebEngineDownloadItem__DownloadInterruptReason = 0
const QWebEngineDownloadItem__ServerBadContent QWebEngineDownloadItem__DownloadInterruptReason = 33
const QWebEngineDownloadItem__ServerCertProblem QWebEngineDownloadItem__DownloadInterruptReason = 35
const QWebEngineDownloadItem__ServerFailed QWebEngineDownloadItem__DownloadInterruptReason = 30
const QWebEngineDownloadItem__ServerForbidden QWebEngineDownloadItem__DownloadInterruptReason = 36
const QWebEngineDownloadItem__ServerUnauthorized QWebEngineDownloadItem__DownloadInterruptReason = 34
const QWebEngineDownloadItem__ServerUnreachable QWebEngineDownloadItem__DownloadInterruptReason = 37
const QWebEngineDownloadItem__UserCanceled QWebEngineDownloadItem__DownloadInterruptReason = 40

type QWebEngineDownloadItem__DownloadState

type QWebEngineDownloadItem__DownloadState = int
const QWebEngineDownloadItem__DownloadCancelled QWebEngineDownloadItem__DownloadState = 3
const QWebEngineDownloadItem__DownloadCompleted QWebEngineDownloadItem__DownloadState = 2
const QWebEngineDownloadItem__DownloadInProgress QWebEngineDownloadItem__DownloadState = 1
const QWebEngineDownloadItem__DownloadInterrupted QWebEngineDownloadItem__DownloadState = 4
const QWebEngineDownloadItem__DownloadRequested QWebEngineDownloadItem__DownloadState = 0

type QWebEngineDownloadItem__DownloadType

type QWebEngineDownloadItem__DownloadType = int
const QWebEngineDownloadItem__Attachment QWebEngineDownloadItem__DownloadType = 0
const QWebEngineDownloadItem__DownloadAttribute QWebEngineDownloadItem__DownloadType = 1
const QWebEngineDownloadItem__SavePage QWebEngineDownloadItem__DownloadType = 3
const QWebEngineDownloadItem__UserRequested QWebEngineDownloadItem__DownloadType = 2

type QWebEngineDownloadItem__SavePageFormat

type QWebEngineDownloadItem__SavePageFormat = int
const QWebEngineDownloadItem__CompleteHtmlSaveFormat QWebEngineDownloadItem__SavePageFormat = 1
const QWebEngineDownloadItem__MimeHtmlSaveFormat QWebEngineDownloadItem__SavePageFormat = 2
const QWebEngineDownloadItem__SingleHtmlSaveFormat QWebEngineDownloadItem__SavePageFormat = 0
const QWebEngineDownloadItem__UnknownSaveFormat QWebEngineDownloadItem__SavePageFormat = -1

type QWebEngineFullScreenRequest

type QWebEngineFullScreenRequest struct {
	*qtrt.CObject
}

func NewQWebEngineFullScreenRequestFromPointer

func NewQWebEngineFullScreenRequestFromPointer(cthis unsafe.Pointer) *QWebEngineFullScreenRequest

func (*QWebEngineFullScreenRequest) Accept

func (this *QWebEngineFullScreenRequest) Accept()

func (*QWebEngineFullScreenRequest) GetCthis

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

func (*QWebEngineFullScreenRequest) NewFromPointer

func (*QWebEngineFullScreenRequest) Origin

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

func (*QWebEngineFullScreenRequest) QWebEngineFullScreenRequest_PTR

func (ptr *QWebEngineFullScreenRequest) QWebEngineFullScreenRequest_PTR() *QWebEngineFullScreenRequest

func (*QWebEngineFullScreenRequest) Reject

func (this *QWebEngineFullScreenRequest) Reject()

func (*QWebEngineFullScreenRequest) SetCthis

func (this *QWebEngineFullScreenRequest) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineFullScreenRequest) ToggleOn

func (this *QWebEngineFullScreenRequest) ToggleOn() bool

type QWebEngineFullScreenRequest_ITF

type QWebEngineFullScreenRequest_ITF interface {
	QWebEngineFullScreenRequest_PTR() *QWebEngineFullScreenRequest
}

type QWebEngineHistory

type QWebEngineHistory struct {
	*qtrt.CObject
}

func NewQWebEngineHistoryFromPointer

func NewQWebEngineHistoryFromPointer(cthis unsafe.Pointer) *QWebEngineHistory

func (*QWebEngineHistory) Back

func (this *QWebEngineHistory) Back()

func (*QWebEngineHistory) BackItem

func (this *QWebEngineHistory) BackItem() *QWebEngineHistoryItem

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) GetCthis

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

func (*QWebEngineHistory) GoToItem

func (this *QWebEngineHistory) GoToItem(item QWebEngineHistoryItem_ITF)

func (*QWebEngineHistory) ItemAt

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

func (*QWebEngineHistory) NewFromPointer

func (*QWebEngineHistory) NewFromPointer(cthis unsafe.Pointer) *QWebEngineHistory

func (*QWebEngineHistory) QWebEngineHistory_PTR

func (ptr *QWebEngineHistory) QWebEngineHistory_PTR() *QWebEngineHistory

func (*QWebEngineHistory) SetCthis

func (this *QWebEngineHistory) SetCthis(cthis unsafe.Pointer)

type QWebEngineHistoryItem

type QWebEngineHistoryItem struct {
	*qtrt.CObject
}

func NewQWebEngineHistoryItemFromPointer

func NewQWebEngineHistoryItemFromPointer(cthis unsafe.Pointer) *QWebEngineHistoryItem

func (*QWebEngineHistoryItem) GetCthis

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

func (*QWebEngineHistoryItem) IconUrl

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

func (*QWebEngineHistoryItem) IsValid

func (this *QWebEngineHistoryItem) IsValid() bool

func (*QWebEngineHistoryItem) LastVisited

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

func (*QWebEngineHistoryItem) NewFromPointer

func (*QWebEngineHistoryItem) Operator_equal

func (*QWebEngineHistoryItem) OriginalUrl

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

func (*QWebEngineHistoryItem) QWebEngineHistoryItem_PTR

func (ptr *QWebEngineHistoryItem) QWebEngineHistoryItem_PTR() *QWebEngineHistoryItem

func (*QWebEngineHistoryItem) SetCthis

func (this *QWebEngineHistoryItem) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineHistoryItem) Swap

func (*QWebEngineHistoryItem) Title

func (this *QWebEngineHistoryItem) Title() string

func (*QWebEngineHistoryItem) Url

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

type QWebEngineHistoryItem_ITF

type QWebEngineHistoryItem_ITF interface {
	QWebEngineHistoryItem_PTR() *QWebEngineHistoryItem
}

type QWebEngineHistory_ITF

type QWebEngineHistory_ITF interface {
	QWebEngineHistory_PTR() *QWebEngineHistory
}

type QWebEnginePage

type QWebEnginePage struct {
	*qtcore.QObject
}

func NewQWebEnginePage

func NewQWebEnginePage(parent qtcore.QObject_ITF) *QWebEnginePage

func NewQWebEnginePage1

func NewQWebEnginePage1(profile QWebEngineProfile_ITF, parent qtcore.QObject_ITF) *QWebEnginePage

func NewQWebEnginePage1p

func NewQWebEnginePage1p(profile QWebEngineProfile_ITF) *QWebEnginePage

func NewQWebEnginePageFromPointer

func NewQWebEnginePageFromPointer(cthis unsafe.Pointer) *QWebEnginePage

func NewQWebEnginePagep

func NewQWebEnginePagep() *QWebEnginePage

func (*QWebEnginePage) AcceptNavigationRequest

func (this *QWebEnginePage) AcceptNavigationRequest(url qtcore.QUrl_ITF, type_ int, isMainFrame bool) bool

func (*QWebEnginePage) Action

func (this *QWebEnginePage) Action(action int) *qtwidgets.QAction

func (*QWebEnginePage) AudioMutedChanged

func (this *QWebEnginePage) AudioMutedChanged(muted bool)

func (*QWebEnginePage) AuthenticationRequired

func (this *QWebEnginePage) AuthenticationRequired(requestUrl qtcore.QUrl_ITF, authenticator qtnetwork.QAuthenticator_ITF)

func (*QWebEnginePage) BackgroundColor

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

func (*QWebEnginePage) CertificateError

func (this *QWebEnginePage) CertificateError(certificateError QWebEngineCertificateError_ITF) bool

func (*QWebEnginePage) ChooseFiles

func (this *QWebEnginePage) ChooseFiles(mode int, oldFiles qtcore.QStringList_ITF, acceptedMimeTypes qtcore.QStringList_ITF) *qtcore.QStringList

func (*QWebEnginePage) ContentsSize

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

func (*QWebEnginePage) ContentsSizeChanged

func (this *QWebEnginePage) ContentsSizeChanged(size qtcore.QSizeF_ITF)

func (*QWebEnginePage) ContextMenuData

func (this *QWebEnginePage) ContextMenuData() *QWebEngineContextMenuData

func (*QWebEnginePage) CreateStandardContextMenu

func (this *QWebEnginePage) CreateStandardContextMenu() *qtwidgets.QMenu

func (*QWebEnginePage) CreateWindow

func (this *QWebEnginePage) CreateWindow(type_ int) *QWebEnginePage

func (*QWebEnginePage) DevToolsPage

func (this *QWebEnginePage) DevToolsPage() *QWebEnginePage

func (*QWebEnginePage) Download

func (this *QWebEnginePage) Download(url qtcore.QUrl_ITF, filename string)

func (*QWebEnginePage) Downloadp

func (this *QWebEnginePage) Downloadp(url qtcore.QUrl_ITF)

func (*QWebEnginePage) Event

func (this *QWebEnginePage) Event(arg0 qtcore.QEvent_ITF) bool

func (*QWebEnginePage) FeatureItemName

func (this *QWebEnginePage) FeatureItemName(val int) string

func (*QWebEnginePage) FeaturePermissionRequestCanceled

func (this *QWebEnginePage) FeaturePermissionRequestCanceled(securityOrigin qtcore.QUrl_ITF, feature int)

func (*QWebEnginePage) FeaturePermissionRequested

func (this *QWebEnginePage) FeaturePermissionRequested(securityOrigin qtcore.QUrl_ITF, feature int)

func (*QWebEnginePage) FileSelectionModeItemName

func (this *QWebEnginePage) FileSelectionModeItemName(val int) string

func (*QWebEnginePage) FindFlagItemName

func (this *QWebEnginePage) FindFlagItemName(val int) string

func (*QWebEnginePage) FullScreenRequested

func (this *QWebEnginePage) FullScreenRequested(fullScreenRequest QWebEngineFullScreenRequest_ITF)

func (*QWebEnginePage) GeometryChangeRequested

func (this *QWebEnginePage) GeometryChangeRequested(geom qtcore.QRect_ITF)

func (*QWebEnginePage) GetCthis

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

func (*QWebEnginePage) HasSelection

func (this *QWebEnginePage) HasSelection() bool

func (*QWebEnginePage) History

func (this *QWebEnginePage) History() *QWebEngineHistory

func (*QWebEnginePage) Icon

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

func (*QWebEnginePage) IconChanged

func (this *QWebEnginePage) IconChanged(icon qtgui.QIcon_ITF)

func (*QWebEnginePage) IconUrl

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

func (*QWebEnginePage) IconUrlChanged

func (this *QWebEnginePage) IconUrlChanged(url qtcore.QUrl_ITF)

func (*QWebEnginePage) InheritAcceptNavigationRequest

func (this *QWebEnginePage) InheritAcceptNavigationRequest(f func(url *qtcore.QUrl, type_ int, isMainFrame bool) bool)

bool acceptNavigationRequest(const QUrl &, QWebEnginePage::NavigationType, bool)

func (*QWebEnginePage) InheritCertificateError

func (this *QWebEnginePage) InheritCertificateError(f func(certificateError *QWebEngineCertificateError) bool)

bool certificateError(const QWebEngineCertificateError &)

func (*QWebEnginePage) InheritChooseFiles

func (this *QWebEnginePage) InheritChooseFiles(f func(mode int, oldFiles *qtcore.QStringList, acceptedMimeTypes *qtcore.QStringList) unsafe.Pointer)

QStringList chooseFiles(QWebEnginePage::FileSelectionMode, const QStringList &, const QStringList &)

func (*QWebEnginePage) InheritCreateWindow

func (this *QWebEnginePage) InheritCreateWindow(f func(type_ int) unsafe.Pointer)

QWebEnginePage * createWindow(QWebEnginePage::WebWindowType)

func (*QWebEnginePage) InheritJavaScriptAlert

func (this *QWebEnginePage) InheritJavaScriptAlert(f func(securityOrigin *qtcore.QUrl, msg string))

void javaScriptAlert(const QUrl &, const QString &)

func (*QWebEnginePage) InheritJavaScriptConfirm

func (this *QWebEnginePage) InheritJavaScriptConfirm(f func(securityOrigin *qtcore.QUrl, msg string) bool)

bool javaScriptConfirm(const QUrl &, const QString &)

func (*QWebEnginePage) InheritJavaScriptConsoleMessage

func (this *QWebEnginePage) InheritJavaScriptConsoleMessage(f func(level int, message string, lineNumber int, sourceID string))

void javaScriptConsoleMessage(QWebEnginePage::JavaScriptConsoleMessageLevel, const QString &, int, const QString &)

func (*QWebEnginePage) InheritJavaScriptPrompt

func (this *QWebEnginePage) InheritJavaScriptPrompt(f func(securityOrigin *qtcore.QUrl, msg string, defaultValue string, result string) bool)

bool javaScriptPrompt(const QUrl &, const QString &, const QString &, QString *)

func (*QWebEnginePage) InspectedPage

func (this *QWebEnginePage) InspectedPage() *QWebEnginePage

func (*QWebEnginePage) IsAudioMuted

func (this *QWebEnginePage) IsAudioMuted() bool

func (*QWebEnginePage) JavaScriptAlert

func (this *QWebEnginePage) JavaScriptAlert(securityOrigin qtcore.QUrl_ITF, msg string)

func (*QWebEnginePage) JavaScriptConfirm

func (this *QWebEnginePage) JavaScriptConfirm(securityOrigin qtcore.QUrl_ITF, msg string) bool

func (*QWebEnginePage) JavaScriptConsoleMessage

func (this *QWebEnginePage) JavaScriptConsoleMessage(level int, message string, lineNumber int, sourceID string)

func (*QWebEnginePage) JavaScriptConsoleMessageLevelItemName

func (this *QWebEnginePage) JavaScriptConsoleMessageLevelItemName(val int) string

func (*QWebEnginePage) JavaScriptPrompt

func (this *QWebEnginePage) JavaScriptPrompt(securityOrigin qtcore.QUrl_ITF, msg string, defaultValue string, result string) bool

func (*QWebEnginePage) LinkHovered

func (this *QWebEnginePage) LinkHovered(url string)

func (*QWebEnginePage) Load

func (this *QWebEnginePage) Load(url qtcore.QUrl_ITF)

func (*QWebEnginePage) Load1

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) MetaObject

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

func (*QWebEnginePage) NavigationTypeItemName

func (this *QWebEnginePage) NavigationTypeItemName(val int) string

func (*QWebEnginePage) NewForInherit

func (*QWebEnginePage) NewForInherit(parent qtcore.QObject_ITF) *QWebEnginePage

func (*QWebEnginePage) NewForInherit1

func (*QWebEnginePage) NewForInherit1(profile QWebEngineProfile_ITF, parent qtcore.QObject_ITF) *QWebEnginePage

func (*QWebEnginePage) NewForInherit1p

func (*QWebEnginePage) NewForInherit1p(profile QWebEngineProfile_ITF) *QWebEnginePage

func (*QWebEnginePage) NewForInheritp

func (*QWebEnginePage) NewForInheritp() *QWebEnginePage

func (*QWebEnginePage) NewFromPointer

func (*QWebEnginePage) NewFromPointer(cthis unsafe.Pointer) *QWebEnginePage

func (*QWebEnginePage) PdfPrintingFinished

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

func (*QWebEnginePage) PermissionPolicyItemName

func (this *QWebEnginePage) PermissionPolicyItemName(val int) string

func (*QWebEnginePage) PrintRequested

func (this *QWebEnginePage) PrintRequested()

func (*QWebEnginePage) PrintToPdf

func (this *QWebEnginePage) PrintToPdf(filePath string, layout qtgui.QPageLayout_ITF)

func (*QWebEnginePage) PrintToPdfp

func (this *QWebEnginePage) PrintToPdfp(filePath string)

func (*QWebEnginePage) Profile

func (this *QWebEnginePage) Profile() *QWebEngineProfile

func (*QWebEnginePage) ProxyAuthenticationRequired

func (this *QWebEnginePage) ProxyAuthenticationRequired(requestUrl qtcore.QUrl_ITF, authenticator qtnetwork.QAuthenticator_ITF, proxyHost string)

func (*QWebEnginePage) QWebEnginePage_PTR

func (ptr *QWebEnginePage) QWebEnginePage_PTR() *QWebEnginePage

func (*QWebEnginePage) QuotaRequested

func (this *QWebEnginePage) QuotaRequested(quotaRequest qtwebenginecore.QWebEngineQuotaRequest_ITF)

func (*QWebEnginePage) RecentlyAudible

func (this *QWebEnginePage) RecentlyAudible() bool

func (*QWebEnginePage) RecentlyAudibleChanged

func (this *QWebEnginePage) RecentlyAudibleChanged(recentlyAudible bool)

func (*QWebEnginePage) RegisterProtocolHandlerRequested

func (this *QWebEnginePage) RegisterProtocolHandlerRequested(request qtwebenginecore.QWebEngineRegisterProtocolHandlerRequest_ITF)

func (*QWebEnginePage) RenderProcessTerminated

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

func (*QWebEnginePage) RenderProcessTerminationStatusItemName

func (this *QWebEnginePage) RenderProcessTerminationStatusItemName(val int) string

func (*QWebEnginePage) ReplaceMisspelledWord

func (this *QWebEnginePage) ReplaceMisspelledWord(replacement string)

func (*QWebEnginePage) RequestedUrl

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

func (*QWebEnginePage) RunJavaScript

func (this *QWebEnginePage) RunJavaScript(scriptSource string)

func (*QWebEnginePage) RunJavaScript1

func (this *QWebEnginePage) RunJavaScript1(scriptSource string, worldId uint)

func (*QWebEnginePage) Save

func (this *QWebEnginePage) Save(filePath string, format int)

func (*QWebEnginePage) Savep

func (this *QWebEnginePage) Savep(filePath string)

func (*QWebEnginePage) Scripts

func (this *QWebEnginePage) Scripts() *QWebEngineScriptCollection

func (*QWebEnginePage) ScrollPosition

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

func (*QWebEnginePage) ScrollPositionChanged

func (this *QWebEnginePage) ScrollPositionChanged(position qtcore.QPointF_ITF)

func (*QWebEnginePage) SelectClientCertificate

func (this *QWebEnginePage) SelectClientCertificate(clientCertSelection QWebEngineClientCertificateSelection_ITF)

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 qtgui.QColor_ITF)

func (*QWebEnginePage) SetContent

func (this *QWebEnginePage) SetContent(data qtcore.QByteArray_ITF, mimeType string, baseUrl qtcore.QUrl_ITF)

func (*QWebEnginePage) SetContentp

func (this *QWebEnginePage) SetContentp(data qtcore.QByteArray_ITF)

func (*QWebEnginePage) SetContentp1

func (this *QWebEnginePage) SetContentp1(data qtcore.QByteArray_ITF, mimeType string)

func (*QWebEnginePage) SetCthis

func (this *QWebEnginePage) SetCthis(cthis unsafe.Pointer)

func (*QWebEnginePage) SetDevToolsPage

func (this *QWebEnginePage) SetDevToolsPage(page QWebEnginePage_ITF)

func (*QWebEnginePage) SetFeaturePermission

func (this *QWebEnginePage) SetFeaturePermission(securityOrigin qtcore.QUrl_ITF, feature int, policy int)

func (*QWebEnginePage) SetHtml

func (this *QWebEnginePage) SetHtml(html string, baseUrl qtcore.QUrl_ITF)

func (*QWebEnginePage) SetHtmlp

func (this *QWebEnginePage) SetHtmlp(html string)

func (*QWebEnginePage) SetInspectedPage

func (this *QWebEnginePage) SetInspectedPage(page QWebEnginePage_ITF)

func (*QWebEnginePage) SetUrl

func (this *QWebEnginePage) SetUrl(url qtcore.QUrl_ITF)

func (*QWebEnginePage) SetView

func (this *QWebEnginePage) SetView(view qtwidgets.QWidget_ITF)

func (*QWebEnginePage) SetWebChannel

func (this *QWebEnginePage) SetWebChannel(arg0 qtwebchannel.QWebChannel_ITF)

func (*QWebEnginePage) SetWebChannel1

func (this *QWebEnginePage) SetWebChannel1(arg0 qtwebchannel.QWebChannel_ITF, 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 int, checked bool)

func (*QWebEnginePage) TriggerActionp

func (this *QWebEnginePage) TriggerActionp(action int)

func (*QWebEnginePage) Url

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

func (*QWebEnginePage) UrlChanged

func (this *QWebEnginePage) UrlChanged(url qtcore.QUrl_ITF)

func (*QWebEnginePage) View

func (this *QWebEnginePage) View() *qtwidgets.QWidget

func (*QWebEnginePage) WebActionItemName

func (this *QWebEnginePage) WebActionItemName(val int) string

func (*QWebEnginePage) WebChannel

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

func (*QWebEnginePage) WebWindowTypeItemName

func (this *QWebEnginePage) WebWindowTypeItemName(val int) string

func (*QWebEnginePage) WindowCloseRequested

func (this *QWebEnginePage) WindowCloseRequested()

func (*QWebEnginePage) ZoomFactor

func (this *QWebEnginePage) ZoomFactor() float64

type QWebEnginePage_ITF

type QWebEnginePage_ITF interface {
	qtcore.QObject_ITF
	QWebEnginePage_PTR() *QWebEnginePage
}

type QWebEnginePage__Feature

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

type QWebEnginePage__FileSelectionMode

type QWebEnginePage__FileSelectionMode = int
const QWebEnginePage__FileSelectOpen QWebEnginePage__FileSelectionMode = 0
const QWebEnginePage__FileSelectOpenMultiple QWebEnginePage__FileSelectionMode = 1

type QWebEnginePage__FindFlag

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

type QWebEnginePage__JavaScriptConsoleMessageLevel

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

type QWebEnginePage__NavigationType

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

type QWebEnginePage__PermissionPolicy

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

type QWebEnginePage__RenderProcessTerminationStatus

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

type QWebEnginePage__WebAction

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

type QWebEnginePage__WebWindowType

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

type QWebEngineProfile

type QWebEngineProfile struct {
	*qtcore.QObject
}

func NewQWebEngineProfile

func NewQWebEngineProfile(parent qtcore.QObject_ITF) *QWebEngineProfile

func NewQWebEngineProfile1

func NewQWebEngineProfile1(name string, parent qtcore.QObject_ITF) *QWebEngineProfile

func NewQWebEngineProfile1p

func NewQWebEngineProfile1p(name string) *QWebEngineProfile

func NewQWebEngineProfileFromPointer

func NewQWebEngineProfileFromPointer(cthis unsafe.Pointer) *QWebEngineProfile

func NewQWebEngineProfilep

func NewQWebEngineProfilep() *QWebEngineProfile

func QWebEngineProfile_DefaultProfile

func QWebEngineProfile_DefaultProfile() *QWebEngineProfile

func (*QWebEngineProfile) CachePath

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

func (*QWebEngineProfile) ClearHttpCache

func (this *QWebEngineProfile) ClearHttpCache()

func (*QWebEngineProfile) CookieStore

func (*QWebEngineProfile) DefaultProfile

func (this *QWebEngineProfile) DefaultProfile() *QWebEngineProfile

func (*QWebEngineProfile) DownloadRequested

func (this *QWebEngineProfile) DownloadRequested(download QWebEngineDownloadItem_ITF)

func (*QWebEngineProfile) GetCthis

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

func (*QWebEngineProfile) HttpAcceptLanguage

func (this *QWebEngineProfile) HttpAcceptLanguage() string

func (*QWebEngineProfile) HttpCacheMaximumSize

func (this *QWebEngineProfile) HttpCacheMaximumSize() int

func (*QWebEngineProfile) HttpCacheType

func (this *QWebEngineProfile) HttpCacheType() int

func (*QWebEngineProfile) HttpCacheTypeItemName

func (this *QWebEngineProfile) HttpCacheTypeItemName(val int) string

func (*QWebEngineProfile) HttpUserAgent

func (this *QWebEngineProfile) HttpUserAgent() string

func (*QWebEngineProfile) InstallUrlSchemeHandler

func (this *QWebEngineProfile) InstallUrlSchemeHandler(scheme qtcore.QByteArray_ITF, arg1 qtwebenginecore.QWebEngineUrlSchemeHandler_ITF)

func (*QWebEngineProfile) IsOffTheRecord

func (this *QWebEngineProfile) IsOffTheRecord() bool

func (*QWebEngineProfile) IsSpellCheckEnabled

func (this *QWebEngineProfile) IsSpellCheckEnabled() bool

func (*QWebEngineProfile) MetaObject

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

func (*QWebEngineProfile) NewForInherit

func (*QWebEngineProfile) NewForInherit(parent qtcore.QObject_ITF) *QWebEngineProfile

func (*QWebEngineProfile) NewForInherit1

func (*QWebEngineProfile) NewForInherit1(name string, parent qtcore.QObject_ITF) *QWebEngineProfile

func (*QWebEngineProfile) NewForInherit1p

func (*QWebEngineProfile) NewForInherit1p(name string) *QWebEngineProfile

func (*QWebEngineProfile) NewForInheritp

func (*QWebEngineProfile) NewForInheritp() *QWebEngineProfile

func (*QWebEngineProfile) NewFromPointer

func (*QWebEngineProfile) NewFromPointer(cthis unsafe.Pointer) *QWebEngineProfile

func (*QWebEngineProfile) PersistentCookiesPolicy

func (this *QWebEngineProfile) PersistentCookiesPolicy() int

func (*QWebEngineProfile) PersistentCookiesPolicyItemName

func (this *QWebEngineProfile) PersistentCookiesPolicyItemName(val int) string

func (*QWebEngineProfile) PersistentStoragePath

func (this *QWebEngineProfile) PersistentStoragePath() string

func (*QWebEngineProfile) QWebEngineProfile_PTR

func (ptr *QWebEngineProfile) QWebEngineProfile_PTR() *QWebEngineProfile

func (*QWebEngineProfile) RemoveAllUrlSchemeHandlers

func (this *QWebEngineProfile) RemoveAllUrlSchemeHandlers()

func (*QWebEngineProfile) RemoveUrlScheme

func (this *QWebEngineProfile) RemoveUrlScheme(scheme qtcore.QByteArray_ITF)

func (*QWebEngineProfile) RemoveUrlSchemeHandler

func (this *QWebEngineProfile) RemoveUrlSchemeHandler(arg0 qtwebenginecore.QWebEngineUrlSchemeHandler_ITF)

func (*QWebEngineProfile) Scripts

func (*QWebEngineProfile) SetCachePath

func (this *QWebEngineProfile) SetCachePath(path string)

func (*QWebEngineProfile) SetCthis

func (this *QWebEngineProfile) SetCthis(cthis unsafe.Pointer)

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(arg0 int)

func (*QWebEngineProfile) SetHttpUserAgent

func (this *QWebEngineProfile) SetHttpUserAgent(userAgent string)

func (*QWebEngineProfile) SetPersistentCookiesPolicy

func (this *QWebEngineProfile) SetPersistentCookiesPolicy(arg0 int)

func (*QWebEngineProfile) SetPersistentStoragePath

func (this *QWebEngineProfile) SetPersistentStoragePath(path string)

func (*QWebEngineProfile) SetRequestInterceptor

func (this *QWebEngineProfile) SetRequestInterceptor(interceptor qtwebenginecore.QWebEngineUrlRequestInterceptor_ITF)

func (*QWebEngineProfile) SetSpellCheckEnabled

func (this *QWebEngineProfile) SetSpellCheckEnabled(enabled bool)

func (*QWebEngineProfile) SetSpellCheckLanguages

func (this *QWebEngineProfile) SetSpellCheckLanguages(languages qtcore.QStringList_ITF)

func (*QWebEngineProfile) Settings

func (this *QWebEngineProfile) Settings() *QWebEngineSettings

func (*QWebEngineProfile) SpellCheckLanguages

func (this *QWebEngineProfile) SpellCheckLanguages() *qtcore.QStringList

func (*QWebEngineProfile) StorageName

func (this *QWebEngineProfile) StorageName() string

func (*QWebEngineProfile) UrlSchemeHandler

func (*QWebEngineProfile) VisitedLinksContainsUrl

func (this *QWebEngineProfile) VisitedLinksContainsUrl(url qtcore.QUrl_ITF) bool

type QWebEngineProfile_ITF

type QWebEngineProfile_ITF interface {
	qtcore.QObject_ITF
	QWebEngineProfile_PTR() *QWebEngineProfile
}

type QWebEngineProfile__HttpCacheType

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

type QWebEngineProfile__PersistentCookiesPolicy

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

type QWebEngineScript

type QWebEngineScript struct {
	*qtrt.CObject
}

func NewQWebEngineScript

func NewQWebEngineScript() *QWebEngineScript

func NewQWebEngineScriptFromPointer

func NewQWebEngineScriptFromPointer(cthis unsafe.Pointer) *QWebEngineScript

func (*QWebEngineScript) GetCthis

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

func (*QWebEngineScript) InjectionPoint

func (this *QWebEngineScript) InjectionPoint() int

func (*QWebEngineScript) InjectionPointItemName

func (this *QWebEngineScript) InjectionPointItemName(val int) string

func (*QWebEngineScript) IsNull

func (this *QWebEngineScript) IsNull() bool

func (*QWebEngineScript) Name

func (this *QWebEngineScript) Name() string

func (*QWebEngineScript) NewForInherit

func (*QWebEngineScript) NewForInherit() *QWebEngineScript

func (*QWebEngineScript) NewFromPointer

func (*QWebEngineScript) NewFromPointer(cthis unsafe.Pointer) *QWebEngineScript

func (*QWebEngineScript) Operator_equal

func (this *QWebEngineScript) Operator_equal(other QWebEngineScript_ITF) *QWebEngineScript

func (*QWebEngineScript) Operator_equal_equal

func (this *QWebEngineScript) Operator_equal_equal(other QWebEngineScript_ITF) bool

func (*QWebEngineScript) Operator_not_equal

func (this *QWebEngineScript) Operator_not_equal(other QWebEngineScript_ITF) bool

func (*QWebEngineScript) QWebEngineScript_PTR

func (ptr *QWebEngineScript) QWebEngineScript_PTR() *QWebEngineScript

func (*QWebEngineScript) RunsOnSubFrames

func (this *QWebEngineScript) RunsOnSubFrames() bool

func (*QWebEngineScript) ScriptWorldIdItemName

func (this *QWebEngineScript) ScriptWorldIdItemName(val int) string

func (*QWebEngineScript) SetCthis

func (this *QWebEngineScript) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineScript) SetInjectionPoint

func (this *QWebEngineScript) SetInjectionPoint(arg0 int)

func (*QWebEngineScript) SetName

func (this *QWebEngineScript) SetName(arg0 string)

func (*QWebEngineScript) SetRunsOnSubFrames

func (this *QWebEngineScript) SetRunsOnSubFrames(on bool)

func (*QWebEngineScript) SetSourceCode

func (this *QWebEngineScript) SetSourceCode(arg0 string)

func (*QWebEngineScript) SetWorldId

func (this *QWebEngineScript) SetWorldId(arg0 uint)

func (*QWebEngineScript) SourceCode

func (this *QWebEngineScript) SourceCode() string

func (*QWebEngineScript) Swap

func (this *QWebEngineScript) Swap(other QWebEngineScript_ITF)

func (*QWebEngineScript) WorldId

func (this *QWebEngineScript) WorldId() uint

type QWebEngineScriptCollection

type QWebEngineScriptCollection struct {
	*qtrt.CObject
}

func NewQWebEngineScriptCollectionFromPointer

func NewQWebEngineScriptCollectionFromPointer(cthis unsafe.Pointer) *QWebEngineScriptCollection

func (*QWebEngineScriptCollection) Clear

func (this *QWebEngineScriptCollection) Clear()

func (*QWebEngineScriptCollection) Contains

func (*QWebEngineScriptCollection) Count

func (this *QWebEngineScriptCollection) Count() int

func (*QWebEngineScriptCollection) FindScript

func (this *QWebEngineScriptCollection) FindScript(name string) *QWebEngineScript

func (*QWebEngineScriptCollection) GetCthis

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

func (*QWebEngineScriptCollection) IsEmpty

func (this *QWebEngineScriptCollection) IsEmpty() bool

func (*QWebEngineScriptCollection) NewFromPointer

func (*QWebEngineScriptCollection) QWebEngineScriptCollection_PTR

func (ptr *QWebEngineScriptCollection) QWebEngineScriptCollection_PTR() *QWebEngineScriptCollection

func (*QWebEngineScriptCollection) Remove

func (*QWebEngineScriptCollection) SetCthis

func (this *QWebEngineScriptCollection) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineScriptCollection) Size

func (this *QWebEngineScriptCollection) Size() int

type QWebEngineScriptCollection_ITF

type QWebEngineScriptCollection_ITF interface {
	QWebEngineScriptCollection_PTR() *QWebEngineScriptCollection
}

type QWebEngineScript_ITF

type QWebEngineScript_ITF interface {
	QWebEngineScript_PTR() *QWebEngineScript
}

type QWebEngineScript__InjectionPoint

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

type QWebEngineScript__ScriptWorldId

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

type QWebEngineSettings

type QWebEngineSettings struct {
	*qtrt.CObject
}

func NewQWebEngineSettingsFromPointer

func NewQWebEngineSettingsFromPointer(cthis unsafe.Pointer) *QWebEngineSettings

func QWebEngineSettings_DefaultSettings

func QWebEngineSettings_DefaultSettings() *QWebEngineSettings

func QWebEngineSettings_GlobalSettings

func QWebEngineSettings_GlobalSettings() *QWebEngineSettings

func (*QWebEngineSettings) DefaultSettings

func (this *QWebEngineSettings) DefaultSettings() *QWebEngineSettings

func (*QWebEngineSettings) DefaultTextEncoding

func (this *QWebEngineSettings) DefaultTextEncoding() string

func (*QWebEngineSettings) FontFamily

func (this *QWebEngineSettings) FontFamily(which int) string

func (*QWebEngineSettings) FontFamilyItemName

func (this *QWebEngineSettings) FontFamilyItemName(val int) string

func (*QWebEngineSettings) FontSize

func (this *QWebEngineSettings) FontSize(type_ int) int

func (*QWebEngineSettings) FontSizeItemName

func (this *QWebEngineSettings) FontSizeItemName(val int) string

func (*QWebEngineSettings) GetCthis

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

func (*QWebEngineSettings) GlobalSettings

func (this *QWebEngineSettings) GlobalSettings() *QWebEngineSettings

func (*QWebEngineSettings) NewFromPointer

func (*QWebEngineSettings) NewFromPointer(cthis unsafe.Pointer) *QWebEngineSettings

func (*QWebEngineSettings) QWebEngineSettings_PTR

func (ptr *QWebEngineSettings) QWebEngineSettings_PTR() *QWebEngineSettings

func (*QWebEngineSettings) ResetAttribute

func (this *QWebEngineSettings) ResetAttribute(attr int)

func (*QWebEngineSettings) ResetFontFamily

func (this *QWebEngineSettings) ResetFontFamily(which int)

func (*QWebEngineSettings) ResetFontSize

func (this *QWebEngineSettings) ResetFontSize(type_ int)

func (*QWebEngineSettings) ResetUnknownUrlSchemePolicy

func (this *QWebEngineSettings) ResetUnknownUrlSchemePolicy()

func (*QWebEngineSettings) SetAttribute

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

func (*QWebEngineSettings) SetCthis

func (this *QWebEngineSettings) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineSettings) SetDefaultTextEncoding

func (this *QWebEngineSettings) SetDefaultTextEncoding(encoding string)

func (*QWebEngineSettings) SetFontFamily

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

func (*QWebEngineSettings) SetFontSize

func (this *QWebEngineSettings) SetFontSize(type_ int, size int)

func (*QWebEngineSettings) SetUnknownUrlSchemePolicy

func (this *QWebEngineSettings) SetUnknownUrlSchemePolicy(policy int)

func (*QWebEngineSettings) TestAttribute

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

func (*QWebEngineSettings) UnknownUrlSchemePolicy

func (this *QWebEngineSettings) UnknownUrlSchemePolicy() int

func (*QWebEngineSettings) UnknownUrlSchemePolicyItemName

func (this *QWebEngineSettings) UnknownUrlSchemePolicyItemName(val int) string

func (*QWebEngineSettings) WebAttributeItemName

func (this *QWebEngineSettings) WebAttributeItemName(val int) string

type QWebEngineSettings_ITF

type QWebEngineSettings_ITF interface {
	QWebEngineSettings_PTR() *QWebEngineSettings
}

type QWebEngineSettings__FontFamily

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

type QWebEngineSettings__FontSize

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

type QWebEngineSettings__UnknownUrlSchemePolicy

type QWebEngineSettings__UnknownUrlSchemePolicy = int
const QWebEngineSettings__AllowAllUnknownUrlSchemes QWebEngineSettings__UnknownUrlSchemePolicy = 3
const QWebEngineSettings__AllowUnknownUrlSchemesFromUserInteraction QWebEngineSettings__UnknownUrlSchemePolicy = 2
const QWebEngineSettings__DisallowUnknownUrlSchemes QWebEngineSettings__UnknownUrlSchemePolicy = 1

type QWebEngineSettings__WebAttribute

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

type QWebEngineView

type QWebEngineView struct {
	*qtwidgets.QWidget
}

func NewQWebEngineView

func NewQWebEngineView(parent qtwidgets.QWidget_ITF) *QWebEngineView

func NewQWebEngineViewFromPointer

func NewQWebEngineViewFromPointer(cthis unsafe.Pointer) *QWebEngineView

func NewQWebEngineViewp

func NewQWebEngineViewp() *QWebEngineView

func (*QWebEngineView) Back

func (this *QWebEngineView) Back()

func (*QWebEngineView) ContextMenuEvent

func (this *QWebEngineView) ContextMenuEvent(arg0 qtgui.QContextMenuEvent_ITF)

func (*QWebEngineView) CreateWindow

func (this *QWebEngineView) CreateWindow(type_ int) *QWebEngineView

func (*QWebEngineView) DragEnterEvent

func (this *QWebEngineView) DragEnterEvent(e qtgui.QDragEnterEvent_ITF)

func (*QWebEngineView) DragLeaveEvent

func (this *QWebEngineView) DragLeaveEvent(e qtgui.QDragLeaveEvent_ITF)

func (*QWebEngineView) DragMoveEvent

func (this *QWebEngineView) DragMoveEvent(e qtgui.QDragMoveEvent_ITF)

func (*QWebEngineView) DropEvent

func (this *QWebEngineView) DropEvent(e qtgui.QDropEvent_ITF)

func (*QWebEngineView) Event

func (this *QWebEngineView) Event(arg0 qtcore.QEvent_ITF) bool

func (*QWebEngineView) Forward

func (this *QWebEngineView) Forward()

func (*QWebEngineView) GetCthis

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

func (*QWebEngineView) HasSelection

func (this *QWebEngineView) HasSelection() bool

func (*QWebEngineView) HideEvent

func (this *QWebEngineView) HideEvent(arg0 qtgui.QHideEvent_ITF)

func (*QWebEngineView) History

func (this *QWebEngineView) History() *QWebEngineHistory

func (*QWebEngineView) Icon

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

func (*QWebEngineView) IconChanged

func (this *QWebEngineView) IconChanged(arg0 qtgui.QIcon_ITF)

func (*QWebEngineView) IconUrl

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

func (*QWebEngineView) IconUrlChanged

func (this *QWebEngineView) IconUrlChanged(arg0 qtcore.QUrl_ITF)

func (*QWebEngineView) InheritContextMenuEvent

func (this *QWebEngineView) InheritContextMenuEvent(f func(arg0 *qtgui.QContextMenuEvent))

void contextMenuEvent(QContextMenuEvent *)

func (*QWebEngineView) InheritCreateWindow

func (this *QWebEngineView) InheritCreateWindow(f func(type_ int) unsafe.Pointer)

QWebEngineView * createWindow(QWebEnginePage::WebWindowType)

func (*QWebEngineView) InheritDragEnterEvent

func (this *QWebEngineView) InheritDragEnterEvent(f func(e *qtgui.QDragEnterEvent))

void dragEnterEvent(QDragEnterEvent *)

func (*QWebEngineView) InheritDragLeaveEvent

func (this *QWebEngineView) InheritDragLeaveEvent(f func(e *qtgui.QDragLeaveEvent))

void dragLeaveEvent(QDragLeaveEvent *)

func (*QWebEngineView) InheritDragMoveEvent

func (this *QWebEngineView) InheritDragMoveEvent(f func(e *qtgui.QDragMoveEvent))

void dragMoveEvent(QDragMoveEvent *)

func (*QWebEngineView) InheritDropEvent

func (this *QWebEngineView) InheritDropEvent(f func(e *qtgui.QDropEvent))

void dropEvent(QDropEvent *)

func (*QWebEngineView) InheritEvent

func (this *QWebEngineView) InheritEvent(f func(arg0 *qtcore.QEvent) bool)

bool event(QEvent *)

func (*QWebEngineView) InheritHideEvent

func (this *QWebEngineView) InheritHideEvent(f func(arg0 *qtgui.QHideEvent))

void hideEvent(QHideEvent *)

func (*QWebEngineView) InheritShowEvent

func (this *QWebEngineView) InheritShowEvent(f func(arg0 *qtgui.QShowEvent))

void showEvent(QShowEvent *)

func (*QWebEngineView) Load

func (this *QWebEngineView) Load(url qtcore.QUrl_ITF)

func (*QWebEngineView) Load1

func (*QWebEngineView) LoadFinished

func (this *QWebEngineView) LoadFinished(arg0 bool)

func (*QWebEngineView) LoadProgress

func (this *QWebEngineView) LoadProgress(progress int)

func (*QWebEngineView) LoadStarted

func (this *QWebEngineView) LoadStarted()

func (*QWebEngineView) MetaObject

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

func (*QWebEngineView) NewForInherit

func (*QWebEngineView) NewForInherit(parent qtwidgets.QWidget_ITF) *QWebEngineView

func (*QWebEngineView) NewForInheritp

func (*QWebEngineView) NewForInheritp() *QWebEngineView

func (*QWebEngineView) NewFromPointer

func (*QWebEngineView) NewFromPointer(cthis unsafe.Pointer) *QWebEngineView

func (*QWebEngineView) Page

func (this *QWebEngineView) Page() *QWebEnginePage

func (*QWebEngineView) PageAction

func (this *QWebEngineView) PageAction(action int) *qtwidgets.QAction

func (*QWebEngineView) QWebEngineView_PTR

func (ptr *QWebEngineView) QWebEngineView_PTR() *QWebEngineView

func (*QWebEngineView) Reload

func (this *QWebEngineView) Reload()

func (*QWebEngineView) RenderProcessTerminated

func (this *QWebEngineView) RenderProcessTerminated(terminationStatus int, 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 qtcore.QByteArray_ITF, mimeType string, baseUrl qtcore.QUrl_ITF)

func (*QWebEngineView) SetContentp

func (this *QWebEngineView) SetContentp(data qtcore.QByteArray_ITF)

func (*QWebEngineView) SetContentp1

func (this *QWebEngineView) SetContentp1(data qtcore.QByteArray_ITF, mimeType string)

func (*QWebEngineView) SetCthis

func (this *QWebEngineView) SetCthis(cthis unsafe.Pointer)

func (*QWebEngineView) SetHtml

func (this *QWebEngineView) SetHtml(html string, baseUrl qtcore.QUrl_ITF)

func (*QWebEngineView) SetHtmlp

func (this *QWebEngineView) SetHtmlp(html string)

func (*QWebEngineView) SetPage

func (this *QWebEngineView) SetPage(page QWebEnginePage_ITF)

func (*QWebEngineView) SetUrl

func (this *QWebEngineView) SetUrl(url qtcore.QUrl_ITF)

func (*QWebEngineView) SetZoomFactor

func (this *QWebEngineView) SetZoomFactor(factor float64)

func (*QWebEngineView) Settings

func (this *QWebEngineView) Settings() *QWebEngineSettings

func (*QWebEngineView) ShowEvent

func (this *QWebEngineView) ShowEvent(arg0 qtgui.QShowEvent_ITF)

func (*QWebEngineView) SizeHint

func (this *QWebEngineView) SizeHint() *qtcore.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 int, checked bool)

func (*QWebEngineView) TriggerPageActionp

func (this *QWebEngineView) TriggerPageActionp(action int)

func (*QWebEngineView) Url

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

func (*QWebEngineView) UrlChanged

func (this *QWebEngineView) UrlChanged(arg0 qtcore.QUrl_ITF)

func (*QWebEngineView) ZoomFactor

func (this *QWebEngineView) ZoomFactor() float64

type QWebEngineView_ITF

type QWebEngineView_ITF interface {
	qtwidgets.QWidget_ITF
	QWebEngineView_PTR() *QWebEngineView
}

Jump to

Keyboard shortcuts

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