Documentation ¶
Index ¶
- func QWebEngineContextMenuRequest_Tr(s string) string
- func QWebEngineContextMenuRequest_Tr2(s string, c string) string
- func QWebEngineContextMenuRequest_Tr3(s string, c string, n int) string
- func QWebEngineCookieStore_Tr(s string) string
- func QWebEngineCookieStore_Tr2(s string, c string) string
- func QWebEngineCookieStore_Tr3(s string, c string, n int) string
- func QWebEngineDownloadRequest_Tr(s string) string
- func QWebEngineDownloadRequest_Tr2(s string, c string) string
- func QWebEngineDownloadRequest_Tr3(s string, c string, n int) string
- func QWebEngineHistoryModel_Tr(s string) string
- func QWebEngineHistoryModel_Tr2(s string, c string) string
- func QWebEngineHistoryModel_Tr3(s string, c string, n int) string
- func QWebEngineHistory_Tr(s string) string
- func QWebEngineHistory_Tr2(s string, c string) string
- func QWebEngineHistory_Tr3(s string, c string, n int) string
- func QWebEngineNavigationRequest_Tr(s string) string
- func QWebEngineNavigationRequest_Tr2(s string, c string) string
- func QWebEngineNavigationRequest_Tr3(s string, c string, n int) string
- func QWebEngineNewWindowRequest_Tr(s string) string
- func QWebEngineNewWindowRequest_Tr2(s string, c string) string
- func QWebEngineNewWindowRequest_Tr3(s string, c string, n int) string
- func QWebEngineNotification_Tr(s string) string
- func QWebEngineNotification_Tr2(s string, c string) string
- func QWebEngineNotification_Tr3(s string, c string, n int) string
- func QWebEnginePage_Tr(s string) string
- func QWebEnginePage_Tr2(s string, c string) string
- func QWebEnginePage_Tr3(s string, c string, n int) string
- func QWebEngineProfile_Tr(s string) string
- func QWebEngineProfile_Tr2(s string, c string) string
- func QWebEngineProfile_Tr3(s string, c string, n int) string
- func QWebEngineUrlRequestInterceptor_Tr(s string) string
- func QWebEngineUrlRequestInterceptor_Tr2(s string, c string) string
- func QWebEngineUrlRequestInterceptor_Tr3(s string, c string, n int) string
- func QWebEngineUrlRequestJob_Tr(s string) string
- func QWebEngineUrlRequestJob_Tr2(s string, c string) string
- func QWebEngineUrlRequestJob_Tr3(s string, c string, n int) string
- func QWebEngineUrlSchemeHandler_Tr(s string) string
- func QWebEngineUrlSchemeHandler_Tr2(s string, c string) string
- func QWebEngineUrlSchemeHandler_Tr3(s string, c string, n int) string
- func QWebEngineUrlScheme_RegisterScheme(scheme *QWebEngineUrlScheme)
- func QWebEngineView_Tr(s string) string
- func QWebEngineView_Tr2(s string, c string) string
- func QWebEngineView_Tr3(s string, c string, n int) string
- type QWebEngineCertificateError
- func (this *QWebEngineCertificateError) AcceptCertificate()
- func (this *QWebEngineCertificateError) CertificateChain() []network.QSslCertificate
- func (this *QWebEngineCertificateError) Defer()
- func (this *QWebEngineCertificateError) Delete()
- func (this *QWebEngineCertificateError) Description() string
- func (this *QWebEngineCertificateError) GoGC()
- func (this *QWebEngineCertificateError) IsOverridable() bool
- func (this *QWebEngineCertificateError) OperatorAssign(other *QWebEngineCertificateError)
- func (this *QWebEngineCertificateError) RejectCertificate()
- func (this *QWebEngineCertificateError) Type() QWebEngineCertificateError__Type
- func (this *QWebEngineCertificateError) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineCertificateError) Url() *qt6.QUrl
- type QWebEngineCertificateError__Type
- type QWebEngineClientCertificateSelection
- func (this *QWebEngineClientCertificateSelection) Certificates() []network.QSslCertificate
- func (this *QWebEngineClientCertificateSelection) Delete()
- func (this *QWebEngineClientCertificateSelection) GoGC()
- func (this *QWebEngineClientCertificateSelection) Host() *qt6.QUrl
- func (this *QWebEngineClientCertificateSelection) OperatorAssign(param1 *QWebEngineClientCertificateSelection)
- func (this *QWebEngineClientCertificateSelection) Select(certificate *network.QSslCertificate)
- func (this *QWebEngineClientCertificateSelection) SelectNone()
- func (this *QWebEngineClientCertificateSelection) UnsafePointer() unsafe.Pointer
- type QWebEngineClientCertificateStore
- func (this *QWebEngineClientCertificateStore) Add(certificate *network.QSslCertificate, privateKey *network.QSslKey)
- func (this *QWebEngineClientCertificateStore) Certificates() []network.QSslCertificate
- func (this *QWebEngineClientCertificateStore) Clear()
- func (this *QWebEngineClientCertificateStore) Remove(certificate *network.QSslCertificate)
- func (this *QWebEngineClientCertificateStore) UnsafePointer() unsafe.Pointer
- type QWebEngineContextMenuRequest
- func (this *QWebEngineContextMenuRequest) Delete()
- func (this *QWebEngineContextMenuRequest) EditFlags() QWebEngineContextMenuRequest__EditFlag
- func (this *QWebEngineContextMenuRequest) GoGC()
- func (this *QWebEngineContextMenuRequest) IsAccepted() bool
- func (this *QWebEngineContextMenuRequest) IsContentEditable() bool
- func (this *QWebEngineContextMenuRequest) LinkText() string
- func (this *QWebEngineContextMenuRequest) LinkUrl() *qt6.QUrl
- func (this *QWebEngineContextMenuRequest) MediaFlags() QWebEngineContextMenuRequest__MediaFlag
- func (this *QWebEngineContextMenuRequest) MediaType() QWebEngineContextMenuRequest__MediaType
- func (this *QWebEngineContextMenuRequest) MediaUrl() *qt6.QUrl
- func (this *QWebEngineContextMenuRequest) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineContextMenuRequest) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineContextMenuRequest) MisspelledWord() string
- func (this *QWebEngineContextMenuRequest) Position() *qt6.QPoint
- func (this *QWebEngineContextMenuRequest) SelectedText() string
- func (this *QWebEngineContextMenuRequest) SetAccepted(accepted bool)
- func (this *QWebEngineContextMenuRequest) SpellCheckerSuggestions() []string
- func (this *QWebEngineContextMenuRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineContextMenuRequest__EditFlag
- type QWebEngineContextMenuRequest__MediaFlag
- type QWebEngineContextMenuRequest__MediaType
- type QWebEngineCookieStore
- func (this *QWebEngineCookieStore) CookieAdded(cookie *network.QNetworkCookie)
- func (this *QWebEngineCookieStore) CookieRemoved(cookie *network.QNetworkCookie)
- func (this *QWebEngineCookieStore) Delete()
- func (this *QWebEngineCookieStore) DeleteAllCookies()
- func (this *QWebEngineCookieStore) DeleteCookie(cookie *network.QNetworkCookie)
- func (this *QWebEngineCookieStore) DeleteCookie2(cookie *network.QNetworkCookie, origin *qt6.QUrl)
- func (this *QWebEngineCookieStore) DeleteSessionCookies()
- func (this *QWebEngineCookieStore) GoGC()
- func (this *QWebEngineCookieStore) LoadAllCookies()
- func (this *QWebEngineCookieStore) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineCookieStore) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineCookieStore) OnCookieAdded(slot func(cookie *network.QNetworkCookie))
- func (this *QWebEngineCookieStore) OnCookieRemoved(slot func(cookie *network.QNetworkCookie))
- func (this *QWebEngineCookieStore) SetCookie(cookie *network.QNetworkCookie)
- func (this *QWebEngineCookieStore) SetCookie2(cookie *network.QNetworkCookie, origin *qt6.QUrl)
- func (this *QWebEngineCookieStore) UnsafePointer() unsafe.Pointer
- type QWebEngineCookieStore__FilterRequest
- func (this *QWebEngineCookieStore__FilterRequest) Delete()
- func (this *QWebEngineCookieStore__FilterRequest) GoGC()
- func (this *QWebEngineCookieStore__FilterRequest) OperatorAssign(param1 *QWebEngineCookieStore__FilterRequest)
- func (this *QWebEngineCookieStore__FilterRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineDownloadRequest
- func (this *QWebEngineDownloadRequest) Accept()
- func (this *QWebEngineDownloadRequest) Cancel()
- func (this *QWebEngineDownloadRequest) Delete()
- func (this *QWebEngineDownloadRequest) DownloadDirectory() string
- func (this *QWebEngineDownloadRequest) DownloadDirectoryChanged()
- func (this *QWebEngineDownloadRequest) DownloadFileName() string
- func (this *QWebEngineDownloadRequest) DownloadFileNameChanged()
- func (this *QWebEngineDownloadRequest) GoGC()
- func (this *QWebEngineDownloadRequest) Id() uint
- func (this *QWebEngineDownloadRequest) InterruptReason() QWebEngineDownloadRequest__DownloadInterruptReason
- func (this *QWebEngineDownloadRequest) InterruptReasonChanged()
- func (this *QWebEngineDownloadRequest) InterruptReasonString() string
- func (this *QWebEngineDownloadRequest) IsFinished() bool
- func (this *QWebEngineDownloadRequest) IsFinishedChanged()
- func (this *QWebEngineDownloadRequest) IsPaused() bool
- func (this *QWebEngineDownloadRequest) IsPausedChanged()
- func (this *QWebEngineDownloadRequest) IsSavePageDownload() bool
- func (this *QWebEngineDownloadRequest) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineDownloadRequest) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineDownloadRequest) MimeType() string
- func (this *QWebEngineDownloadRequest) OnDownloadDirectoryChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnDownloadFileNameChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnInterruptReasonChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnIsFinishedChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnIsPausedChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnReceivedBytesChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnSavePageFormatChanged(slot func())
- func (this *QWebEngineDownloadRequest) OnStateChanged(slot func(state QWebEngineDownloadRequest__DownloadState))
- func (this *QWebEngineDownloadRequest) OnTotalBytesChanged(slot func())
- func (this *QWebEngineDownloadRequest) Page() *QWebEnginePage
- func (this *QWebEngineDownloadRequest) Pause()
- func (this *QWebEngineDownloadRequest) ReceivedBytes() int64
- func (this *QWebEngineDownloadRequest) ReceivedBytesChanged()
- func (this *QWebEngineDownloadRequest) Resume()
- func (this *QWebEngineDownloadRequest) SavePageFormat() QWebEngineDownloadRequest__SavePageFormat
- func (this *QWebEngineDownloadRequest) SavePageFormatChanged()
- func (this *QWebEngineDownloadRequest) SetDownloadDirectory(directory string)
- func (this *QWebEngineDownloadRequest) SetDownloadFileName(fileName string)
- func (this *QWebEngineDownloadRequest) SetSavePageFormat(format QWebEngineDownloadRequest__SavePageFormat)
- func (this *QWebEngineDownloadRequest) State() QWebEngineDownloadRequest__DownloadState
- func (this *QWebEngineDownloadRequest) StateChanged(state QWebEngineDownloadRequest__DownloadState)
- func (this *QWebEngineDownloadRequest) SuggestedFileName() string
- func (this *QWebEngineDownloadRequest) TotalBytes() int64
- func (this *QWebEngineDownloadRequest) TotalBytesChanged()
- func (this *QWebEngineDownloadRequest) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineDownloadRequest) Url() *qt6.QUrl
- type QWebEngineDownloadRequest__DownloadInterruptReason
- type QWebEngineDownloadRequest__DownloadState
- type QWebEngineDownloadRequest__SavePageFormat
- type QWebEngineFileSystemAccessRequest
- func (this *QWebEngineFileSystemAccessRequest) Accept()
- func (this *QWebEngineFileSystemAccessRequest) AccessFlags() QWebEngineFileSystemAccessRequest__AccessFlag
- func (this *QWebEngineFileSystemAccessRequest) Delete()
- func (this *QWebEngineFileSystemAccessRequest) FilePath() *qt6.QUrl
- func (this *QWebEngineFileSystemAccessRequest) GoGC()
- func (this *QWebEngineFileSystemAccessRequest) HandleType() QWebEngineFileSystemAccessRequest__HandleType
- func (this *QWebEngineFileSystemAccessRequest) OperatorAssign(other *QWebEngineFileSystemAccessRequest)
- func (this *QWebEngineFileSystemAccessRequest) Origin() *qt6.QUrl
- func (this *QWebEngineFileSystemAccessRequest) Reject()
- func (this *QWebEngineFileSystemAccessRequest) Swap(other *QWebEngineFileSystemAccessRequest)
- func (this *QWebEngineFileSystemAccessRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineFileSystemAccessRequest__AccessFlag
- type QWebEngineFileSystemAccessRequest__HandleType
- type QWebEngineFindTextResult
- func (this *QWebEngineFindTextResult) ActiveMatch() int
- func (this *QWebEngineFindTextResult) Delete()
- func (this *QWebEngineFindTextResult) GoGC()
- func (this *QWebEngineFindTextResult) NumberOfMatches() int
- func (this *QWebEngineFindTextResult) OperatorAssign(other *QWebEngineFindTextResult)
- func (this *QWebEngineFindTextResult) UnsafePointer() unsafe.Pointer
- type QWebEngineFullScreenRequest
- func (this *QWebEngineFullScreenRequest) Accept()
- func (this *QWebEngineFullScreenRequest) Delete()
- func (this *QWebEngineFullScreenRequest) GoGC()
- func (this *QWebEngineFullScreenRequest) OperatorAssign(other *QWebEngineFullScreenRequest)
- func (this *QWebEngineFullScreenRequest) Origin() *qt6.QUrl
- func (this *QWebEngineFullScreenRequest) Reject()
- func (this *QWebEngineFullScreenRequest) ToggleOn() bool
- func (this *QWebEngineFullScreenRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineHistory
- func (this *QWebEngineHistory) Back()
- func (this *QWebEngineHistory) BackItem() *QWebEngineHistoryItem
- func (this *QWebEngineHistory) BackItems(maxItems int) []QWebEngineHistoryItem
- func (this *QWebEngineHistory) BackItemsModel() *QWebEngineHistoryModel
- func (this *QWebEngineHistory) CanGoBack() bool
- func (this *QWebEngineHistory) CanGoForward() bool
- func (this *QWebEngineHistory) Clear()
- func (this *QWebEngineHistory) Count() int
- func (this *QWebEngineHistory) CurrentItem() *QWebEngineHistoryItem
- func (this *QWebEngineHistory) CurrentItemIndex() int
- func (this *QWebEngineHistory) Forward()
- func (this *QWebEngineHistory) ForwardItem() *QWebEngineHistoryItem
- func (this *QWebEngineHistory) ForwardItems(maxItems int) []QWebEngineHistoryItem
- func (this *QWebEngineHistory) ForwardItemsModel() *QWebEngineHistoryModel
- func (this *QWebEngineHistory) GoToItem(item *QWebEngineHistoryItem)
- func (this *QWebEngineHistory) ItemAt(i int) *QWebEngineHistoryItem
- func (this *QWebEngineHistory) Items() []QWebEngineHistoryItem
- func (this *QWebEngineHistory) ItemsModel() *QWebEngineHistoryModel
- func (this *QWebEngineHistory) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineHistory) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineHistory) UnsafePointer() unsafe.Pointer
- type QWebEngineHistoryItem
- func (this *QWebEngineHistoryItem) Delete()
- func (this *QWebEngineHistoryItem) GoGC()
- func (this *QWebEngineHistoryItem) IconUrl() *qt6.QUrl
- func (this *QWebEngineHistoryItem) IsValid() bool
- func (this *QWebEngineHistoryItem) LastVisited() *qt6.QDateTime
- func (this *QWebEngineHistoryItem) OperatorAssign(other *QWebEngineHistoryItem)
- func (this *QWebEngineHistoryItem) OriginalUrl() *qt6.QUrl
- func (this *QWebEngineHistoryItem) Swap(other *QWebEngineHistoryItem)
- func (this *QWebEngineHistoryItem) Title() string
- func (this *QWebEngineHistoryItem) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineHistoryItem) Url() *qt6.QUrl
- type QWebEngineHistoryModel
- func (this *QWebEngineHistoryModel) Data(index *qt6.QModelIndex, role int) *qt6.QVariant
- func (this *QWebEngineHistoryModel) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineHistoryModel) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineHistoryModel) Reset()
- func (this *QWebEngineHistoryModel) RoleNames() map[int][]byte
- func (this *QWebEngineHistoryModel) RowCount(parent *qt6.QModelIndex) int
- func (this *QWebEngineHistoryModel) UnsafePointer() unsafe.Pointer
- type QWebEngineHistoryModel__Roles
- type QWebEngineHttpRequest
- func NewQWebEngineHttpRequest() *QWebEngineHttpRequest
- func NewQWebEngineHttpRequest2(other *QWebEngineHttpRequest) *QWebEngineHttpRequest
- func NewQWebEngineHttpRequest3(url *qt6.QUrl) *QWebEngineHttpRequest
- func NewQWebEngineHttpRequest4(url *qt6.QUrl, method *QWebEngineHttpRequest__Method) *QWebEngineHttpRequest
- func QWebEngineHttpRequest_PostRequest(url *qt6.QUrl, postData map[string]string) *QWebEngineHttpRequest
- func UnsafeNewQWebEngineHttpRequest(h unsafe.Pointer) *QWebEngineHttpRequest
- func (this *QWebEngineHttpRequest) Delete()
- func (this *QWebEngineHttpRequest) GoGC()
- func (this *QWebEngineHttpRequest) HasHeader(headerName []byte) bool
- func (this *QWebEngineHttpRequest) Header(headerName []byte) []byte
- func (this *QWebEngineHttpRequest) Headers() [][]byte
- func (this *QWebEngineHttpRequest) Method() QWebEngineHttpRequest__Method
- func (this *QWebEngineHttpRequest) OperatorAssign(other *QWebEngineHttpRequest)
- func (this *QWebEngineHttpRequest) OperatorEqual(other *QWebEngineHttpRequest) bool
- func (this *QWebEngineHttpRequest) OperatorNotEqual(other *QWebEngineHttpRequest) bool
- func (this *QWebEngineHttpRequest) PostData() []byte
- func (this *QWebEngineHttpRequest) SetHeader(headerName []byte, value []byte)
- func (this *QWebEngineHttpRequest) SetMethod(method QWebEngineHttpRequest__Method)
- func (this *QWebEngineHttpRequest) SetPostData(postData []byte)
- func (this *QWebEngineHttpRequest) SetUrl(url *qt6.QUrl)
- func (this *QWebEngineHttpRequest) Swap(other *QWebEngineHttpRequest)
- func (this *QWebEngineHttpRequest) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineHttpRequest) UnsetHeader(headerName []byte)
- func (this *QWebEngineHttpRequest) Url() *qt6.QUrl
- type QWebEngineHttpRequest__Method
- type QWebEngineLoadingInfo
- func (this *QWebEngineLoadingInfo) Delete()
- func (this *QWebEngineLoadingInfo) ErrorCode() int
- func (this *QWebEngineLoadingInfo) ErrorDomain() QWebEngineLoadingInfo__ErrorDomain
- func (this *QWebEngineLoadingInfo) ErrorString() string
- func (this *QWebEngineLoadingInfo) GoGC()
- func (this *QWebEngineLoadingInfo) IsErrorPage() bool
- func (this *QWebEngineLoadingInfo) OperatorAssign(other *QWebEngineLoadingInfo)
- func (this *QWebEngineLoadingInfo) Status() QWebEngineLoadingInfo__LoadStatus
- func (this *QWebEngineLoadingInfo) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineLoadingInfo) Url() *qt6.QUrl
- type QWebEngineLoadingInfo__ErrorDomain
- type QWebEngineLoadingInfo__LoadStatus
- type QWebEngineNavigationRequest
- func (this *QWebEngineNavigationRequest) Accept()
- func (this *QWebEngineNavigationRequest) ActionChanged()
- func (this *QWebEngineNavigationRequest) Delete()
- func (this *QWebEngineNavigationRequest) GoGC()
- func (this *QWebEngineNavigationRequest) IsMainFrame() bool
- func (this *QWebEngineNavigationRequest) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineNavigationRequest) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineNavigationRequest) NavigationType() QWebEngineNavigationRequest__NavigationType
- func (this *QWebEngineNavigationRequest) OnActionChanged(slot func())
- func (this *QWebEngineNavigationRequest) Reject()
- func (this *QWebEngineNavigationRequest) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineNavigationRequest) Url() *qt6.QUrl
- type QWebEngineNavigationRequest__NavigationRequestAction
- type QWebEngineNavigationRequest__NavigationType
- type QWebEngineNewWindowRequest
- func (this *QWebEngineNewWindowRequest) Delete()
- func (this *QWebEngineNewWindowRequest) Destination() QWebEngineNewWindowRequest__DestinationType
- func (this *QWebEngineNewWindowRequest) GoGC()
- func (this *QWebEngineNewWindowRequest) IsUserInitiated() bool
- func (this *QWebEngineNewWindowRequest) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineNewWindowRequest) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineNewWindowRequest) OpenIn(param1 *QWebEnginePage)
- func (this *QWebEngineNewWindowRequest) RequestedGeometry() *qt6.QRect
- func (this *QWebEngineNewWindowRequest) RequestedUrl() *qt6.QUrl
- func (this *QWebEngineNewWindowRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineNewWindowRequest__DestinationType
- type QWebEngineNotification
- func (this *QWebEngineNotification) Click()
- func (this *QWebEngineNotification) Close()
- func (this *QWebEngineNotification) Closed()
- func (this *QWebEngineNotification) Delete()
- func (this *QWebEngineNotification) Direction() qt6.LayoutDirection
- func (this *QWebEngineNotification) GoGC()
- func (this *QWebEngineNotification) Icon() *qt6.QImage
- func (this *QWebEngineNotification) Language() string
- func (this *QWebEngineNotification) Matches(other *QWebEngineNotification) bool
- func (this *QWebEngineNotification) Message() string
- func (this *QWebEngineNotification) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineNotification) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineNotification) OnClosed(slot func())
- func (this *QWebEngineNotification) Origin() *qt6.QUrl
- func (this *QWebEngineNotification) Show()
- func (this *QWebEngineNotification) Tag() string
- func (this *QWebEngineNotification) Title() string
- func (this *QWebEngineNotification) UnsafePointer() unsafe.Pointer
- type QWebEnginePage
- func NewQWebEnginePage() *QWebEnginePage
- func NewQWebEnginePage2(profile *QWebEngineProfile) *QWebEnginePage
- func NewQWebEnginePage3(parent *qt6.QObject) *QWebEnginePage
- func NewQWebEnginePage4(profile *QWebEngineProfile, parent *qt6.QObject) *QWebEnginePage
- func UnsafeNewQWebEnginePage(h unsafe.Pointer) *QWebEnginePage
- func (this *QWebEnginePage) AcceptAsNewWindow(request *QWebEngineNewWindowRequest)
- func (this *QWebEnginePage) Action(action QWebEnginePage__WebAction) *qt6.QAction
- func (this *QWebEnginePage) AudioMutedChanged(muted bool)
- func (this *QWebEnginePage) AuthenticationRequired(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator)
- func (this *QWebEnginePage) BackgroundColor() *qt6.QColor
- func (this *QWebEnginePage) CertificateError(certificateError *QWebEngineCertificateError)
- func (this *QWebEnginePage) ContentsSize() *qt6.QSizeF
- func (this *QWebEnginePage) ContentsSizeChanged(size *qt6.QSizeF)
- func (this *QWebEnginePage) Delete()
- func (this *QWebEnginePage) DevToolsPage() *QWebEnginePage
- func (this *QWebEnginePage) Download(url *qt6.QUrl)
- func (this *QWebEnginePage) Download2(url *qt6.QUrl, filename string)
- func (this *QWebEnginePage) Event(param1 *qt6.QEvent) bool
- func (this *QWebEnginePage) FeaturePermissionRequestCanceled(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature)
- func (this *QWebEnginePage) FeaturePermissionRequested(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature)
- func (this *QWebEnginePage) FileSystemAccessRequested(request QWebEngineFileSystemAccessRequest)
- func (this *QWebEnginePage) FindTextFinished(result *QWebEngineFindTextResult)
- func (this *QWebEnginePage) FullScreenRequested(fullScreenRequest QWebEngineFullScreenRequest)
- func (this *QWebEnginePage) GeometryChangeRequested(geom *qt6.QRect)
- func (this *QWebEnginePage) GoGC()
- func (this *QWebEnginePage) HasSelection() bool
- func (this *QWebEnginePage) History() *QWebEngineHistory
- func (this *QWebEnginePage) Icon() *qt6.QIcon
- func (this *QWebEnginePage) IconChanged(icon *qt6.QIcon)
- func (this *QWebEnginePage) IconUrl() *qt6.QUrl
- func (this *QWebEnginePage) IconUrlChanged(url *qt6.QUrl)
- func (this *QWebEnginePage) InspectedPage() *QWebEnginePage
- func (this *QWebEnginePage) IsAudioMuted() bool
- func (this *QWebEnginePage) IsLoading() bool
- func (this *QWebEnginePage) IsVisible() bool
- func (this *QWebEnginePage) LifecycleState() QWebEnginePage__LifecycleState
- func (this *QWebEnginePage) LifecycleStateChanged(state QWebEnginePage__LifecycleState)
- func (this *QWebEnginePage) LinkHovered(url string)
- func (this *QWebEnginePage) Load(url *qt6.QUrl)
- func (this *QWebEnginePage) LoadFinished(ok bool)
- func (this *QWebEnginePage) LoadProgress(progress int)
- func (this *QWebEnginePage) LoadStarted()
- func (this *QWebEnginePage) LoadWithRequest(request *QWebEngineHttpRequest)
- func (this *QWebEnginePage) LoadingChanged(loadingInfo *QWebEngineLoadingInfo)
- func (this *QWebEnginePage) MetaObject() *qt6.QMetaObject
- func (this *QWebEnginePage) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEnginePage) NavigationRequested(request *QWebEngineNavigationRequest)
- func (this *QWebEnginePage) NewWindowRequested(request *QWebEngineNewWindowRequest)
- func (this *QWebEnginePage) OnAcceptNavigationRequest(slot func(...) bool)
- func (this *QWebEnginePage) OnAudioMutedChanged(slot func(muted bool))
- func (this *QWebEnginePage) OnAuthenticationRequired(slot func(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator))
- func (this *QWebEnginePage) OnCertificateError(slot func(certificateError *QWebEngineCertificateError))
- func (this *QWebEnginePage) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))
- func (this *QWebEnginePage) OnChooseFiles(slot func(...) []string)
- func (this *QWebEnginePage) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEnginePage) OnContentsSizeChanged(slot func(size *qt6.QSizeF))
- func (this *QWebEnginePage) OnCreateWindow(...)
- func (this *QWebEnginePage) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))
- func (this *QWebEnginePage) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEnginePage) OnEvent(slot func(super func(param1 *qt6.QEvent) bool, param1 *qt6.QEvent) bool)
- func (this *QWebEnginePage) OnEventFilter(...)
- func (this *QWebEnginePage) OnFeaturePermissionRequestCanceled(slot func(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature))
- func (this *QWebEnginePage) OnFeaturePermissionRequested(slot func(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature))
- func (this *QWebEnginePage) OnFileSystemAccessRequested(slot func(request QWebEngineFileSystemAccessRequest))
- func (this *QWebEnginePage) OnFindTextFinished(slot func(result *QWebEngineFindTextResult))
- func (this *QWebEnginePage) OnFullScreenRequested(slot func(fullScreenRequest QWebEngineFullScreenRequest))
- func (this *QWebEnginePage) OnGeometryChangeRequested(slot func(geom *qt6.QRect))
- func (this *QWebEnginePage) OnIconChanged(slot func(icon *qt6.QIcon))
- func (this *QWebEnginePage) OnIconUrlChanged(slot func(url *qt6.QUrl))
- func (this *QWebEnginePage) OnJavaScriptAlert(...)
- func (this *QWebEnginePage) OnJavaScriptConfirm(slot func(super func(securityOrigin *qt6.QUrl, msg string) bool, ...) bool)
- func (this *QWebEnginePage) OnJavaScriptConsoleMessage(slot func(...))
- func (this *QWebEnginePage) OnLifecycleStateChanged(slot func(state QWebEnginePage__LifecycleState))
- func (this *QWebEnginePage) OnLinkHovered(slot func(url string))
- func (this *QWebEnginePage) OnLoadFinished(slot func(ok bool))
- func (this *QWebEnginePage) OnLoadProgress(slot func(progress int))
- func (this *QWebEnginePage) OnLoadStarted(slot func())
- func (this *QWebEnginePage) OnLoadingChanged(slot func(loadingInfo *QWebEngineLoadingInfo))
- func (this *QWebEnginePage) OnNavigationRequested(slot func(request *QWebEngineNavigationRequest))
- func (this *QWebEnginePage) OnNewWindowRequested(slot func(request *QWebEngineNewWindowRequest))
- func (this *QWebEnginePage) OnPdfPrintingFinished(slot func(filePath string, success bool))
- func (this *QWebEnginePage) OnPrintRequested(slot func())
- func (this *QWebEnginePage) OnProxyAuthenticationRequired(...)
- func (this *QWebEnginePage) OnQAboutToDelete(slot func())
- func (this *QWebEnginePage) OnQuotaRequested(slot func(quotaRequest QWebEngineQuotaRequest))
- func (this *QWebEnginePage) OnRecentlyAudibleChanged(slot func(recentlyAudible bool))
- func (this *QWebEnginePage) OnRecommendedStateChanged(slot func(state QWebEnginePage__LifecycleState))
- func (this *QWebEnginePage) OnRegisterProtocolHandlerRequested(slot func(request QWebEngineRegisterProtocolHandlerRequest))
- func (this *QWebEnginePage) OnRenderProcessPidChanged(slot func(pid int64))
- func (this *QWebEnginePage) OnRenderProcessTerminated(...)
- func (this *QWebEnginePage) OnScrollPositionChanged(slot func(position *qt6.QPointF))
- func (this *QWebEnginePage) OnSelectClientCertificate(slot func(clientCertSelection QWebEngineClientCertificateSelection))
- func (this *QWebEnginePage) OnSelectionChanged(slot func())
- func (this *QWebEnginePage) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))
- func (this *QWebEnginePage) OnTitleChanged(slot func(title string))
- func (this *QWebEnginePage) OnTriggerAction(slot func(super func(action QWebEnginePage__WebAction, checked bool), ...))
- func (this *QWebEnginePage) OnUrlChanged(slot func(url *qt6.QUrl))
- func (this *QWebEnginePage) OnVisibleChanged(slot func(visible bool))
- func (this *QWebEnginePage) OnWindowCloseRequested(slot func())
- func (this *QWebEnginePage) PdfPrintingFinished(filePath string, success bool)
- func (this *QWebEnginePage) PrintRequested()
- func (this *QWebEnginePage) PrintToPdf(filePath string)
- func (this *QWebEnginePage) PrintToPdf2(filePath string, layout *qt6.QPageLayout)
- func (this *QWebEnginePage) PrintToPdf3(filePath string, layout *qt6.QPageLayout, ranges *qt6.QPageRanges)
- func (this *QWebEnginePage) Profile() *QWebEngineProfile
- func (this *QWebEnginePage) ProxyAuthenticationRequired(requestUrl *qt6.QUrl, authenticator *network.QAuthenticator, proxyHost string)
- func (this *QWebEnginePage) QAboutToDelete()
- func (this *QWebEnginePage) QuotaRequested(quotaRequest QWebEngineQuotaRequest)
- func (this *QWebEnginePage) RecentlyAudible() bool
- func (this *QWebEnginePage) RecentlyAudibleChanged(recentlyAudible bool)
- func (this *QWebEnginePage) RecommendedState() QWebEnginePage__LifecycleState
- func (this *QWebEnginePage) RecommendedStateChanged(state QWebEnginePage__LifecycleState)
- func (this *QWebEnginePage) RegisterProtocolHandlerRequested(request QWebEngineRegisterProtocolHandlerRequest)
- func (this *QWebEnginePage) RenderProcessPid() int64
- func (this *QWebEnginePage) RenderProcessPidChanged(pid int64)
- func (this *QWebEnginePage) RenderProcessTerminated(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int)
- func (this *QWebEnginePage) ReplaceMisspelledWord(replacement string)
- func (this *QWebEnginePage) RequestedUrl() *qt6.QUrl
- func (this *QWebEnginePage) Save(filePath string)
- func (this *QWebEnginePage) Save2(filePath string, format QWebEngineDownloadRequest__SavePageFormat)
- func (this *QWebEnginePage) Scripts() *QWebEngineScriptCollection
- func (this *QWebEnginePage) ScrollPosition() *qt6.QPointF
- func (this *QWebEnginePage) ScrollPositionChanged(position *qt6.QPointF)
- func (this *QWebEnginePage) SelectClientCertificate(clientCertSelection QWebEngineClientCertificateSelection)
- func (this *QWebEnginePage) SelectedText() string
- func (this *QWebEnginePage) SelectionChanged()
- func (this *QWebEnginePage) SetAudioMuted(muted bool)
- func (this *QWebEnginePage) SetBackgroundColor(color *qt6.QColor)
- func (this *QWebEnginePage) SetContent(data []byte)
- func (this *QWebEnginePage) SetContent2(data []byte, mimeType string)
- func (this *QWebEnginePage) SetContent3(data []byte, mimeType string, baseUrl *qt6.QUrl)
- func (this *QWebEnginePage) SetDevToolsPage(page *QWebEnginePage)
- func (this *QWebEnginePage) SetFeaturePermission(securityOrigin *qt6.QUrl, feature QWebEnginePage__Feature, ...)
- func (this *QWebEnginePage) SetHtml(html string)
- func (this *QWebEnginePage) SetHtml2(html string, baseUrl *qt6.QUrl)
- func (this *QWebEnginePage) SetInspectedPage(page *QWebEnginePage)
- func (this *QWebEnginePage) SetLifecycleState(state QWebEnginePage__LifecycleState)
- func (this *QWebEnginePage) SetUrl(url *qt6.QUrl)
- func (this *QWebEnginePage) SetUrlRequestInterceptor(interceptor *QWebEngineUrlRequestInterceptor)
- func (this *QWebEnginePage) SetVisible(visible bool)
- func (this *QWebEnginePage) SetWebChannel(param1 *webchannel.QWebChannel)
- func (this *QWebEnginePage) SetWebChannel2(param1 *webchannel.QWebChannel, worldId uint)
- func (this *QWebEnginePage) SetZoomFactor(factor float64)
- func (this *QWebEnginePage) Settings() *QWebEngineSettings
- func (this *QWebEnginePage) Title() string
- func (this *QWebEnginePage) TitleChanged(title string)
- func (this *QWebEnginePage) TriggerAction(action QWebEnginePage__WebAction, checked bool)
- func (this *QWebEnginePage) UnsafePointer() unsafe.Pointer
- func (this *QWebEnginePage) Url() *qt6.QUrl
- func (this *QWebEnginePage) UrlChanged(url *qt6.QUrl)
- func (this *QWebEnginePage) VisibleChanged(visible bool)
- func (this *QWebEnginePage) WebChannel() *webchannel.QWebChannel
- func (this *QWebEnginePage) WindowCloseRequested()
- func (this *QWebEnginePage) ZoomFactor() float64
- type QWebEnginePage__Feature
- type QWebEnginePage__FileSelectionMode
- type QWebEnginePage__FindFlag
- type QWebEnginePage__JavaScriptConsoleMessageLevel
- type QWebEnginePage__LifecycleState
- type QWebEnginePage__NavigationType
- type QWebEnginePage__PermissionPolicy
- type QWebEnginePage__RenderProcessTerminationStatus
- type QWebEnginePage__WebAction
- type QWebEnginePage__WebWindowType
- type QWebEngineProfile
- func NewQWebEngineProfile() *QWebEngineProfile
- func NewQWebEngineProfile2(name string) *QWebEngineProfile
- func NewQWebEngineProfile3(parent *qt6.QObject) *QWebEngineProfile
- func NewQWebEngineProfile4(name string, parent *qt6.QObject) *QWebEngineProfile
- func QWebEngineProfile_DefaultProfile() *QWebEngineProfile
- func UnsafeNewQWebEngineProfile(h unsafe.Pointer) *QWebEngineProfile
- func (this *QWebEngineProfile) CachePath() string
- func (this *QWebEngineProfile) ClearAllVisitedLinks()
- func (this *QWebEngineProfile) ClearHttpCache()
- func (this *QWebEngineProfile) ClearVisitedLinks(urls []qt6.QUrl)
- func (this *QWebEngineProfile) ClientCertificateStore() *QWebEngineClientCertificateStore
- func (this *QWebEngineProfile) CookieStore() *QWebEngineCookieStore
- func (this *QWebEngineProfile) Delete()
- func (this *QWebEngineProfile) DownloadPath() string
- func (this *QWebEngineProfile) DownloadRequested(download *QWebEngineDownloadRequest)
- func (this *QWebEngineProfile) GoGC()
- func (this *QWebEngineProfile) HttpAcceptLanguage() string
- func (this *QWebEngineProfile) HttpCacheMaximumSize() int
- func (this *QWebEngineProfile) HttpCacheType() QWebEngineProfile__HttpCacheType
- func (this *QWebEngineProfile) HttpUserAgent() string
- func (this *QWebEngineProfile) InstallUrlSchemeHandler(scheme []byte, param2 *QWebEngineUrlSchemeHandler)
- func (this *QWebEngineProfile) IsOffTheRecord() bool
- func (this *QWebEngineProfile) IsSpellCheckEnabled() bool
- func (this *QWebEngineProfile) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineProfile) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineProfile) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))
- func (this *QWebEngineProfile) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineProfile) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))
- func (this *QWebEngineProfile) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineProfile) OnDownloadRequested(slot func(download *QWebEngineDownloadRequest))
- func (this *QWebEngineProfile) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)
- func (this *QWebEngineProfile) OnEventFilter(...)
- func (this *QWebEngineProfile) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))
- func (this *QWebEngineProfile) PersistentCookiesPolicy() QWebEngineProfile__PersistentCookiesPolicy
- func (this *QWebEngineProfile) PersistentStoragePath() string
- func (this *QWebEngineProfile) RemoveAllUrlSchemeHandlers()
- func (this *QWebEngineProfile) RemoveUrlScheme(scheme []byte)
- func (this *QWebEngineProfile) RemoveUrlSchemeHandler(param1 *QWebEngineUrlSchemeHandler)
- func (this *QWebEngineProfile) Scripts() *QWebEngineScriptCollection
- func (this *QWebEngineProfile) SetCachePath(path string)
- func (this *QWebEngineProfile) SetDownloadPath(path string)
- func (this *QWebEngineProfile) SetHttpAcceptLanguage(httpAcceptLanguage string)
- func (this *QWebEngineProfile) SetHttpCacheMaximumSize(maxSize int)
- func (this *QWebEngineProfile) SetHttpCacheType(httpCacheType QWebEngineProfile__HttpCacheType)
- func (this *QWebEngineProfile) SetHttpUserAgent(userAgent string)
- func (this *QWebEngineProfile) SetPersistentCookiesPolicy(persistentCookiesPolicy QWebEngineProfile__PersistentCookiesPolicy)
- func (this *QWebEngineProfile) SetPersistentStoragePath(path string)
- func (this *QWebEngineProfile) SetSpellCheckEnabled(enabled bool)
- func (this *QWebEngineProfile) SetSpellCheckLanguages(languages []string)
- func (this *QWebEngineProfile) SetUrlRequestInterceptor(interceptor *QWebEngineUrlRequestInterceptor)
- func (this *QWebEngineProfile) Settings() *QWebEngineSettings
- func (this *QWebEngineProfile) SpellCheckLanguages() []string
- func (this *QWebEngineProfile) StorageName() string
- func (this *QWebEngineProfile) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineProfile) UrlSchemeHandler(param1 []byte) *QWebEngineUrlSchemeHandler
- func (this *QWebEngineProfile) VisitedLinksContainsUrl(url *qt6.QUrl) bool
- type QWebEngineProfile__HttpCacheType
- type QWebEngineProfile__PersistentCookiesPolicy
- type QWebEngineQuotaRequest
- func (this *QWebEngineQuotaRequest) Accept()
- func (this *QWebEngineQuotaRequest) Delete()
- func (this *QWebEngineQuotaRequest) GoGC()
- func (this *QWebEngineQuotaRequest) OperatorEqual(that *QWebEngineQuotaRequest) bool
- func (this *QWebEngineQuotaRequest) OperatorNotEqual(that *QWebEngineQuotaRequest) bool
- func (this *QWebEngineQuotaRequest) Origin() *qt6.QUrl
- func (this *QWebEngineQuotaRequest) Reject()
- func (this *QWebEngineQuotaRequest) RequestedSize() int64
- func (this *QWebEngineQuotaRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineRegisterProtocolHandlerRequest
- func NewQWebEngineRegisterProtocolHandlerRequest() *QWebEngineRegisterProtocolHandlerRequest
- func NewQWebEngineRegisterProtocolHandlerRequest2(param1 *QWebEngineRegisterProtocolHandlerRequest) *QWebEngineRegisterProtocolHandlerRequest
- func UnsafeNewQWebEngineRegisterProtocolHandlerRequest(h unsafe.Pointer) *QWebEngineRegisterProtocolHandlerRequest
- func (this *QWebEngineRegisterProtocolHandlerRequest) Accept()
- func (this *QWebEngineRegisterProtocolHandlerRequest) Delete()
- func (this *QWebEngineRegisterProtocolHandlerRequest) GoGC()
- func (this *QWebEngineRegisterProtocolHandlerRequest) OperatorEqual(that *QWebEngineRegisterProtocolHandlerRequest) bool
- func (this *QWebEngineRegisterProtocolHandlerRequest) OperatorNotEqual(that *QWebEngineRegisterProtocolHandlerRequest) bool
- func (this *QWebEngineRegisterProtocolHandlerRequest) Origin() *qt6.QUrl
- func (this *QWebEngineRegisterProtocolHandlerRequest) Reject()
- func (this *QWebEngineRegisterProtocolHandlerRequest) Scheme() string
- func (this *QWebEngineRegisterProtocolHandlerRequest) UnsafePointer() unsafe.Pointer
- type QWebEngineScript
- func (this *QWebEngineScript) Delete()
- func (this *QWebEngineScript) GoGC()
- func (this *QWebEngineScript) InjectionPoint() QWebEngineScript__InjectionPoint
- func (this *QWebEngineScript) Name() string
- func (this *QWebEngineScript) OperatorAssign(other *QWebEngineScript)
- func (this *QWebEngineScript) OperatorEqual(other *QWebEngineScript) bool
- func (this *QWebEngineScript) OperatorNotEqual(other *QWebEngineScript) bool
- func (this *QWebEngineScript) RunsOnSubFrames() bool
- func (this *QWebEngineScript) SetInjectionPoint(injectionPoint QWebEngineScript__InjectionPoint)
- func (this *QWebEngineScript) SetName(name string)
- func (this *QWebEngineScript) SetRunsOnSubFrames(on bool)
- func (this *QWebEngineScript) SetSourceCode(sourceCode string)
- func (this *QWebEngineScript) SetSourceUrl(url *qt6.QUrl)
- func (this *QWebEngineScript) SetWorldId(worldId uint)
- func (this *QWebEngineScript) SourceCode() string
- func (this *QWebEngineScript) SourceUrl() *qt6.QUrl
- func (this *QWebEngineScript) Swap(other *QWebEngineScript)
- func (this *QWebEngineScript) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineScript) WorldId() uint
- type QWebEngineScriptCollection
- func (this *QWebEngineScriptCollection) Clear()
- func (this *QWebEngineScriptCollection) Contains(value *QWebEngineScript) bool
- func (this *QWebEngineScriptCollection) Count() int
- func (this *QWebEngineScriptCollection) Delete()
- func (this *QWebEngineScriptCollection) Find(name string) []QWebEngineScript
- func (this *QWebEngineScriptCollection) GoGC()
- func (this *QWebEngineScriptCollection) Insert(param1 *QWebEngineScript)
- func (this *QWebEngineScriptCollection) InsertWithList(list []QWebEngineScript)
- func (this *QWebEngineScriptCollection) IsEmpty() bool
- func (this *QWebEngineScriptCollection) Remove(param1 *QWebEngineScript) bool
- func (this *QWebEngineScriptCollection) ToList() []QWebEngineScript
- func (this *QWebEngineScriptCollection) UnsafePointer() unsafe.Pointer
- type QWebEngineScript__InjectionPoint
- type QWebEngineScript__ScriptWorldId
- type QWebEngineSettings
- func (this *QWebEngineSettings) DefaultTextEncoding() string
- func (this *QWebEngineSettings) Delete()
- func (this *QWebEngineSettings) FontFamily(which QWebEngineSettings__FontFamily) string
- func (this *QWebEngineSettings) FontSize(typeVal QWebEngineSettings__FontSize) int
- func (this *QWebEngineSettings) GoGC()
- func (this *QWebEngineSettings) ResetAttribute(attr QWebEngineSettings__WebAttribute)
- func (this *QWebEngineSettings) ResetFontFamily(which QWebEngineSettings__FontFamily)
- func (this *QWebEngineSettings) ResetFontSize(typeVal QWebEngineSettings__FontSize)
- func (this *QWebEngineSettings) ResetUnknownUrlSchemePolicy()
- func (this *QWebEngineSettings) SetAttribute(attr QWebEngineSettings__WebAttribute, on bool)
- func (this *QWebEngineSettings) SetDefaultTextEncoding(encoding string)
- func (this *QWebEngineSettings) SetFontFamily(which QWebEngineSettings__FontFamily, family string)
- func (this *QWebEngineSettings) SetFontSize(typeVal QWebEngineSettings__FontSize, size int)
- func (this *QWebEngineSettings) SetUnknownUrlSchemePolicy(policy QWebEngineSettings__UnknownUrlSchemePolicy)
- func (this *QWebEngineSettings) TestAttribute(attr QWebEngineSettings__WebAttribute) bool
- func (this *QWebEngineSettings) UnknownUrlSchemePolicy() QWebEngineSettings__UnknownUrlSchemePolicy
- func (this *QWebEngineSettings) UnsafePointer() unsafe.Pointer
- type QWebEngineSettings__FontFamily
- type QWebEngineSettings__FontSize
- type QWebEngineSettings__UnknownUrlSchemePolicy
- type QWebEngineSettings__WebAttribute
- type QWebEngineUrlRequestInfo
- func (this *QWebEngineUrlRequestInfo) Block(shouldBlock bool)
- func (this *QWebEngineUrlRequestInfo) Changed() bool
- func (this *QWebEngineUrlRequestInfo) FirstPartyUrl() *qt6.QUrl
- func (this *QWebEngineUrlRequestInfo) Initiator() *qt6.QUrl
- func (this *QWebEngineUrlRequestInfo) NavigationType() QWebEngineUrlRequestInfo__NavigationType
- func (this *QWebEngineUrlRequestInfo) Redirect(url *qt6.QUrl)
- func (this *QWebEngineUrlRequestInfo) RequestMethod() []byte
- func (this *QWebEngineUrlRequestInfo) RequestUrl() *qt6.QUrl
- func (this *QWebEngineUrlRequestInfo) ResourceType() QWebEngineUrlRequestInfo__ResourceType
- func (this *QWebEngineUrlRequestInfo) SetHttpHeader(name []byte, value []byte)
- func (this *QWebEngineUrlRequestInfo) UnsafePointer() unsafe.Pointer
- type QWebEngineUrlRequestInfo__NavigationType
- type QWebEngineUrlRequestInfo__ResourceType
- type QWebEngineUrlRequestInterceptor
- func (this *QWebEngineUrlRequestInterceptor) Delete()
- func (this *QWebEngineUrlRequestInterceptor) GoGC()
- func (this *QWebEngineUrlRequestInterceptor) InterceptRequest(info *QWebEngineUrlRequestInfo)
- func (this *QWebEngineUrlRequestInterceptor) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineUrlRequestInterceptor) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineUrlRequestInterceptor) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))
- func (this *QWebEngineUrlRequestInterceptor) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineUrlRequestInterceptor) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))
- func (this *QWebEngineUrlRequestInterceptor) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineUrlRequestInterceptor) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)
- func (this *QWebEngineUrlRequestInterceptor) OnEventFilter(...)
- func (this *QWebEngineUrlRequestInterceptor) OnInterceptRequest(slot func(info *QWebEngineUrlRequestInfo))
- func (this *QWebEngineUrlRequestInterceptor) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))
- func (this *QWebEngineUrlRequestInterceptor) UnsafePointer() unsafe.Pointer
- type QWebEngineUrlRequestJob
- func (this *QWebEngineUrlRequestJob) Delete()
- func (this *QWebEngineUrlRequestJob) Fail(error QWebEngineUrlRequestJob__Error)
- func (this *QWebEngineUrlRequestJob) GoGC()
- func (this *QWebEngineUrlRequestJob) Initiator() *qt6.QUrl
- func (this *QWebEngineUrlRequestJob) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineUrlRequestJob) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineUrlRequestJob) Redirect(url *qt6.QUrl)
- func (this *QWebEngineUrlRequestJob) Reply(contentType []byte, device *qt6.QIODevice)
- func (this *QWebEngineUrlRequestJob) RequestMethod() []byte
- func (this *QWebEngineUrlRequestJob) RequestUrl() *qt6.QUrl
- func (this *QWebEngineUrlRequestJob) UnsafePointer() unsafe.Pointer
- type QWebEngineUrlRequestJob__Error
- type QWebEngineUrlScheme
- func NewQWebEngineUrlScheme() *QWebEngineUrlScheme
- func NewQWebEngineUrlScheme2(name []byte) *QWebEngineUrlScheme
- func NewQWebEngineUrlScheme3(that *QWebEngineUrlScheme) *QWebEngineUrlScheme
- func QWebEngineUrlScheme_SchemeByName(name []byte) *QWebEngineUrlScheme
- func UnsafeNewQWebEngineUrlScheme(h unsafe.Pointer) *QWebEngineUrlScheme
- func (this *QWebEngineUrlScheme) DefaultPort() int
- func (this *QWebEngineUrlScheme) Delete()
- func (this *QWebEngineUrlScheme) Flags() QWebEngineUrlScheme__Flag
- func (this *QWebEngineUrlScheme) GoGC()
- func (this *QWebEngineUrlScheme) Name() []byte
- func (this *QWebEngineUrlScheme) OperatorAssign(that *QWebEngineUrlScheme)
- func (this *QWebEngineUrlScheme) OperatorEqual(that *QWebEngineUrlScheme) bool
- func (this *QWebEngineUrlScheme) OperatorNotEqual(that *QWebEngineUrlScheme) bool
- func (this *QWebEngineUrlScheme) SetDefaultPort(newValue int)
- func (this *QWebEngineUrlScheme) SetFlags(newValue QWebEngineUrlScheme__Flag)
- func (this *QWebEngineUrlScheme) SetName(newValue []byte)
- func (this *QWebEngineUrlScheme) SetSyntax(newValue QWebEngineUrlScheme__Syntax)
- func (this *QWebEngineUrlScheme) Syntax() QWebEngineUrlScheme__Syntax
- func (this *QWebEngineUrlScheme) UnsafePointer() unsafe.Pointer
- type QWebEngineUrlSchemeHandler
- func (this *QWebEngineUrlSchemeHandler) Delete()
- func (this *QWebEngineUrlSchemeHandler) GoGC()
- func (this *QWebEngineUrlSchemeHandler) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineUrlSchemeHandler) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineUrlSchemeHandler) OnChildEvent(slot func(super func(event *qt6.QChildEvent), event *qt6.QChildEvent))
- func (this *QWebEngineUrlSchemeHandler) OnConnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineUrlSchemeHandler) OnCustomEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))
- func (this *QWebEngineUrlSchemeHandler) OnDisconnectNotify(slot func(super func(signal *qt6.QMetaMethod), signal *qt6.QMetaMethod))
- func (this *QWebEngineUrlSchemeHandler) OnEvent(slot func(super func(event *qt6.QEvent) bool, event *qt6.QEvent) bool)
- func (this *QWebEngineUrlSchemeHandler) OnEventFilter(...)
- func (this *QWebEngineUrlSchemeHandler) OnRequestStarted(slot func(param1 *QWebEngineUrlRequestJob))
- func (this *QWebEngineUrlSchemeHandler) OnTimerEvent(slot func(super func(event *qt6.QTimerEvent), event *qt6.QTimerEvent))
- func (this *QWebEngineUrlSchemeHandler) RequestStarted(param1 *QWebEngineUrlRequestJob)
- func (this *QWebEngineUrlSchemeHandler) UnsafePointer() unsafe.Pointer
- type QWebEngineUrlScheme__Flag
- type QWebEngineUrlScheme__SpecialPort
- type QWebEngineUrlScheme__Syntax
- type QWebEngineView
- func NewQWebEngineView(parent *qt6.QWidget) *QWebEngineView
- func NewQWebEngineView2() *QWebEngineView
- func NewQWebEngineView3(profile *QWebEngineProfile) *QWebEngineView
- func NewQWebEngineView4(page *QWebEnginePage) *QWebEngineView
- func NewQWebEngineView5(profile *QWebEngineProfile, parent *qt6.QWidget) *QWebEngineView
- func NewQWebEngineView6(page *QWebEnginePage, parent *qt6.QWidget) *QWebEngineView
- func QWebEngineView_ForPage(page *QWebEnginePage) *QWebEngineView
- func UnsafeNewQWebEngineView(h unsafe.Pointer) *QWebEngineView
- func (this *QWebEngineView) Back()
- func (this *QWebEngineView) CreateStandardContextMenu() *qt6.QMenu
- func (this *QWebEngineView) Delete()
- func (this *QWebEngineView) Forward()
- func (this *QWebEngineView) GoGC()
- func (this *QWebEngineView) HasSelection() bool
- func (this *QWebEngineView) History() *QWebEngineHistory
- func (this *QWebEngineView) Icon() *qt6.QIcon
- func (this *QWebEngineView) IconChanged(param1 *qt6.QIcon)
- func (this *QWebEngineView) IconUrl() *qt6.QUrl
- func (this *QWebEngineView) IconUrlChanged(param1 *qt6.QUrl)
- func (this *QWebEngineView) LastContextMenuRequest() *QWebEngineContextMenuRequest
- func (this *QWebEngineView) Load(url *qt6.QUrl)
- func (this *QWebEngineView) LoadFinished(param1 bool)
- func (this *QWebEngineView) LoadProgress(progress int)
- func (this *QWebEngineView) LoadStarted()
- func (this *QWebEngineView) LoadWithRequest(request *QWebEngineHttpRequest)
- func (this *QWebEngineView) MetaObject() *qt6.QMetaObject
- func (this *QWebEngineView) Metacast(param1 string) unsafe.Pointer
- func (this *QWebEngineView) OnActionEvent(slot func(super func(event *qt6.QActionEvent), event *qt6.QActionEvent))
- func (this *QWebEngineView) OnChangeEvent(slot func(super func(param1 *qt6.QEvent), param1 *qt6.QEvent))
- func (this *QWebEngineView) OnCloseEvent(slot func(super func(param1 *qt6.QCloseEvent), param1 *qt6.QCloseEvent))
- func (this *QWebEngineView) OnContextMenuEvent(...)
- func (this *QWebEngineView) OnCreateWindow(...)
- func (this *QWebEngineView) OnDevType(slot func(super func() int) int)
- func (this *QWebEngineView) OnDragEnterEvent(slot func(super func(e *qt6.QDragEnterEvent), e *qt6.QDragEnterEvent))
- func (this *QWebEngineView) OnDragLeaveEvent(slot func(super func(e *qt6.QDragLeaveEvent), e *qt6.QDragLeaveEvent))
- func (this *QWebEngineView) OnDragMoveEvent(slot func(super func(e *qt6.QDragMoveEvent), e *qt6.QDragMoveEvent))
- func (this *QWebEngineView) OnDropEvent(slot func(super func(e *qt6.QDropEvent), e *qt6.QDropEvent))
- func (this *QWebEngineView) OnEnterEvent(slot func(super func(event *qt6.QEnterEvent), event *qt6.QEnterEvent))
- func (this *QWebEngineView) OnEvent(slot func(super func(param1 *qt6.QEvent) bool, param1 *qt6.QEvent) bool)
- func (this *QWebEngineView) OnFocusInEvent(slot func(super func(event *qt6.QFocusEvent), event *qt6.QFocusEvent))
- func (this *QWebEngineView) OnFocusNextPrevChild(slot func(super func(next bool) bool, next bool) bool)
- func (this *QWebEngineView) OnFocusOutEvent(slot func(super func(event *qt6.QFocusEvent), event *qt6.QFocusEvent))
- func (this *QWebEngineView) OnHasHeightForWidth(slot func(super func() bool) bool)
- func (this *QWebEngineView) OnHeightForWidth(slot func(super func(param1 int) int, param1 int) int)
- func (this *QWebEngineView) OnHideEvent(slot func(super func(param1 *qt6.QHideEvent), param1 *qt6.QHideEvent))
- func (this *QWebEngineView) OnIconChanged(slot func(param1 *qt6.QIcon))
- func (this *QWebEngineView) OnIconUrlChanged(slot func(param1 *qt6.QUrl))
- func (this *QWebEngineView) OnInitPainter(slot func(super func(painter *qt6.QPainter), painter *qt6.QPainter))
- func (this *QWebEngineView) OnInputMethodEvent(...)
- func (this *QWebEngineView) OnInputMethodQuery(...)
- func (this *QWebEngineView) OnKeyPressEvent(slot func(super func(event *qt6.QKeyEvent), event *qt6.QKeyEvent))
- func (this *QWebEngineView) OnKeyReleaseEvent(slot func(super func(event *qt6.QKeyEvent), event *qt6.QKeyEvent))
- func (this *QWebEngineView) OnLeaveEvent(slot func(super func(event *qt6.QEvent), event *qt6.QEvent))
- func (this *QWebEngineView) OnLoadFinished(slot func(param1 bool))
- func (this *QWebEngineView) OnLoadProgress(slot func(progress int))
- func (this *QWebEngineView) OnLoadStarted(slot func())
- func (this *QWebEngineView) OnMetric(slot func(super func(param1 qt6.QPaintDevice__PaintDeviceMetric) int, ...) int)
- func (this *QWebEngineView) OnMinimumSizeHint(slot func(super func() *qt6.QSize) *qt6.QSize)
- func (this *QWebEngineView) OnMouseDoubleClickEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))
- func (this *QWebEngineView) OnMouseMoveEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))
- func (this *QWebEngineView) OnMousePressEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))
- func (this *QWebEngineView) OnMouseReleaseEvent(slot func(super func(event *qt6.QMouseEvent), event *qt6.QMouseEvent))
- func (this *QWebEngineView) OnMoveEvent(slot func(super func(event *qt6.QMoveEvent), event *qt6.QMoveEvent))
- func (this *QWebEngineView) OnNativeEvent(...)
- func (this *QWebEngineView) OnPaintEngine(slot func(super func() *qt6.QPaintEngine) *qt6.QPaintEngine)
- func (this *QWebEngineView) OnPaintEvent(slot func(super func(event *qt6.QPaintEvent), event *qt6.QPaintEvent))
- func (this *QWebEngineView) OnPdfPrintingFinished(slot func(filePath string, success bool))
- func (this *QWebEngineView) OnPrintFinished(slot func(success bool))
- func (this *QWebEngineView) OnPrintRequested(slot func())
- func (this *QWebEngineView) OnRedirected(...)
- func (this *QWebEngineView) OnRenderProcessTerminated(...)
- func (this *QWebEngineView) OnResizeEvent(slot func(super func(event *qt6.QResizeEvent), event *qt6.QResizeEvent))
- func (this *QWebEngineView) OnSelectionChanged(slot func())
- func (this *QWebEngineView) OnSetVisible(slot func(super func(visible bool), visible bool))
- func (this *QWebEngineView) OnSharedPainter(slot func(super func() *qt6.QPainter) *qt6.QPainter)
- func (this *QWebEngineView) OnShowEvent(slot func(super func(param1 *qt6.QShowEvent), param1 *qt6.QShowEvent))
- func (this *QWebEngineView) OnSizeHint(slot func(super func() *qt6.QSize) *qt6.QSize)
- func (this *QWebEngineView) OnTabletEvent(slot func(super func(event *qt6.QTabletEvent), event *qt6.QTabletEvent))
- func (this *QWebEngineView) OnTitleChanged(slot func(title string))
- func (this *QWebEngineView) OnUrlChanged(slot func(param1 *qt6.QUrl))
- func (this *QWebEngineView) OnWheelEvent(slot func(super func(event *qt6.QWheelEvent), event *qt6.QWheelEvent))
- func (this *QWebEngineView) Page() *QWebEnginePage
- func (this *QWebEngineView) PageAction(action QWebEnginePage__WebAction) *qt6.QAction
- func (this *QWebEngineView) PdfPrintingFinished(filePath string, success bool)
- func (this *QWebEngineView) Print(printer *printsupport.QPrinter)
- func (this *QWebEngineView) PrintFinished(success bool)
- func (this *QWebEngineView) PrintRequested()
- func (this *QWebEngineView) PrintToPdf(filePath string)
- func (this *QWebEngineView) PrintToPdf2(filePath string, layout *qt6.QPageLayout)
- func (this *QWebEngineView) PrintToPdf3(filePath string, layout *qt6.QPageLayout, ranges *qt6.QPageRanges)
- func (this *QWebEngineView) Reload()
- func (this *QWebEngineView) RenderProcessTerminated(terminationStatus QWebEnginePage__RenderProcessTerminationStatus, exitCode int)
- func (this *QWebEngineView) SelectedText() string
- func (this *QWebEngineView) SelectionChanged()
- func (this *QWebEngineView) SetContent(data []byte)
- func (this *QWebEngineView) SetContent2(data []byte, mimeType string)
- func (this *QWebEngineView) SetContent3(data []byte, mimeType string, baseUrl *qt6.QUrl)
- func (this *QWebEngineView) SetHtml(html string)
- func (this *QWebEngineView) SetHtml2(html string, baseUrl *qt6.QUrl)
- func (this *QWebEngineView) SetPage(page *QWebEnginePage)
- func (this *QWebEngineView) SetUrl(url *qt6.QUrl)
- func (this *QWebEngineView) SetZoomFactor(factor float64)
- func (this *QWebEngineView) Settings() *QWebEngineSettings
- func (this *QWebEngineView) SizeHint() *qt6.QSize
- func (this *QWebEngineView) Stop()
- func (this *QWebEngineView) Title() string
- func (this *QWebEngineView) TitleChanged(title string)
- func (this *QWebEngineView) TriggerPageAction(action QWebEnginePage__WebAction)
- func (this *QWebEngineView) TriggerPageAction2(action QWebEnginePage__WebAction, checked bool)
- func (this *QWebEngineView) UnsafePointer() unsafe.Pointer
- func (this *QWebEngineView) Url() *qt6.QUrl
- func (this *QWebEngineView) UrlChanged(param1 *qt6.QUrl)
- func (this *QWebEngineView) ZoomFactor() float64
- type QtWebEngineCore__ReferrerPolicy
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QWebEngineHistory_Tr ¶
func QWebEngineHistory_Tr2 ¶
func QWebEnginePage_Tr ¶
func QWebEnginePage_Tr2 ¶
func QWebEngineProfile_Tr ¶
func QWebEngineProfile_Tr2 ¶
func QWebEngineUrlScheme_RegisterScheme ¶
func QWebEngineUrlScheme_RegisterScheme(scheme *QWebEngineUrlScheme)
func QWebEngineView_Tr ¶
func QWebEngineView_Tr2 ¶
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 (this *QWebEngineCertificateError) Type() 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 (this *QWebEngineClientCertificateSelection) Certificates() []network.QSslCertificate
func (*QWebEngineClientCertificateSelection) Delete ¶
func (this *QWebEngineClientCertificateSelection) Delete()
Delete this object from C++ memory.
func (*QWebEngineClientCertificateSelection) GoGC ¶
func (this *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 (this *QWebEngineClientCertificateSelection) Host() *qt6.QUrl
func (*QWebEngineClientCertificateSelection) OperatorAssign ¶
func (this *QWebEngineClientCertificateSelection) OperatorAssign(param1 *QWebEngineClientCertificateSelection)
func (*QWebEngineClientCertificateSelection) Select ¶
func (this *QWebEngineClientCertificateSelection) Select(certificate *network.QSslCertificate)
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 (this *QWebEngineClientCertificateStore) Certificates() []network.QSslCertificate
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 ¶
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 (this *QWebEngineContextMenuRequest) EditFlags() QWebEngineContextMenuRequest__EditFlag
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 (this *QWebEngineContextMenuRequest) MediaFlags() QWebEngineContextMenuRequest__MediaFlag
func (*QWebEngineContextMenuRequest) MediaType ¶
func (this *QWebEngineContextMenuRequest) MediaType() 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 ¶
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 ¶
func (this *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 (this *QWebEngineCookieStore__FilterRequest) OperatorAssign(param1 *QWebEngineCookieStore__FilterRequest)
func (*QWebEngineCookieStore__FilterRequest) UnsafePointer ¶
func (this *QWebEngineCookieStore__FilterRequest) UnsafePointer() unsafe.Pointer
type QWebEngineDownloadRequest ¶
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 (this *QWebEngineDownloadRequest) InterruptReason() QWebEngineDownloadRequest__DownloadInterruptReason
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 (this *QWebEngineDownloadRequest) Page() *QWebEnginePage
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 (this *QWebEngineDownloadRequest) SavePageFormat() 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 (this *QWebEngineDownloadRequest) SetSavePageFormat(format QWebEngineDownloadRequest__SavePageFormat)
func (*QWebEngineDownloadRequest) State ¶
func (this *QWebEngineDownloadRequest) State() QWebEngineDownloadRequest__DownloadState
func (*QWebEngineDownloadRequest) StateChanged ¶
func (this *QWebEngineDownloadRequest) StateChanged(state QWebEngineDownloadRequest__DownloadState)
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__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 (this *QWebEngineFileSystemAccessRequest) AccessFlags() QWebEngineFileSystemAccessRequest__AccessFlag
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 (this *QWebEngineFileSystemAccessRequest) HandleType() QWebEngineFileSystemAccessRequest__HandleType
func (*QWebEngineFileSystemAccessRequest) OperatorAssign ¶
func (this *QWebEngineFileSystemAccessRequest) OperatorAssign(other *QWebEngineFileSystemAccessRequest)
func (*QWebEngineFileSystemAccessRequest) Origin ¶
func (this *QWebEngineFileSystemAccessRequest) Origin() *qt6.QUrl
func (*QWebEngineFileSystemAccessRequest) Reject ¶
func (this *QWebEngineFileSystemAccessRequest) Reject()
func (*QWebEngineFileSystemAccessRequest) Swap ¶
func (this *QWebEngineFileSystemAccessRequest) Swap(other *QWebEngineFileSystemAccessRequest)
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 ¶
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 (this *QWebEngineHttpRequest) Method() 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 (this *QWebEngineLoadingInfo) ErrorDomain() 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 (this *QWebEngineLoadingInfo) Status() QWebEngineLoadingInfo__LoadStatus
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 { // 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 (this *QWebEngineNavigationRequest) NavigationType() 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 ()
type QWebEngineNavigationRequest__NavigationType ¶
type QWebEngineNavigationRequest__NavigationType int
const ()
type QWebEngineNewWindowRequest ¶
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 (this *QWebEngineNewWindowRequest) Destination() QWebEngineNewWindowRequest__DestinationType
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 ¶
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 ¶
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) 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) OnEventFilter ¶
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 (*QWebEnginePage) OnJavaScriptConfirm ¶
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__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 ¶
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 (*QWebEngineProfile) ClearAllVisitedLinks ¶
func (this *QWebEngineProfile) ClearAllVisitedLinks()
func (*QWebEngineProfile) ClearHttpCache ¶
func (this *QWebEngineProfile) ClearHttpCache()
func (*QWebEngineProfile) ClearVisitedLinks ¶
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 (this *QWebEngineProfile) HttpCacheType() 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) OnEventFilter ¶
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 (this *QWebEngineProfile) Scripts() *QWebEngineScriptCollection
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 (this *QWebEngineRegisterProtocolHandlerRequest) Accept()
func (*QWebEngineRegisterProtocolHandlerRequest) Delete ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) Delete()
Delete this object from C++ memory.
func (*QWebEngineRegisterProtocolHandlerRequest) GoGC ¶
func (this *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 (this *QWebEngineRegisterProtocolHandlerRequest) OperatorEqual(that *QWebEngineRegisterProtocolHandlerRequest) bool
func (*QWebEngineRegisterProtocolHandlerRequest) OperatorNotEqual ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) OperatorNotEqual(that *QWebEngineRegisterProtocolHandlerRequest) bool
func (*QWebEngineRegisterProtocolHandlerRequest) Origin ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) Origin() *qt6.QUrl
func (*QWebEngineRegisterProtocolHandlerRequest) Reject ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) Reject()
func (*QWebEngineRegisterProtocolHandlerRequest) Scheme ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) Scheme() string
func (*QWebEngineRegisterProtocolHandlerRequest) UnsafePointer ¶
func (this *QWebEngineRegisterProtocolHandlerRequest) UnsafePointer() unsafe.Pointer
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 (this *QWebEngineScriptCollection) Find(name string) []QWebEngineScript
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 (this *QWebEngineScriptCollection) ToList() []QWebEngineScript
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 (this *QWebEngineSettings) FontFamily(which QWebEngineSettings__FontFamily) string
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__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__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 )
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 (this *QWebEngineUrlRequestInfo) NavigationType() 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 (this *QWebEngineUrlRequestInfo) ResourceType() 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 ()
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__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__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) OnEventFilter ¶
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 ¶
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 (this *QWebEngineUrlRequestJob) Fail(error QWebEngineUrlRequestJob__Error)
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 (this *QWebEngineUrlScheme) Flags() QWebEngineUrlScheme__Flag
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 (this *QWebEngineUrlScheme) Syntax() QWebEngineUrlScheme__Syntax
func (*QWebEngineUrlScheme) UnsafePointer ¶
func (this *QWebEngineUrlScheme) UnsafePointer() unsafe.Pointer
type QWebEngineUrlSchemeHandler ¶
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) OnEventFilter ¶
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 ¶
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) 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 (*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 )
Source Files ¶
- cflags.go
- gen_qwebenginecertificateerror.go
- gen_qwebengineclientcertificateselection.go
- gen_qwebengineclientcertificatestore.go
- gen_qwebenginecontextmenurequest.go
- gen_qwebenginecookiestore.go
- gen_qwebenginedownloadrequest.go
- gen_qwebenginefilesystemaccessrequest.go
- gen_qwebenginefindtextresult.go
- gen_qwebenginefullscreenrequest.go
- gen_qwebenginehistory.go
- gen_qwebenginehttprequest.go
- gen_qwebengineloadinginfo.go
- gen_qwebenginenavigationrequest.go
- gen_qwebenginenewwindowrequest.go
- gen_qwebenginenotification.go
- gen_qwebenginepage.go
- gen_qwebengineprofile.go
- gen_qwebenginequotarequest.go
- gen_qwebengineregisterprotocolhandlerrequest.go
- gen_qwebenginescript.go
- gen_qwebenginescriptcollection.go
- gen_qwebenginesettings.go
- gen_qwebengineurlrequestinfo.go
- gen_qwebengineurlrequestinterceptor.go
- gen_qwebengineurlrequestjob.go
- gen_qwebengineurlscheme.go
- gen_qwebengineurlschemehandler.go
- gen_qwebengineview.go