Documentation ¶
Index ¶
- func PointerFromQGraphicsWebView(ptr QGraphicsWebView_ITF) unsafe.Pointer
- func PointerFromQWebDatabase(ptr QWebDatabase_ITF) unsafe.Pointer
- func PointerFromQWebElement(ptr QWebElement_ITF) unsafe.Pointer
- func PointerFromQWebElementCollection(ptr QWebElementCollection_ITF) unsafe.Pointer
- func PointerFromQWebFrame(ptr QWebFrame_ITF) unsafe.Pointer
- func PointerFromQWebHistory(ptr QWebHistory_ITF) unsafe.Pointer
- func PointerFromQWebHistoryInterface(ptr QWebHistoryInterface_ITF) unsafe.Pointer
- func PointerFromQWebHistoryItem(ptr QWebHistoryItem_ITF) unsafe.Pointer
- func PointerFromQWebHitTestResult(ptr QWebHitTestResult_ITF) unsafe.Pointer
- func PointerFromQWebInspector(ptr QWebInspector_ITF) unsafe.Pointer
- func PointerFromQWebPage(ptr QWebPage_ITF) unsafe.Pointer
- func PointerFromQWebPluginFactory(ptr QWebPluginFactory_ITF) unsafe.Pointer
- func PointerFromQWebSecurityOrigin(ptr QWebSecurityOrigin_ITF) unsafe.Pointer
- func PointerFromQWebSettings(ptr QWebSettings_ITF) unsafe.Pointer
- func PointerFromQWebView(ptr QWebView_ITF) unsafe.Pointer
- func QWebDatabase_RemoveAllDatabases()
- func QWebDatabase_RemoveDatabase(db QWebDatabase_ITF)
- func QWebHistoryInterface_SetDefaultInterface(defaultInterface QWebHistoryInterface_ITF)
- func QWebSecurityOrigin_AddLocalScheme(scheme string)
- func QWebSecurityOrigin_LocalSchemes() []string
- func QWebSecurityOrigin_RemoveLocalScheme(scheme string)
- func QWebSettings_ClearIconDatabase()
- func QWebSettings_ClearMemoryCaches()
- func QWebSettings_EnablePersistentStorage(path string)
- func QWebSettings_IconDatabasePath() string
- func QWebSettings_IconForUrl(url core.QUrl_ITF) *gui.QIcon
- func QWebSettings_MaximumPagesInCache() int
- func QWebSettings_OfflineStorageDefaultQuota() int64
- func QWebSettings_OfflineStoragePath() string
- func QWebSettings_OfflineWebApplicationCachePath() string
- func QWebSettings_OfflineWebApplicationCacheQuota() int64
- func QWebSettings_PluginSearchPaths() []string
- func QWebSettings_SetIconDatabasePath(path string)
- func QWebSettings_SetMaximumPagesInCache(pages int)
- func QWebSettings_SetObjectCacheCapacities(cacheMinDeadCapacity int, cacheMaxDead int, totalCapacity int)
- func QWebSettings_SetOfflineStorageDefaultQuota(maximumSize int64)
- func QWebSettings_SetOfflineStoragePath(path string)
- func QWebSettings_SetOfflineWebApplicationCachePath(path string)
- func QWebSettings_SetOfflineWebApplicationCacheQuota(maximumSize int64)
- func QWebSettings_SetPluginSearchPaths(paths []string)
- func QWebSettings_SetWebGraphic(ty QWebSettings__WebGraphic, graphic gui.QPixmap_ITF)
- func QWebSettings_WebGraphic(ty QWebSettings__WebGraphic) *gui.QPixmap
- type QGraphicsWebView
- func (ptr *QGraphicsWebView) AdvanceDefault(phase int)
- func (ptr *QGraphicsWebView) Back()
- func (ptr *QGraphicsWebView) BackDefault()
- func (ptr *QGraphicsWebView) BoundingRectDefault() *core.QRectF
- func (ptr *QGraphicsWebView) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QGraphicsWebView) CloseDefault() bool
- func (ptr *QGraphicsWebView) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QGraphicsWebView) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QGraphicsWebView) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
- func (ptr *QGraphicsWebView) ConnectBack(f func())
- func (ptr *QGraphicsWebView) ConnectForward(f func())
- func (ptr *QGraphicsWebView) ConnectIconChanged(f func())
- func (ptr *QGraphicsWebView) ConnectLinkClicked(f func(url *core.QUrl))
- func (ptr *QGraphicsWebView) ConnectLoadFinished(f func(ok bool))
- func (ptr *QGraphicsWebView) ConnectLoadProgress(f func(progress int))
- func (ptr *QGraphicsWebView) ConnectLoadStarted(f func())
- func (ptr *QGraphicsWebView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGraphicsWebView) ConnectReload(f func())
- func (ptr *QGraphicsWebView) ConnectStatusBarMessage(f func(text string))
- func (ptr *QGraphicsWebView) ConnectStop(f func())
- func (ptr *QGraphicsWebView) ConnectTitleChanged(f func(vqs string))
- func (ptr *QGraphicsWebView) ConnectUrlChanged(f func(vqu *core.QUrl))
- func (ptr *QGraphicsWebView) ContainsDefault(point core.QPointF_ITF) bool
- func (ptr *QGraphicsWebView) ContextMenuEventDefault(ev widgets.QGraphicsSceneContextMenuEvent_ITF)
- func (ptr *QGraphicsWebView) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) DeleteLaterDefault()
- func (ptr *QGraphicsWebView) DestroyQGraphicsWebView()
- func (ptr *QGraphicsWebView) DisconnectBack()
- func (ptr *QGraphicsWebView) DisconnectForward()
- func (ptr *QGraphicsWebView) DisconnectIconChanged()
- func (ptr *QGraphicsWebView) DisconnectLinkClicked()
- func (ptr *QGraphicsWebView) DisconnectLoadFinished()
- func (ptr *QGraphicsWebView) DisconnectLoadProgress()
- func (ptr *QGraphicsWebView) DisconnectLoadStarted()
- func (ptr *QGraphicsWebView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QGraphicsWebView) DisconnectReload()
- func (ptr *QGraphicsWebView) DisconnectStatusBarMessage()
- func (ptr *QGraphicsWebView) DisconnectStop()
- func (ptr *QGraphicsWebView) DisconnectTitleChanged()
- func (ptr *QGraphicsWebView) DisconnectUrlChanged()
- func (ptr *QGraphicsWebView) DragEnterEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QGraphicsWebView) DragLeaveEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QGraphicsWebView) DragMoveEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QGraphicsWebView) DropEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
- func (ptr *QGraphicsWebView) EventDefault(event core.QEvent_ITF) bool
- func (ptr *QGraphicsWebView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QGraphicsWebView) FindText(subString string, options QWebPage__FindFlag) bool
- func (ptr *QGraphicsWebView) FocusInEventDefault(ev gui.QFocusEvent_ITF)
- func (ptr *QGraphicsWebView) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QGraphicsWebView) FocusOutEventDefault(ev gui.QFocusEvent_ITF)
- func (ptr *QGraphicsWebView) Forward()
- func (ptr *QGraphicsWebView) ForwardDefault()
- func (ptr *QGraphicsWebView) GetContentsMarginsDefault(left float64, top float64, right float64, bottom float64)
- func (ptr *QGraphicsWebView) GrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) GrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QGraphicsWebView) History() *QWebHistory
- func (ptr *QGraphicsWebView) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QGraphicsWebView) HoverLeaveEventDefault(ev widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QGraphicsWebView) HoverMoveEventDefault(ev widgets.QGraphicsSceneHoverEvent_ITF)
- func (ptr *QGraphicsWebView) Icon() *gui.QIcon
- func (ptr *QGraphicsWebView) IconChanged()
- func (ptr *QGraphicsWebView) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
- func (ptr *QGraphicsWebView) InputMethodEventDefault(ev gui.QInputMethodEvent_ITF)
- func (ptr *QGraphicsWebView) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QGraphicsWebView) IsModified() bool
- func (ptr *QGraphicsWebView) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
- func (ptr *QGraphicsWebView) IsTiledBackingStoreFrozen() bool
- func (ptr *QGraphicsWebView) ItemChange(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
- func (ptr *QGraphicsWebView) KeyPressEventDefault(ev gui.QKeyEvent_ITF)
- func (ptr *QGraphicsWebView) KeyReleaseEventDefault(ev gui.QKeyEvent_ITF)
- func (ptr *QGraphicsWebView) LinkClicked(url core.QUrl_ITF)
- func (ptr *QGraphicsWebView) Load(url core.QUrl_ITF)
- func (ptr *QGraphicsWebView) Load2(request network.QNetworkRequest_ITF, ...)
- func (ptr *QGraphicsWebView) LoadFinished(ok bool)
- func (ptr *QGraphicsWebView) LoadProgress(progress int)
- func (ptr *QGraphicsWebView) LoadStarted()
- func (ptr *QGraphicsWebView) MetaObjectDefault() *core.QMetaObject
- func (ptr *QGraphicsWebView) MouseDoubleClickEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QGraphicsWebView) MouseMoveEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QGraphicsWebView) MousePressEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QGraphicsWebView) MouseReleaseEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
- func (ptr *QGraphicsWebView) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
- func (ptr *QGraphicsWebView) OpaqueAreaDefault() *gui.QPainterPath
- func (ptr *QGraphicsWebView) Page() *QWebPage
- func (ptr *QGraphicsWebView) PageAction(action QWebPage__WebAction) *widgets.QAction
- func (ptr *QGraphicsWebView) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QGraphicsWebView) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, ...)
- func (ptr *QGraphicsWebView) Pointer() unsafe.Pointer
- func (ptr *QGraphicsWebView) PolishEventDefault()
- func (ptr *QGraphicsWebView) QGraphicsWebView_PTR() *QGraphicsWebView
- func (ptr *QGraphicsWebView) Reload()
- func (ptr *QGraphicsWebView) ReloadDefault()
- func (ptr *QGraphicsWebView) RenderHints() gui.QPainter__RenderHint
- func (ptr *QGraphicsWebView) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
- func (ptr *QGraphicsWebView) ResizesToContents() bool
- func (ptr *QGraphicsWebView) SceneEventDefault(event core.QEvent_ITF) bool
- func (ptr *QGraphicsWebView) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
- func (ptr *QGraphicsWebView) SetContent(data core.QByteArray_ITF, mimeType string, baseUrl core.QUrl_ITF)
- func (ptr *QGraphicsWebView) SetGeometryDefault(rect core.QRectF_ITF)
- func (ptr *QGraphicsWebView) SetHtml(html string, baseUrl core.QUrl_ITF)
- func (ptr *QGraphicsWebView) SetPage(page QWebPage_ITF)
- func (ptr *QGraphicsWebView) SetPointer(p unsafe.Pointer)
- func (ptr *QGraphicsWebView) SetRenderHint(hint gui.QPainter__RenderHint, enabled bool)
- func (ptr *QGraphicsWebView) SetRenderHints(hints gui.QPainter__RenderHint)
- func (ptr *QGraphicsWebView) SetResizesToContents(enabled bool)
- func (ptr *QGraphicsWebView) SetTiledBackingStoreFrozen(frozen bool)
- func (ptr *QGraphicsWebView) SetUrl(vqu core.QUrl_ITF)
- func (ptr *QGraphicsWebView) SetZoomFactor(vqr float64)
- func (ptr *QGraphicsWebView) Settings() *QWebSettings
- func (ptr *QGraphicsWebView) ShapeDefault() *gui.QPainterPath
- func (ptr *QGraphicsWebView) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QGraphicsWebView) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
- func (ptr *QGraphicsWebView) StatusBarMessage(text string)
- func (ptr *QGraphicsWebView) Stop()
- func (ptr *QGraphicsWebView) StopDefault()
- func (ptr *QGraphicsWebView) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QGraphicsWebView) Title() string
- func (ptr *QGraphicsWebView) TitleChanged(vqs string)
- func (ptr *QGraphicsWebView) TriggerPageAction(action QWebPage__WebAction, checked bool)
- func (ptr *QGraphicsWebView) TypeDefault() int
- func (ptr *QGraphicsWebView) UngrabKeyboardEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) UngrabMouseEventDefault(event core.QEvent_ITF)
- func (ptr *QGraphicsWebView) UpdateGeometryDefault()
- func (ptr *QGraphicsWebView) UpdateMicroFocusDefault()
- func (ptr *QGraphicsWebView) Url() *core.QUrl
- func (ptr *QGraphicsWebView) UrlChanged(vqu core.QUrl_ITF)
- func (ptr *QGraphicsWebView) WheelEventDefault(ev widgets.QGraphicsSceneWheelEvent_ITF)
- func (ptr *QGraphicsWebView) WindowFrameEventDefault(event core.QEvent_ITF) bool
- func (ptr *QGraphicsWebView) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
- func (ptr *QGraphicsWebView) ZoomFactor() float64
- type QGraphicsWebView_ITF
- type QWebDatabase
- func (ptr *QWebDatabase) DestroyQWebDatabase()
- func (ptr *QWebDatabase) DisplayName() string
- func (ptr *QWebDatabase) ExpectedSize() int64
- func (ptr *QWebDatabase) FileName() string
- func (ptr *QWebDatabase) Name() string
- func (ptr *QWebDatabase) Origin() *QWebSecurityOrigin
- func (ptr *QWebDatabase) Pointer() unsafe.Pointer
- func (ptr *QWebDatabase) QWebDatabase_PTR() *QWebDatabase
- func (ptr *QWebDatabase) RemoveAllDatabases()
- func (ptr *QWebDatabase) RemoveDatabase(db QWebDatabase_ITF)
- func (ptr *QWebDatabase) SetPointer(p unsafe.Pointer)
- func (ptr *QWebDatabase) Size() int64
- type QWebDatabase_ITF
- type QWebElement
- func (ptr *QWebElement) AddClass(name string)
- func (ptr *QWebElement) AppendInside(markup string)
- func (ptr *QWebElement) AppendInside2(element QWebElement_ITF)
- func (ptr *QWebElement) AppendOutside(markup string)
- func (ptr *QWebElement) AppendOutside2(element QWebElement_ITF)
- func (ptr *QWebElement) Attribute(name string, defaultValue string) string
- func (ptr *QWebElement) AttributeNS(namespaceUri string, name string, defaultValue string) string
- func (ptr *QWebElement) AttributeNames(namespaceUri string) []string
- func (ptr *QWebElement) Classes() []string
- func (ptr *QWebElement) Clone() *QWebElement
- func (ptr *QWebElement) DestroyQWebElement()
- func (ptr *QWebElement) Document() *QWebElement
- func (ptr *QWebElement) EncloseContentsWith(element QWebElement_ITF)
- func (ptr *QWebElement) EncloseContentsWith2(markup string)
- func (ptr *QWebElement) EncloseWith(markup string)
- func (ptr *QWebElement) EncloseWith2(element QWebElement_ITF)
- func (ptr *QWebElement) EvaluateJavaScript(scriptSource string) *core.QVariant
- func (ptr *QWebElement) FindAll(selectorQuery string) *QWebElementCollection
- func (ptr *QWebElement) FindFirst(selectorQuery string) *QWebElement
- func (ptr *QWebElement) FirstChild() *QWebElement
- func (ptr *QWebElement) Geometry() *core.QRect
- func (ptr *QWebElement) HasAttribute(name string) bool
- func (ptr *QWebElement) HasAttributeNS(namespaceUri string, name string) bool
- func (ptr *QWebElement) HasAttributes() bool
- func (ptr *QWebElement) HasClass(name string) bool
- func (ptr *QWebElement) HasFocus() bool
- func (ptr *QWebElement) IsNull() bool
- func (ptr *QWebElement) LastChild() *QWebElement
- func (ptr *QWebElement) LocalName() string
- func (ptr *QWebElement) NamespaceUri() string
- func (ptr *QWebElement) NextSibling() *QWebElement
- func (ptr *QWebElement) Parent() *QWebElement
- func (ptr *QWebElement) Pointer() unsafe.Pointer
- func (ptr *QWebElement) Prefix() string
- func (ptr *QWebElement) PrependInside(markup string)
- func (ptr *QWebElement) PrependInside2(element QWebElement_ITF)
- func (ptr *QWebElement) PrependOutside(markup string)
- func (ptr *QWebElement) PrependOutside2(element QWebElement_ITF)
- func (ptr *QWebElement) PreviousSibling() *QWebElement
- func (ptr *QWebElement) QWebElement_PTR() *QWebElement
- func (ptr *QWebElement) RemoveAllChildren()
- func (ptr *QWebElement) RemoveAttribute(name string)
- func (ptr *QWebElement) RemoveAttributeNS(namespaceUri string, name string)
- func (ptr *QWebElement) RemoveClass(name string)
- func (ptr *QWebElement) RemoveFromDocument()
- func (ptr *QWebElement) Render(painter gui.QPainter_ITF)
- func (ptr *QWebElement) Render2(painter gui.QPainter_ITF, clip core.QRect_ITF)
- func (ptr *QWebElement) Replace(markup string)
- func (ptr *QWebElement) Replace2(element QWebElement_ITF)
- func (ptr *QWebElement) SetAttribute(name string, value string)
- func (ptr *QWebElement) SetAttributeNS(namespaceUri string, name string, value string)
- func (ptr *QWebElement) SetFocus()
- func (ptr *QWebElement) SetInnerXml(markup string)
- func (ptr *QWebElement) SetOuterXml(markup string)
- func (ptr *QWebElement) SetPlainText(text string)
- func (ptr *QWebElement) SetPointer(p unsafe.Pointer)
- func (ptr *QWebElement) SetStyleProperty(name string, value string)
- func (ptr *QWebElement) StyleProperty(name string, strategy QWebElement__StyleResolveStrategy) string
- func (ptr *QWebElement) TagName() string
- func (ptr *QWebElement) TakeFromDocument() *QWebElement
- func (ptr *QWebElement) ToInnerXml() string
- func (ptr *QWebElement) ToOuterXml() string
- func (ptr *QWebElement) ToPlainText() string
- func (ptr *QWebElement) ToggleClass(name string)
- func (ptr *QWebElement) WebFrame() *QWebFrame
- type QWebElementCollection
- func NewQWebElementCollection() *QWebElementCollection
- func NewQWebElementCollection2(contextElement QWebElement_ITF, query string) *QWebElementCollection
- func NewQWebElementCollection3(other QWebElementCollection_ITF) *QWebElementCollection
- func NewQWebElementCollectionFromPointer(ptr unsafe.Pointer) (n *QWebElementCollection)
- func (ptr *QWebElementCollection) Append(other QWebElementCollection_ITF)
- func (ptr *QWebElementCollection) At(i int) *QWebElement
- func (ptr *QWebElementCollection) Count() int
- func (ptr *QWebElementCollection) DestroyQWebElementCollection()
- func (ptr *QWebElementCollection) First() *QWebElement
- func (ptr *QWebElementCollection) Last() *QWebElement
- func (ptr *QWebElementCollection) Pointer() unsafe.Pointer
- func (ptr *QWebElementCollection) QWebElementCollection_PTR() *QWebElementCollection
- func (ptr *QWebElementCollection) SetPointer(p unsafe.Pointer)
- func (ptr *QWebElementCollection) ToList() []*QWebElement
- type QWebElementCollection_ITF
- type QWebElement_ITF
- type QWebElement__StyleResolveStrategy
- type QWebFrame
- func (ptr *QWebFrame) AddToJavaScriptWindowObject(name string, object core.QObject_ITF, own QWebFrame__ValueOwnership)
- func (ptr *QWebFrame) BaseUrl() *core.QUrl
- func (ptr *QWebFrame) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebFrame) ChildFrames() []*QWebFrame
- func (ptr *QWebFrame) ConnectContentsSizeChanged(f func(size *core.QSize))
- func (ptr *QWebFrame) ConnectEvaluateJavaScript(f func(scriptSource string) *core.QVariant)
- func (ptr *QWebFrame) ConnectIconChanged(f func())
- func (ptr *QWebFrame) ConnectInitialLayoutCompleted(f func())
- func (ptr *QWebFrame) ConnectJavaScriptWindowObjectCleared(f func())
- func (ptr *QWebFrame) ConnectLoadFinished(f func(ok bool))
- func (ptr *QWebFrame) ConnectLoadStarted(f func())
- func (ptr *QWebFrame) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebFrame) ConnectPageChanged(f func())
- func (ptr *QWebFrame) ConnectPrint(f func(printer *printsupport.QPrinter))
- func (ptr *QWebFrame) ConnectTitleChanged(f func(title string))
- func (ptr *QWebFrame) ConnectUrlChanged(f func(url *core.QUrl))
- func (ptr *QWebFrame) ContentsSize() *core.QSize
- func (ptr *QWebFrame) ContentsSizeChanged(size core.QSize_ITF)
- func (ptr *QWebFrame) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebFrame) DeleteLaterDefault()
- func (ptr *QWebFrame) DisconnectContentsSizeChanged()
- func (ptr *QWebFrame) DisconnectEvaluateJavaScript()
- func (ptr *QWebFrame) DisconnectIconChanged()
- func (ptr *QWebFrame) DisconnectInitialLayoutCompleted()
- func (ptr *QWebFrame) DisconnectJavaScriptWindowObjectCleared()
- func (ptr *QWebFrame) DisconnectLoadFinished()
- func (ptr *QWebFrame) DisconnectLoadStarted()
- func (ptr *QWebFrame) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebFrame) DisconnectPageChanged()
- func (ptr *QWebFrame) DisconnectPrint()
- func (ptr *QWebFrame) DisconnectTitleChanged()
- func (ptr *QWebFrame) DisconnectUrlChanged()
- func (ptr *QWebFrame) DocumentElement() *QWebElement
- func (ptr *QWebFrame) EvaluateJavaScript(scriptSource string) *core.QVariant
- func (ptr *QWebFrame) EvaluateJavaScriptDefault(scriptSource string) *core.QVariant
- func (ptr *QWebFrame) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QWebFrame) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebFrame) FindAllElements(selectorQuery string) *QWebElementCollection
- func (ptr *QWebFrame) FindFirstElement(selectorQuery string) *QWebElement
- func (ptr *QWebFrame) FrameName() string
- func (ptr *QWebFrame) Geometry() *core.QRect
- func (ptr *QWebFrame) HasFocus() bool
- func (ptr *QWebFrame) HitTestContent(pos core.QPoint_ITF) *QWebHitTestResult
- func (ptr *QWebFrame) Icon() *gui.QIcon
- func (ptr *QWebFrame) IconChanged()
- func (ptr *QWebFrame) InitialLayoutCompleted()
- func (ptr *QWebFrame) JavaScriptWindowObjectCleared()
- func (ptr *QWebFrame) Load(url core.QUrl_ITF)
- func (ptr *QWebFrame) Load2(req network.QNetworkRequest_ITF, ...)
- func (ptr *QWebFrame) LoadFinished(ok bool)
- func (ptr *QWebFrame) LoadStarted()
- func (ptr *QWebFrame) MetaData() map[string]string
- func (ptr *QWebFrame) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebFrame) OwnerElement() *QWebElement
- func (ptr *QWebFrame) Page() *QWebPage
- func (ptr *QWebFrame) PageChanged()
- func (ptr *QWebFrame) ParentFrame() *QWebFrame
- func (ptr *QWebFrame) Pointer() unsafe.Pointer
- func (ptr *QWebFrame) Pos() *core.QPoint
- func (ptr *QWebFrame) Print(printer printsupport.QPrinter_ITF)
- func (ptr *QWebFrame) PrintDefault(printer printsupport.QPrinter_ITF)
- func (ptr *QWebFrame) QWebFrame_PTR() *QWebFrame
- func (ptr *QWebFrame) Render(painter gui.QPainter_ITF, clip gui.QRegion_ITF)
- func (ptr *QWebFrame) Render2(painter gui.QPainter_ITF, layer QWebFrame__RenderLayer, clip gui.QRegion_ITF)
- func (ptr *QWebFrame) RequestedUrl() *core.QUrl
- func (ptr *QWebFrame) Scroll(dx int, dy int)
- func (ptr *QWebFrame) ScrollBarGeometry(orientation core.Qt__Orientation) *core.QRect
- func (ptr *QWebFrame) ScrollBarMaximum(orientation core.Qt__Orientation) int
- func (ptr *QWebFrame) ScrollBarMinimum(orientation core.Qt__Orientation) int
- func (ptr *QWebFrame) ScrollBarPolicy(orientation core.Qt__Orientation) core.Qt__ScrollBarPolicy
- func (ptr *QWebFrame) ScrollBarValue(orientation core.Qt__Orientation) int
- func (ptr *QWebFrame) ScrollPosition() *core.QPoint
- func (ptr *QWebFrame) ScrollToAnchor(anchor string)
- func (ptr *QWebFrame) SecurityOrigin() *QWebSecurityOrigin
- func (ptr *QWebFrame) SetContent(data core.QByteArray_ITF, mimeType string, baseUrl core.QUrl_ITF)
- func (ptr *QWebFrame) SetFocus()
- func (ptr *QWebFrame) SetHtml(html string, baseUrl core.QUrl_ITF)
- func (ptr *QWebFrame) SetPointer(p unsafe.Pointer)
- func (ptr *QWebFrame) SetScrollBarPolicy(orientation core.Qt__Orientation, policy core.Qt__ScrollBarPolicy)
- func (ptr *QWebFrame) SetScrollBarValue(orientation core.Qt__Orientation, value int)
- func (ptr *QWebFrame) SetScrollPosition(pos core.QPoint_ITF)
- func (ptr *QWebFrame) SetTextSizeMultiplier(factor float64)
- func (ptr *QWebFrame) SetUrl(url core.QUrl_ITF)
- func (ptr *QWebFrame) SetZoomFactor(factor float64)
- func (ptr *QWebFrame) TextSizeMultiplier() float64
- func (ptr *QWebFrame) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QWebFrame) Title() string
- func (ptr *QWebFrame) TitleChanged(title string)
- func (ptr *QWebFrame) ToHtml() string
- func (ptr *QWebFrame) ToPlainText() string
- func (ptr *QWebFrame) Url() *core.QUrl
- func (ptr *QWebFrame) UrlChanged(url core.QUrl_ITF)
- func (ptr *QWebFrame) ZoomFactor() float64
- type QWebFrame_ITF
- type QWebFrame__RenderLayer
- type QWebFrame__ValueOwnership
- type QWebHistory
- func (ptr *QWebHistory) Back()
- func (ptr *QWebHistory) BackItem() *QWebHistoryItem
- func (ptr *QWebHistory) BackItems(maxItems int) []*QWebHistoryItem
- func (ptr *QWebHistory) CanGoBack() bool
- func (ptr *QWebHistory) CanGoForward() bool
- func (ptr *QWebHistory) Clear()
- func (ptr *QWebHistory) Count() int
- func (ptr *QWebHistory) CurrentItem() *QWebHistoryItem
- func (ptr *QWebHistory) CurrentItemIndex() int
- func (ptr *QWebHistory) DestroyQWebHistory()
- func (ptr *QWebHistory) Forward()
- func (ptr *QWebHistory) ForwardItem() *QWebHistoryItem
- func (ptr *QWebHistory) ForwardItems(maxItems int) []*QWebHistoryItem
- func (ptr *QWebHistory) GoToItem(item QWebHistoryItem_ITF)
- func (ptr *QWebHistory) ItemAt(i int) *QWebHistoryItem
- func (ptr *QWebHistory) Items() []*QWebHistoryItem
- func (ptr *QWebHistory) MaximumItemCount() int
- func (ptr *QWebHistory) Pointer() unsafe.Pointer
- func (ptr *QWebHistory) QWebHistory_PTR() *QWebHistory
- func (ptr *QWebHistory) SetMaximumItemCount(count int)
- func (ptr *QWebHistory) SetPointer(p unsafe.Pointer)
- func (ptr *QWebHistory) ToMap() map[string]*core.QVariant
- type QWebHistoryInterface
- func (ptr *QWebHistoryInterface) AddHistoryEntry(url string)
- func (ptr *QWebHistoryInterface) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebHistoryInterface) ConnectAddHistoryEntry(f func(url string))
- func (ptr *QWebHistoryInterface) ConnectHistoryContains(f func(url string) bool)
- func (ptr *QWebHistoryInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebHistoryInterface) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebHistoryInterface) DefaultInterface() *QWebHistoryInterface
- func (ptr *QWebHistoryInterface) DeleteLaterDefault()
- func (ptr *QWebHistoryInterface) DestroyQWebHistoryInterface()
- func (ptr *QWebHistoryInterface) DisconnectAddHistoryEntry()
- func (ptr *QWebHistoryInterface) DisconnectHistoryContains()
- func (ptr *QWebHistoryInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebHistoryInterface) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QWebHistoryInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebHistoryInterface) HistoryContains(url string) bool
- func (ptr *QWebHistoryInterface) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebHistoryInterface) Pointer() unsafe.Pointer
- func (ptr *QWebHistoryInterface) QWebHistoryInterface_PTR() *QWebHistoryInterface
- func (ptr *QWebHistoryInterface) SetDefaultInterface(defaultInterface QWebHistoryInterface_ITF)
- func (ptr *QWebHistoryInterface) SetPointer(p unsafe.Pointer)
- func (ptr *QWebHistoryInterface) TimerEventDefault(event core.QTimerEvent_ITF)
- type QWebHistoryInterface_ITF
- type QWebHistoryItem
- func (ptr *QWebHistoryItem) DestroyQWebHistoryItem()
- func (ptr *QWebHistoryItem) Icon() *gui.QIcon
- func (ptr *QWebHistoryItem) IsValid() bool
- func (ptr *QWebHistoryItem) LastVisited() *core.QDateTime
- func (ptr *QWebHistoryItem) OriginalUrl() *core.QUrl
- func (ptr *QWebHistoryItem) Pointer() unsafe.Pointer
- func (ptr *QWebHistoryItem) QWebHistoryItem_PTR() *QWebHistoryItem
- func (ptr *QWebHistoryItem) SetPointer(p unsafe.Pointer)
- func (ptr *QWebHistoryItem) SetUserData(userData core.QVariant_ITF)
- func (ptr *QWebHistoryItem) Title() string
- func (ptr *QWebHistoryItem) ToMap() map[string]*core.QVariant
- func (ptr *QWebHistoryItem) Url() *core.QUrl
- func (ptr *QWebHistoryItem) UserData() *core.QVariant
- type QWebHistoryItem_ITF
- type QWebHistory_ITF
- type QWebHitTestResult
- func (ptr *QWebHitTestResult) AlternateText() string
- func (ptr *QWebHitTestResult) BoundingRect() *core.QRect
- func (ptr *QWebHitTestResult) DestroyQWebHitTestResult()
- func (ptr *QWebHitTestResult) Element() *QWebElement
- func (ptr *QWebHitTestResult) EnclosingBlockElement() *QWebElement
- func (ptr *QWebHitTestResult) Frame() *QWebFrame
- func (ptr *QWebHitTestResult) ImageUrl() *core.QUrl
- func (ptr *QWebHitTestResult) IsContentEditable() bool
- func (ptr *QWebHitTestResult) IsContentSelected() bool
- func (ptr *QWebHitTestResult) IsNull() bool
- func (ptr *QWebHitTestResult) LinkElement() *QWebElement
- func (ptr *QWebHitTestResult) LinkTargetFrame() *QWebFrame
- func (ptr *QWebHitTestResult) LinkText() string
- func (ptr *QWebHitTestResult) LinkTitleString() string
- func (ptr *QWebHitTestResult) LinkUrl() *core.QUrl
- func (ptr *QWebHitTestResult) MediaUrl() *core.QUrl
- func (ptr *QWebHitTestResult) Pixmap() *gui.QPixmap
- func (ptr *QWebHitTestResult) Pointer() unsafe.Pointer
- func (ptr *QWebHitTestResult) Pos() *core.QPoint
- func (ptr *QWebHitTestResult) QWebHitTestResult_PTR() *QWebHitTestResult
- func (ptr *QWebHitTestResult) SetPointer(p unsafe.Pointer)
- func (ptr *QWebHitTestResult) Title() string
- type QWebHitTestResult_ITF
- type QWebInspector
- func (ptr *QWebInspector) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QWebInspector) ChangeEventDefault(event core.QEvent_ITF)
- func (ptr *QWebInspector) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebInspector) CloseDefault() bool
- func (ptr *QWebInspector) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QWebInspector) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebInspector) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
- func (ptr *QWebInspector) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebInspector) DeleteLaterDefault()
- func (ptr *QWebInspector) DestroyQWebInspector()
- func (ptr *QWebInspector) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebInspector) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
- func (ptr *QWebInspector) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
- func (ptr *QWebInspector) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
- func (ptr *QWebInspector) DropEventDefault(event gui.QDropEvent_ITF)
- func (ptr *QWebInspector) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QWebInspector) EventDefault(ev core.QEvent_ITF) bool
- func (ptr *QWebInspector) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebInspector) FocusInEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QWebInspector) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QWebInspector) FocusOutEventDefault(event gui.QFocusEvent_ITF)
- func (ptr *QWebInspector) HasHeightForWidthDefault() bool
- func (ptr *QWebInspector) HeightForWidthDefault(w int) int
- func (ptr *QWebInspector) HideDefault()
- func (ptr *QWebInspector) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QWebInspector) InitPainterDefault(painter gui.QPainter_ITF)
- func (ptr *QWebInspector) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
- func (ptr *QWebInspector) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QWebInspector) KeyPressEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QWebInspector) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
- func (ptr *QWebInspector) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QWebInspector) LowerDefault()
- func (ptr *QWebInspector) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebInspector) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QWebInspector) MinimumSizeHintDefault() *core.QSize
- func (ptr *QWebInspector) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QWebInspector) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QWebInspector) MousePressEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QWebInspector) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
- func (ptr *QWebInspector) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QWebInspector) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result *int) bool
- func (ptr *QWebInspector) Page() *QWebPage
- func (ptr *QWebInspector) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QWebInspector) PaintEventDefault(event gui.QPaintEvent_ITF)
- func (ptr *QWebInspector) Pointer() unsafe.Pointer
- func (ptr *QWebInspector) QWebInspector_PTR() *QWebInspector
- func (ptr *QWebInspector) RaiseDefault()
- func (ptr *QWebInspector) RepaintDefault()
- func (ptr *QWebInspector) ResizeEventDefault(event gui.QResizeEvent_ITF)
- func (ptr *QWebInspector) SetDisabledDefault(disable bool)
- func (ptr *QWebInspector) SetEnabledDefault(vbo bool)
- func (ptr *QWebInspector) SetFocus2Default()
- func (ptr *QWebInspector) SetHiddenDefault(hidden bool)
- func (ptr *QWebInspector) SetPage(page QWebPage_ITF)
- func (ptr *QWebInspector) SetPointer(p unsafe.Pointer)
- func (ptr *QWebInspector) SetStyleSheetDefault(styleSheet string)
- func (ptr *QWebInspector) SetVisibleDefault(visible bool)
- func (ptr *QWebInspector) SetWindowModifiedDefault(vbo bool)
- func (ptr *QWebInspector) SetWindowTitleDefault(vqs string)
- func (ptr *QWebInspector) ShowDefault()
- func (ptr *QWebInspector) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QWebInspector) ShowFullScreenDefault()
- func (ptr *QWebInspector) ShowMaximizedDefault()
- func (ptr *QWebInspector) ShowMinimizedDefault()
- func (ptr *QWebInspector) ShowNormalDefault()
- func (ptr *QWebInspector) SizeHintDefault() *core.QSize
- func (ptr *QWebInspector) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QWebInspector) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QWebInspector) UpdateDefault()
- func (ptr *QWebInspector) UpdateMicroFocusDefault()
- func (ptr *QWebInspector) WheelEventDefault(event gui.QWheelEvent_ITF)
- type QWebInspector_ITF
- type QWebPage
- func (ptr *QWebPage) AcceptNavigationRequest(frame QWebFrame_ITF, request network.QNetworkRequest_ITF, ...) bool
- func (ptr *QWebPage) AcceptNavigationRequestDefault(frame QWebFrame_ITF, request network.QNetworkRequest_ITF, ...) bool
- func (ptr *QWebPage) Action(action QWebPage__WebAction) *widgets.QAction
- func (ptr *QWebPage) ApplicationCacheQuotaExceeded(origin QWebSecurityOrigin_ITF, defaultOriginQuota uint64, ...)
- func (ptr *QWebPage) BytesReceived() uint64
- func (ptr *QWebPage) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebPage) ChooseFile(parentFrame QWebFrame_ITF, suggestedFile string) string
- func (ptr *QWebPage) ChooseFileDefault(parentFrame QWebFrame_ITF, suggestedFile string) string
- func (ptr *QWebPage) ConnectAcceptNavigationRequest(f func(frame *QWebFrame, request *network.QNetworkRequest, ...) bool)
- func (ptr *QWebPage) ConnectApplicationCacheQuotaExceeded(...)
- func (ptr *QWebPage) ConnectChooseFile(f func(parentFrame *QWebFrame, suggestedFile string) string)
- func (ptr *QWebPage) ConnectConsoleMessageReceived(...)
- func (ptr *QWebPage) ConnectContentsChanged(f func())
- func (ptr *QWebPage) ConnectCreatePlugin(...)
- func (ptr *QWebPage) ConnectCreateWindow(f func(ty QWebPage__WebWindowType) *QWebPage)
- func (ptr *QWebPage) ConnectDatabaseQuotaExceeded(f func(frame *QWebFrame, databaseName string))
- func (ptr *QWebPage) ConnectDownloadRequested(f func(request *network.QNetworkRequest))
- func (ptr *QWebPage) ConnectFeaturePermissionRequestCanceled(f func(frame *QWebFrame, feature QWebPage__Feature))
- func (ptr *QWebPage) ConnectFeaturePermissionRequested(f func(frame *QWebFrame, feature QWebPage__Feature))
- func (ptr *QWebPage) ConnectFocusedElementChanged(f func(element *QWebElement))
- func (ptr *QWebPage) ConnectFrameCreated(f func(frame *QWebFrame))
- func (ptr *QWebPage) ConnectGeometryChangeRequested(f func(geom *core.QRect))
- func (ptr *QWebPage) ConnectJavaScriptAlert(f func(frame *QWebFrame, msg string))
- func (ptr *QWebPage) ConnectJavaScriptConfirm(f func(frame *QWebFrame, msg string) bool)
- func (ptr *QWebPage) ConnectJavaScriptConsoleMessage(f func(message string, lineNumber int, sourceID string))
- func (ptr *QWebPage) ConnectJavaScriptPrompt(f func(frame *QWebFrame, msg string, defaultValue string, result string) bool)
- func (ptr *QWebPage) ConnectLinkClicked(f func(url *core.QUrl))
- func (ptr *QWebPage) ConnectLinkHovered(f func(link string, title string, textContent string))
- func (ptr *QWebPage) ConnectLoadFinished(f func(ok bool))
- func (ptr *QWebPage) ConnectLoadProgress(f func(progress int))
- func (ptr *QWebPage) ConnectLoadStarted(f func())
- func (ptr *QWebPage) ConnectMenuBarVisibilityChangeRequested(f func(visible bool))
- func (ptr *QWebPage) ConnectMicroFocusChanged(f func())
- func (ptr *QWebPage) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebPage) ConnectPrintRequested(f func(frame *QWebFrame))
- func (ptr *QWebPage) ConnectRecentlyAudibleChanged(f func(recentlyAudible bool))
- func (ptr *QWebPage) ConnectRepaintRequested(f func(dirtyRect *core.QRect))
- func (ptr *QWebPage) ConnectRestoreFrameStateRequested(f func(frame *QWebFrame))
- func (ptr *QWebPage) ConnectSaveFrameStateRequested(f func(frame *QWebFrame, item *QWebHistoryItem))
- func (ptr *QWebPage) ConnectScrollRequested(f func(dx int, dy int, rectToScroll *core.QRect))
- func (ptr *QWebPage) ConnectSelectionChanged(f func())
- func (ptr *QWebPage) ConnectShouldInterruptJavaScript(f func() bool)
- func (ptr *QWebPage) ConnectStatusBarMessage(f func(text string))
- func (ptr *QWebPage) ConnectStatusBarVisibilityChangeRequested(f func(visible bool))
- func (ptr *QWebPage) ConnectSupportsExtension(f func(extension QWebPage__Extension) bool)
- func (ptr *QWebPage) ConnectToolBarVisibilityChangeRequested(f func(visible bool))
- func (ptr *QWebPage) ConnectTriggerAction(f func(action QWebPage__WebAction, checked bool))
- func (ptr *QWebPage) ConnectUnsupportedContent(f func(reply *network.QNetworkReply))
- func (ptr *QWebPage) ConnectUserAgentForUrl(f func(url *core.QUrl) string)
- func (ptr *QWebPage) ConnectViewportChangeRequested(f func())
- func (ptr *QWebPage) ConnectWindowCloseRequested(f func())
- func (ptr *QWebPage) ConsoleMessageReceived(source QWebPage__MessageSource, level QWebPage__MessageLevel, message string, ...)
- func (ptr *QWebPage) ContentsChanged()
- func (ptr *QWebPage) CreatePlugin(classid string, url core.QUrl_ITF, paramNames []string, paramValues []string) *core.QObject
- func (ptr *QWebPage) CreatePluginDefault(classid string, url core.QUrl_ITF, paramNames []string, paramValues []string) *core.QObject
- func (ptr *QWebPage) CreateStandardContextMenu() *widgets.QMenu
- func (ptr *QWebPage) CreateWindow(ty QWebPage__WebWindowType) *QWebPage
- func (ptr *QWebPage) CreateWindowDefault(ty QWebPage__WebWindowType) *QWebPage
- func (ptr *QWebPage) CurrentFrame() *QWebFrame
- func (ptr *QWebPage) CustomAction(action int) *widgets.QAction
- func (ptr *QWebPage) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebPage) DatabaseQuotaExceeded(frame QWebFrame_ITF, databaseName string)
- func (ptr *QWebPage) DeleteLaterDefault()
- func (ptr *QWebPage) DestroyQWebPage()
- func (ptr *QWebPage) DisconnectAcceptNavigationRequest()
- func (ptr *QWebPage) DisconnectApplicationCacheQuotaExceeded()
- func (ptr *QWebPage) DisconnectChooseFile()
- func (ptr *QWebPage) DisconnectConsoleMessageReceived()
- func (ptr *QWebPage) DisconnectContentsChanged()
- func (ptr *QWebPage) DisconnectCreatePlugin()
- func (ptr *QWebPage) DisconnectCreateWindow()
- func (ptr *QWebPage) DisconnectDatabaseQuotaExceeded()
- func (ptr *QWebPage) DisconnectDownloadRequested()
- func (ptr *QWebPage) DisconnectFeaturePermissionRequestCanceled()
- func (ptr *QWebPage) DisconnectFeaturePermissionRequested()
- func (ptr *QWebPage) DisconnectFocusedElementChanged()
- func (ptr *QWebPage) DisconnectFrameCreated()
- func (ptr *QWebPage) DisconnectGeometryChangeRequested()
- func (ptr *QWebPage) DisconnectJavaScriptAlert()
- func (ptr *QWebPage) DisconnectJavaScriptConfirm()
- func (ptr *QWebPage) DisconnectJavaScriptConsoleMessage()
- func (ptr *QWebPage) DisconnectJavaScriptPrompt()
- func (ptr *QWebPage) DisconnectLinkClicked()
- func (ptr *QWebPage) DisconnectLinkHovered()
- func (ptr *QWebPage) DisconnectLoadFinished()
- func (ptr *QWebPage) DisconnectLoadProgress()
- func (ptr *QWebPage) DisconnectLoadStarted()
- func (ptr *QWebPage) DisconnectMenuBarVisibilityChangeRequested()
- func (ptr *QWebPage) DisconnectMicroFocusChanged()
- func (ptr *QWebPage) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebPage) DisconnectPrintRequested()
- func (ptr *QWebPage) DisconnectRecentlyAudibleChanged()
- func (ptr *QWebPage) DisconnectRepaintRequested()
- func (ptr *QWebPage) DisconnectRestoreFrameStateRequested()
- func (ptr *QWebPage) DisconnectSaveFrameStateRequested()
- func (ptr *QWebPage) DisconnectScrollRequested()
- func (ptr *QWebPage) DisconnectSelectionChanged()
- func (ptr *QWebPage) DisconnectShouldInterruptJavaScript()
- func (ptr *QWebPage) DisconnectStatusBarMessage()
- func (ptr *QWebPage) DisconnectStatusBarVisibilityChangeRequested()
- func (ptr *QWebPage) DisconnectSupportsExtension()
- func (ptr *QWebPage) DisconnectToolBarVisibilityChangeRequested()
- func (ptr *QWebPage) DisconnectTriggerAction()
- func (ptr *QWebPage) DisconnectUnsupportedContent()
- func (ptr *QWebPage) DisconnectUserAgentForUrl()
- func (ptr *QWebPage) DisconnectViewportChangeRequested()
- func (ptr *QWebPage) DisconnectWindowCloseRequested()
- func (ptr *QWebPage) DownloadRequested(request network.QNetworkRequest_ITF)
- func (ptr *QWebPage) EventDefault(ev core.QEvent_ITF) bool
- func (ptr *QWebPage) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebPage) FeaturePermissionRequestCanceled(frame QWebFrame_ITF, feature QWebPage__Feature)
- func (ptr *QWebPage) FeaturePermissionRequested(frame QWebFrame_ITF, feature QWebPage__Feature)
- func (ptr *QWebPage) FindText(subString string, options QWebPage__FindFlag) bool
- func (ptr *QWebPage) FocusNextPrevChild(next bool) bool
- func (ptr *QWebPage) FocusedElementChanged(element QWebElement_ITF)
- func (ptr *QWebPage) ForwardUnsupportedContent() bool
- func (ptr *QWebPage) FrameAt(pos core.QPoint_ITF) *QWebFrame
- func (ptr *QWebPage) FrameCreated(frame QWebFrame_ITF)
- func (ptr *QWebPage) GeometryChangeRequested(geom core.QRect_ITF)
- func (ptr *QWebPage) HasSelection() bool
- func (ptr *QWebPage) History() *QWebHistory
- func (ptr *QWebPage) InputMethodQuery(property core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QWebPage) IsContentEditable() bool
- func (ptr *QWebPage) IsModified() bool
- func (ptr *QWebPage) JavaScriptAlert(frame QWebFrame_ITF, msg string)
- func (ptr *QWebPage) JavaScriptAlertDefault(frame QWebFrame_ITF, msg string)
- func (ptr *QWebPage) JavaScriptConfirm(frame QWebFrame_ITF, msg string) bool
- func (ptr *QWebPage) JavaScriptConfirmDefault(frame QWebFrame_ITF, msg string) bool
- func (ptr *QWebPage) JavaScriptConsoleMessage(message string, lineNumber int, sourceID string)
- func (ptr *QWebPage) JavaScriptConsoleMessageDefault(message string, lineNumber int, sourceID string)
- func (ptr *QWebPage) JavaScriptPrompt(frame QWebFrame_ITF, msg string, defaultValue string, result string) bool
- func (ptr *QWebPage) JavaScriptPromptDefault(frame QWebFrame_ITF, msg string, defaultValue string, result string) bool
- func (ptr *QWebPage) LinkClicked(url core.QUrl_ITF)
- func (ptr *QWebPage) LinkDelegationPolicy() QWebPage__LinkDelegationPolicy
- func (ptr *QWebPage) LinkHovered(link string, title string, textContent string)
- func (ptr *QWebPage) LoadFinished(ok bool)
- func (ptr *QWebPage) LoadProgress(progress int)
- func (ptr *QWebPage) LoadStarted()
- func (ptr *QWebPage) MainFrame() *QWebFrame
- func (ptr *QWebPage) MenuBarVisibilityChangeRequested(visible bool)
- func (ptr *QWebPage) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebPage) MicroFocusChanged()
- func (ptr *QWebPage) NetworkAccessManager() *network.QNetworkAccessManager
- func (ptr *QWebPage) Palette() *gui.QPalette
- func (ptr *QWebPage) PluginFactory() *QWebPluginFactory
- func (ptr *QWebPage) Pointer() unsafe.Pointer
- func (ptr *QWebPage) PreferredContentsSize() *core.QSize
- func (ptr *QWebPage) PrintRequested(frame QWebFrame_ITF)
- func (ptr *QWebPage) QWebPage_PTR() *QWebPage
- func (ptr *QWebPage) RecentlyAudible() bool
- func (ptr *QWebPage) RecentlyAudibleChanged(recentlyAudible bool)
- func (ptr *QWebPage) RepaintRequested(dirtyRect core.QRect_ITF)
- func (ptr *QWebPage) RestoreFrameStateRequested(frame QWebFrame_ITF)
- func (ptr *QWebPage) SaveFrameStateRequested(frame QWebFrame_ITF, item QWebHistoryItem_ITF)
- func (ptr *QWebPage) ScrollRequested(dx int, dy int, rectToScroll core.QRect_ITF)
- func (ptr *QWebPage) SelectedHtml() string
- func (ptr *QWebPage) SelectedText() string
- func (ptr *QWebPage) SelectionChanged()
- func (ptr *QWebPage) SetActualVisibleContentRect(rect core.QRect_ITF)
- func (ptr *QWebPage) SetContentEditable(editable bool)
- func (ptr *QWebPage) SetFeaturePermission(frame QWebFrame_ITF, feature QWebPage__Feature, ...)
- func (ptr *QWebPage) SetForwardUnsupportedContent(forward bool)
- func (ptr *QWebPage) SetLinkDelegationPolicy(policy QWebPage__LinkDelegationPolicy)
- func (ptr *QWebPage) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
- func (ptr *QWebPage) SetPalette(palette gui.QPalette_ITF)
- func (ptr *QWebPage) SetPluginFactory(factory QWebPluginFactory_ITF)
- func (ptr *QWebPage) SetPointer(p unsafe.Pointer)
- func (ptr *QWebPage) SetPreferredContentsSize(size core.QSize_ITF)
- func (ptr *QWebPage) SetView(view widgets.QWidget_ITF)
- func (ptr *QWebPage) SetViewportSize(size core.QSize_ITF)
- func (ptr *QWebPage) SetVisibilityState(vvi QWebPage__VisibilityState)
- func (ptr *QWebPage) Settings() *QWebSettings
- func (ptr *QWebPage) ShouldInterruptJavaScript() bool
- func (ptr *QWebPage) ShouldInterruptJavaScriptDefault() bool
- func (ptr *QWebPage) StatusBarMessage(text string)
- func (ptr *QWebPage) StatusBarVisibilityChangeRequested(visible bool)
- func (ptr *QWebPage) SupportedContentTypes() []string
- func (ptr *QWebPage) SupportsContentType(mimeType string) bool
- func (ptr *QWebPage) SupportsExtension(extension QWebPage__Extension) bool
- func (ptr *QWebPage) SupportsExtensionDefault(extension QWebPage__Extension) bool
- func (ptr *QWebPage) SwallowContextMenuEvent(event gui.QContextMenuEvent_ITF) bool
- func (ptr *QWebPage) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QWebPage) ToolBarVisibilityChangeRequested(visible bool)
- func (ptr *QWebPage) TotalBytes() uint64
- func (ptr *QWebPage) TriggerAction(action QWebPage__WebAction, checked bool)
- func (ptr *QWebPage) TriggerActionDefault(action QWebPage__WebAction, checked bool)
- func (ptr *QWebPage) UndoStack() *widgets.QUndoStack
- func (ptr *QWebPage) UnsupportedContent(reply network.QNetworkReply_ITF)
- func (ptr *QWebPage) UpdatePositionDependentActions(pos core.QPoint_ITF)
- func (ptr *QWebPage) UserAgentForUrl(url core.QUrl_ITF) string
- func (ptr *QWebPage) UserAgentForUrlDefault(url core.QUrl_ITF) string
- func (ptr *QWebPage) View() *widgets.QWidget
- func (ptr *QWebPage) ViewportChangeRequested()
- func (ptr *QWebPage) ViewportSize() *core.QSize
- func (ptr *QWebPage) VisibilityState() QWebPage__VisibilityState
- func (ptr *QWebPage) WindowCloseRequested()
- type QWebPage_ITF
- type QWebPage__ErrorDomain
- type QWebPage__Extension
- type QWebPage__Feature
- type QWebPage__FindFlag
- type QWebPage__LinkDelegationPolicy
- type QWebPage__MessageLevel
- type QWebPage__MessageSource
- type QWebPage__NavigationType
- type QWebPage__PermissionPolicy
- type QWebPage__VisibilityState
- type QWebPage__WebAction
- type QWebPage__WebWindowType
- type QWebPluginFactory
- func (ptr *QWebPluginFactory) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebPluginFactory) ConnectCreate(...)
- func (ptr *QWebPluginFactory) ConnectDestroyQWebPluginFactory(f func())
- func (ptr *QWebPluginFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebPluginFactory) ConnectRefreshPlugins(f func())
- func (ptr *QWebPluginFactory) Create(mimeType string, url core.QUrl_ITF, argumentNames []string, ...) *core.QObject
- func (ptr *QWebPluginFactory) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebPluginFactory) DeleteLaterDefault()
- func (ptr *QWebPluginFactory) DestroyQWebPluginFactory()
- func (ptr *QWebPluginFactory) DestroyQWebPluginFactoryDefault()
- func (ptr *QWebPluginFactory) DisconnectCreate()
- func (ptr *QWebPluginFactory) DisconnectDestroyQWebPluginFactory()
- func (ptr *QWebPluginFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebPluginFactory) DisconnectRefreshPlugins()
- func (ptr *QWebPluginFactory) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QWebPluginFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebPluginFactory) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebPluginFactory) Pointer() unsafe.Pointer
- func (ptr *QWebPluginFactory) QWebPluginFactory_PTR() *QWebPluginFactory
- func (ptr *QWebPluginFactory) RefreshPlugins()
- func (ptr *QWebPluginFactory) RefreshPluginsDefault()
- func (ptr *QWebPluginFactory) SetPointer(p unsafe.Pointer)
- func (ptr *QWebPluginFactory) TimerEventDefault(event core.QTimerEvent_ITF)
- type QWebPluginFactory_ITF
- type QWebSecurityOrigin
- func (ptr *QWebSecurityOrigin) AddAccessWhitelistEntry(scheme string, host string, ...)
- func (ptr *QWebSecurityOrigin) AddLocalScheme(scheme string)
- func (ptr *QWebSecurityOrigin) AllOrigins() []*QWebSecurityOrigin
- func (ptr *QWebSecurityOrigin) DatabaseQuota() int64
- func (ptr *QWebSecurityOrigin) DatabaseUsage() int64
- func (ptr *QWebSecurityOrigin) Databases() []*QWebDatabase
- func (ptr *QWebSecurityOrigin) DestroyQWebSecurityOrigin()
- func (ptr *QWebSecurityOrigin) Host() string
- func (ptr *QWebSecurityOrigin) LocalSchemes() []string
- func (ptr *QWebSecurityOrigin) Pointer() unsafe.Pointer
- func (ptr *QWebSecurityOrigin) Port() int
- func (ptr *QWebSecurityOrigin) QWebSecurityOrigin_PTR() *QWebSecurityOrigin
- func (ptr *QWebSecurityOrigin) RemoveAccessWhitelistEntry(scheme string, host string, ...)
- func (ptr *QWebSecurityOrigin) RemoveLocalScheme(scheme string)
- func (ptr *QWebSecurityOrigin) Scheme() string
- func (ptr *QWebSecurityOrigin) SetApplicationCacheQuota(quota int64)
- func (ptr *QWebSecurityOrigin) SetDatabaseQuota(quota int64)
- func (ptr *QWebSecurityOrigin) SetPointer(p unsafe.Pointer)
- type QWebSecurityOrigin_ITF
- type QWebSecurityOrigin__SubdomainSetting
- type QWebSettings
- func (ptr *QWebSettings) ClearIconDatabase()
- func (ptr *QWebSettings) ClearMemoryCaches()
- func (ptr *QWebSettings) CssMediaType() string
- func (ptr *QWebSettings) DefaultTextEncoding() string
- func (ptr *QWebSettings) DestroyQWebSettings()
- func (ptr *QWebSettings) EnablePersistentStorage(path string)
- func (ptr *QWebSettings) FontFamily(which QWebSettings__FontFamily) string
- func (ptr *QWebSettings) FontSize(ty QWebSettings__FontSize) int
- func (ptr *QWebSettings) GlobalSettings() *QWebSettings
- func (ptr *QWebSettings) IconDatabasePath() string
- func (ptr *QWebSettings) IconForUrl(url core.QUrl_ITF) *gui.QIcon
- func (ptr *QWebSettings) LocalStoragePath() string
- func (ptr *QWebSettings) MaximumPagesInCache() int
- func (ptr *QWebSettings) OfflineStorageDefaultQuota() int64
- func (ptr *QWebSettings) OfflineStoragePath() string
- func (ptr *QWebSettings) OfflineWebApplicationCachePath() string
- func (ptr *QWebSettings) OfflineWebApplicationCacheQuota() int64
- func (ptr *QWebSettings) PluginSearchPaths() []string
- func (ptr *QWebSettings) Pointer() unsafe.Pointer
- func (ptr *QWebSettings) QWebSettings_PTR() *QWebSettings
- func (ptr *QWebSettings) ResetAttribute(attribute QWebSettings__WebAttribute)
- func (ptr *QWebSettings) ResetFontFamily(which QWebSettings__FontFamily)
- func (ptr *QWebSettings) ResetFontSize(ty QWebSettings__FontSize)
- func (ptr *QWebSettings) SetAttribute(attribute QWebSettings__WebAttribute, on bool)
- func (ptr *QWebSettings) SetCSSMediaType(ty string)
- func (ptr *QWebSettings) SetDefaultTextEncoding(encoding string)
- func (ptr *QWebSettings) SetFontFamily(which QWebSettings__FontFamily, family string)
- func (ptr *QWebSettings) SetFontSize(ty QWebSettings__FontSize, size int)
- func (ptr *QWebSettings) SetIconDatabasePath(path string)
- func (ptr *QWebSettings) SetLocalStoragePath(path string)
- func (ptr *QWebSettings) SetMaximumPagesInCache(pages int)
- func (ptr *QWebSettings) SetObjectCacheCapacities(cacheMinDeadCapacity int, cacheMaxDead int, totalCapacity int)
- func (ptr *QWebSettings) SetOfflineStorageDefaultQuota(maximumSize int64)
- func (ptr *QWebSettings) SetOfflineStoragePath(path string)
- func (ptr *QWebSettings) SetOfflineWebApplicationCachePath(path string)
- func (ptr *QWebSettings) SetOfflineWebApplicationCacheQuota(maximumSize int64)
- func (ptr *QWebSettings) SetPluginSearchPaths(paths []string)
- func (ptr *QWebSettings) SetPointer(p unsafe.Pointer)
- func (ptr *QWebSettings) SetThirdPartyCookiePolicy(policy QWebSettings__ThirdPartyCookiePolicy)
- func (ptr *QWebSettings) SetUserStyleSheetUrl(location core.QUrl_ITF)
- func (ptr *QWebSettings) SetWebGraphic(ty QWebSettings__WebGraphic, graphic gui.QPixmap_ITF)
- func (ptr *QWebSettings) TestAttribute(attribute QWebSettings__WebAttribute) bool
- func (ptr *QWebSettings) ThirdPartyCookiePolicy() QWebSettings__ThirdPartyCookiePolicy
- func (ptr *QWebSettings) UserStyleSheetUrl() *core.QUrl
- func (ptr *QWebSettings) WebGraphic(ty QWebSettings__WebGraphic) *gui.QPixmap
- type QWebSettings_ITF
- type QWebSettings__FontFamily
- type QWebSettings__FontSize
- type QWebSettings__ThirdPartyCookiePolicy
- type QWebSettings__WebAttribute
- type QWebSettings__WebGraphic
- type QWebView
- func (ptr *QWebView) ActionEventDefault(event gui.QActionEvent_ITF)
- func (ptr *QWebView) Back()
- func (ptr *QWebView) BackDefault()
- func (ptr *QWebView) ChangeEventDefault(e core.QEvent_ITF)
- func (ptr *QWebView) ChildEventDefault(event core.QChildEvent_ITF)
- func (ptr *QWebView) CloseDefault() bool
- func (ptr *QWebView) CloseEventDefault(event gui.QCloseEvent_ITF)
- func (ptr *QWebView) ConnectBack(f func())
- func (ptr *QWebView) ConnectCreateWindow(f func(ty QWebPage__WebWindowType) *QWebView)
- func (ptr *QWebView) ConnectForward(f func())
- func (ptr *QWebView) ConnectIconChanged(f func())
- func (ptr *QWebView) ConnectLinkClicked(f func(url *core.QUrl))
- func (ptr *QWebView) ConnectLoadFinished(f func(ok bool))
- func (ptr *QWebView) ConnectLoadProgress(f func(progress int))
- func (ptr *QWebView) ConnectLoadStarted(f func())
- func (ptr *QWebView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebView) ConnectPrint(f func(printer *printsupport.QPrinter))
- func (ptr *QWebView) ConnectReload(f func())
- func (ptr *QWebView) ConnectSelectionChanged(f func())
- func (ptr *QWebView) ConnectStatusBarMessage(f func(text string))
- func (ptr *QWebView) ConnectStop(f func())
- func (ptr *QWebView) ConnectTitleChanged(f func(title string))
- func (ptr *QWebView) ConnectUrlChanged(f func(url *core.QUrl))
- func (ptr *QWebView) ContextMenuEventDefault(ev gui.QContextMenuEvent_ITF)
- func (ptr *QWebView) CreateWindow(ty QWebPage__WebWindowType) *QWebView
- func (ptr *QWebView) CreateWindowDefault(ty QWebPage__WebWindowType) *QWebView
- func (ptr *QWebView) CustomEventDefault(event core.QEvent_ITF)
- func (ptr *QWebView) DeleteLaterDefault()
- func (ptr *QWebView) DestroyQWebView()
- func (ptr *QWebView) DisconnectBack()
- func (ptr *QWebView) DisconnectCreateWindow()
- func (ptr *QWebView) DisconnectForward()
- func (ptr *QWebView) DisconnectIconChanged()
- func (ptr *QWebView) DisconnectLinkClicked()
- func (ptr *QWebView) DisconnectLoadFinished()
- func (ptr *QWebView) DisconnectLoadProgress()
- func (ptr *QWebView) DisconnectLoadStarted()
- func (ptr *QWebView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
- func (ptr *QWebView) DisconnectPrint()
- func (ptr *QWebView) DisconnectReload()
- func (ptr *QWebView) DisconnectSelectionChanged()
- func (ptr *QWebView) DisconnectStatusBarMessage()
- func (ptr *QWebView) DisconnectStop()
- func (ptr *QWebView) DisconnectTitleChanged()
- func (ptr *QWebView) DisconnectUrlChanged()
- func (ptr *QWebView) DragEnterEventDefault(ev gui.QDragEnterEvent_ITF)
- func (ptr *QWebView) DragLeaveEventDefault(ev gui.QDragLeaveEvent_ITF)
- func (ptr *QWebView) DragMoveEventDefault(ev gui.QDragMoveEvent_ITF)
- func (ptr *QWebView) DropEventDefault(ev gui.QDropEvent_ITF)
- func (ptr *QWebView) EnterEventDefault(event core.QEvent_ITF)
- func (ptr *QWebView) EventDefault(e core.QEvent_ITF) bool
- func (ptr *QWebView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
- func (ptr *QWebView) FindText(subString string, options QWebPage__FindFlag) bool
- func (ptr *QWebView) FocusInEventDefault(ev gui.QFocusEvent_ITF)
- func (ptr *QWebView) FocusNextPrevChildDefault(next bool) bool
- func (ptr *QWebView) FocusOutEventDefault(ev gui.QFocusEvent_ITF)
- func (ptr *QWebView) Forward()
- func (ptr *QWebView) ForwardDefault()
- func (ptr *QWebView) HasHeightForWidthDefault() bool
- func (ptr *QWebView) HasSelection() bool
- func (ptr *QWebView) HeightForWidthDefault(w int) int
- func (ptr *QWebView) HideDefault()
- func (ptr *QWebView) HideEventDefault(event gui.QHideEvent_ITF)
- func (ptr *QWebView) History() *QWebHistory
- func (ptr *QWebView) Icon() *gui.QIcon
- func (ptr *QWebView) IconChanged()
- func (ptr *QWebView) InitPainterDefault(painter gui.QPainter_ITF)
- func (ptr *QWebView) InputMethodEventDefault(e gui.QInputMethodEvent_ITF)
- func (ptr *QWebView) InputMethodQueryDefault(property core.Qt__InputMethodQuery) *core.QVariant
- func (ptr *QWebView) IsModified() bool
- func (ptr *QWebView) KeyPressEventDefault(ev gui.QKeyEvent_ITF)
- func (ptr *QWebView) KeyReleaseEventDefault(ev gui.QKeyEvent_ITF)
- func (ptr *QWebView) LeaveEventDefault(event core.QEvent_ITF)
- func (ptr *QWebView) LinkClicked(url core.QUrl_ITF)
- func (ptr *QWebView) Load(url core.QUrl_ITF)
- func (ptr *QWebView) Load2(request network.QNetworkRequest_ITF, ...)
- func (ptr *QWebView) LoadFinished(ok bool)
- func (ptr *QWebView) LoadProgress(progress int)
- func (ptr *QWebView) LoadStarted()
- func (ptr *QWebView) LowerDefault()
- func (ptr *QWebView) MetaObjectDefault() *core.QMetaObject
- func (ptr *QWebView) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
- func (ptr *QWebView) MinimumSizeHintDefault() *core.QSize
- func (ptr *QWebView) MouseDoubleClickEventDefault(ev gui.QMouseEvent_ITF)
- func (ptr *QWebView) MouseMoveEventDefault(ev gui.QMouseEvent_ITF)
- func (ptr *QWebView) MousePressEventDefault(ev gui.QMouseEvent_ITF)
- func (ptr *QWebView) MouseReleaseEventDefault(ev gui.QMouseEvent_ITF)
- func (ptr *QWebView) MoveEventDefault(event gui.QMoveEvent_ITF)
- func (ptr *QWebView) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result *int) bool
- func (ptr *QWebView) Page() *QWebPage
- func (ptr *QWebView) PageAction(action QWebPage__WebAction) *widgets.QAction
- func (ptr *QWebView) PaintEngineDefault() *gui.QPaintEngine
- func (ptr *QWebView) PaintEventDefault(ev gui.QPaintEvent_ITF)
- func (ptr *QWebView) Pointer() unsafe.Pointer
- func (ptr *QWebView) Print(printer printsupport.QPrinter_ITF)
- func (ptr *QWebView) PrintDefault(printer printsupport.QPrinter_ITF)
- func (ptr *QWebView) QWebView_PTR() *QWebView
- func (ptr *QWebView) RaiseDefault()
- func (ptr *QWebView) Reload()
- func (ptr *QWebView) ReloadDefault()
- func (ptr *QWebView) RenderHints() gui.QPainter__RenderHint
- func (ptr *QWebView) RepaintDefault()
- func (ptr *QWebView) ResizeEventDefault(e gui.QResizeEvent_ITF)
- func (ptr *QWebView) SelectedHtml() string
- func (ptr *QWebView) SelectedText() string
- func (ptr *QWebView) SelectionChanged()
- func (ptr *QWebView) SetContent(data core.QByteArray_ITF, mimeType string, baseUrl core.QUrl_ITF)
- func (ptr *QWebView) SetDisabledDefault(disable bool)
- func (ptr *QWebView) SetEnabledDefault(vbo bool)
- func (ptr *QWebView) SetFocus2Default()
- func (ptr *QWebView) SetHiddenDefault(hidden bool)
- func (ptr *QWebView) SetHtml(html string, baseUrl core.QUrl_ITF)
- func (ptr *QWebView) SetPage(page QWebPage_ITF)
- func (ptr *QWebView) SetPointer(p unsafe.Pointer)
- func (ptr *QWebView) SetRenderHint(hint gui.QPainter__RenderHint, enabled bool)
- func (ptr *QWebView) SetRenderHints(hints gui.QPainter__RenderHint)
- func (ptr *QWebView) SetStyleSheetDefault(styleSheet string)
- func (ptr *QWebView) SetTextSizeMultiplier(factor float64)
- func (ptr *QWebView) SetUrl(url core.QUrl_ITF)
- func (ptr *QWebView) SetVisibleDefault(visible bool)
- func (ptr *QWebView) SetWindowModifiedDefault(vbo bool)
- func (ptr *QWebView) SetWindowTitleDefault(vqs string)
- func (ptr *QWebView) SetZoomFactor(factor float64)
- func (ptr *QWebView) Settings() *QWebSettings
- func (ptr *QWebView) ShowDefault()
- func (ptr *QWebView) ShowEventDefault(event gui.QShowEvent_ITF)
- func (ptr *QWebView) ShowFullScreenDefault()
- func (ptr *QWebView) ShowMaximizedDefault()
- func (ptr *QWebView) ShowMinimizedDefault()
- func (ptr *QWebView) ShowNormalDefault()
- func (ptr *QWebView) SizeHintDefault() *core.QSize
- func (ptr *QWebView) StatusBarMessage(text string)
- func (ptr *QWebView) Stop()
- func (ptr *QWebView) StopDefault()
- func (ptr *QWebView) TabletEventDefault(event gui.QTabletEvent_ITF)
- func (ptr *QWebView) TextSizeMultiplier() float64
- func (ptr *QWebView) TimerEventDefault(event core.QTimerEvent_ITF)
- func (ptr *QWebView) Title() string
- func (ptr *QWebView) TitleChanged(title string)
- func (ptr *QWebView) TriggerPageAction(action QWebPage__WebAction, checked bool)
- func (ptr *QWebView) UpdateDefault()
- func (ptr *QWebView) UpdateMicroFocusDefault()
- func (ptr *QWebView) Url() *core.QUrl
- func (ptr *QWebView) UrlChanged(url core.QUrl_ITF)
- func (ptr *QWebView) WheelEventDefault(ev gui.QWheelEvent_ITF)
- func (ptr *QWebView) ZoomFactor() float64
- type QWebView_ITF
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PointerFromQGraphicsWebView ¶
func PointerFromQGraphicsWebView(ptr QGraphicsWebView_ITF) unsafe.Pointer
func PointerFromQWebDatabase ¶
func PointerFromQWebDatabase(ptr QWebDatabase_ITF) unsafe.Pointer
func PointerFromQWebElement ¶
func PointerFromQWebElement(ptr QWebElement_ITF) unsafe.Pointer
func PointerFromQWebElementCollection ¶
func PointerFromQWebElementCollection(ptr QWebElementCollection_ITF) unsafe.Pointer
func PointerFromQWebFrame ¶
func PointerFromQWebFrame(ptr QWebFrame_ITF) unsafe.Pointer
func PointerFromQWebHistory ¶
func PointerFromQWebHistory(ptr QWebHistory_ITF) unsafe.Pointer
func PointerFromQWebHistoryInterface ¶
func PointerFromQWebHistoryInterface(ptr QWebHistoryInterface_ITF) unsafe.Pointer
func PointerFromQWebHistoryItem ¶
func PointerFromQWebHistoryItem(ptr QWebHistoryItem_ITF) unsafe.Pointer
func PointerFromQWebHitTestResult ¶
func PointerFromQWebHitTestResult(ptr QWebHitTestResult_ITF) unsafe.Pointer
func PointerFromQWebInspector ¶
func PointerFromQWebInspector(ptr QWebInspector_ITF) unsafe.Pointer
func PointerFromQWebPage ¶
func PointerFromQWebPage(ptr QWebPage_ITF) unsafe.Pointer
func PointerFromQWebPluginFactory ¶
func PointerFromQWebPluginFactory(ptr QWebPluginFactory_ITF) unsafe.Pointer
func PointerFromQWebSecurityOrigin ¶
func PointerFromQWebSecurityOrigin(ptr QWebSecurityOrigin_ITF) unsafe.Pointer
func PointerFromQWebSettings ¶
func PointerFromQWebSettings(ptr QWebSettings_ITF) unsafe.Pointer
func PointerFromQWebView ¶
func PointerFromQWebView(ptr QWebView_ITF) unsafe.Pointer
func QWebDatabase_RemoveAllDatabases ¶
func QWebDatabase_RemoveAllDatabases()
func QWebDatabase_RemoveDatabase ¶
func QWebDatabase_RemoveDatabase(db QWebDatabase_ITF)
func QWebHistoryInterface_SetDefaultInterface ¶
func QWebHistoryInterface_SetDefaultInterface(defaultInterface QWebHistoryInterface_ITF)
func QWebSecurityOrigin_AddLocalScheme ¶
func QWebSecurityOrigin_AddLocalScheme(scheme string)
func QWebSecurityOrigin_LocalSchemes ¶
func QWebSecurityOrigin_LocalSchemes() []string
func QWebSecurityOrigin_RemoveLocalScheme ¶
func QWebSecurityOrigin_RemoveLocalScheme(scheme string)
func QWebSettings_ClearIconDatabase ¶
func QWebSettings_ClearIconDatabase()
func QWebSettings_ClearMemoryCaches ¶
func QWebSettings_ClearMemoryCaches()
func QWebSettings_EnablePersistentStorage ¶
func QWebSettings_EnablePersistentStorage(path string)
func QWebSettings_IconDatabasePath ¶
func QWebSettings_IconDatabasePath() string
func QWebSettings_MaximumPagesInCache ¶
func QWebSettings_MaximumPagesInCache() int
func QWebSettings_OfflineStorageDefaultQuota ¶
func QWebSettings_OfflineStorageDefaultQuota() int64
func QWebSettings_OfflineStoragePath ¶
func QWebSettings_OfflineStoragePath() string
func QWebSettings_OfflineWebApplicationCachePath ¶
func QWebSettings_OfflineWebApplicationCachePath() string
func QWebSettings_OfflineWebApplicationCacheQuota ¶
func QWebSettings_OfflineWebApplicationCacheQuota() int64
func QWebSettings_PluginSearchPaths ¶
func QWebSettings_PluginSearchPaths() []string
func QWebSettings_SetIconDatabasePath ¶
func QWebSettings_SetIconDatabasePath(path string)
func QWebSettings_SetMaximumPagesInCache ¶
func QWebSettings_SetMaximumPagesInCache(pages int)
func QWebSettings_SetOfflineStorageDefaultQuota ¶
func QWebSettings_SetOfflineStorageDefaultQuota(maximumSize int64)
func QWebSettings_SetOfflineStoragePath ¶
func QWebSettings_SetOfflineStoragePath(path string)
func QWebSettings_SetOfflineWebApplicationCachePath ¶
func QWebSettings_SetOfflineWebApplicationCachePath(path string)
func QWebSettings_SetOfflineWebApplicationCacheQuota ¶
func QWebSettings_SetOfflineWebApplicationCacheQuota(maximumSize int64)
func QWebSettings_SetPluginSearchPaths ¶
func QWebSettings_SetPluginSearchPaths(paths []string)
func QWebSettings_SetWebGraphic ¶
func QWebSettings_SetWebGraphic(ty QWebSettings__WebGraphic, graphic gui.QPixmap_ITF)
func QWebSettings_WebGraphic ¶
func QWebSettings_WebGraphic(ty QWebSettings__WebGraphic) *gui.QPixmap
Types ¶
type QGraphicsWebView ¶
type QGraphicsWebView struct {
widgets.QGraphicsWidget
}
func NewQGraphicsWebView ¶
func NewQGraphicsWebView(parent widgets.QGraphicsItem_ITF) *QGraphicsWebView
func NewQGraphicsWebViewFromPointer ¶
func NewQGraphicsWebViewFromPointer(ptr unsafe.Pointer) (n *QGraphicsWebView)
func (*QGraphicsWebView) AdvanceDefault ¶
func (ptr *QGraphicsWebView) AdvanceDefault(phase int)
func (*QGraphicsWebView) Back ¶
func (ptr *QGraphicsWebView) Back()
func (*QGraphicsWebView) BackDefault ¶
func (ptr *QGraphicsWebView) BackDefault()
func (*QGraphicsWebView) BoundingRectDefault ¶
func (ptr *QGraphicsWebView) BoundingRectDefault() *core.QRectF
func (*QGraphicsWebView) ChangeEventDefault ¶
func (ptr *QGraphicsWebView) ChangeEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) ChildEventDefault ¶
func (ptr *QGraphicsWebView) ChildEventDefault(event core.QChildEvent_ITF)
func (*QGraphicsWebView) CloseDefault ¶
func (ptr *QGraphicsWebView) CloseDefault() bool
func (*QGraphicsWebView) CloseEventDefault ¶
func (ptr *QGraphicsWebView) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QGraphicsWebView) CollidesWithItemDefault ¶
func (ptr *QGraphicsWebView) CollidesWithItemDefault(other widgets.QGraphicsItem_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QGraphicsWebView) CollidesWithPathDefault ¶
func (ptr *QGraphicsWebView) CollidesWithPathDefault(path gui.QPainterPath_ITF, mode core.Qt__ItemSelectionMode) bool
func (*QGraphicsWebView) ConnectBack ¶
func (ptr *QGraphicsWebView) ConnectBack(f func())
func (*QGraphicsWebView) ConnectForward ¶
func (ptr *QGraphicsWebView) ConnectForward(f func())
func (*QGraphicsWebView) ConnectIconChanged ¶
func (ptr *QGraphicsWebView) ConnectIconChanged(f func())
func (*QGraphicsWebView) ConnectLinkClicked ¶
func (ptr *QGraphicsWebView) ConnectLinkClicked(f func(url *core.QUrl))
func (*QGraphicsWebView) ConnectLoadFinished ¶
func (ptr *QGraphicsWebView) ConnectLoadFinished(f func(ok bool))
func (*QGraphicsWebView) ConnectLoadProgress ¶
func (ptr *QGraphicsWebView) ConnectLoadProgress(f func(progress int))
func (*QGraphicsWebView) ConnectLoadStarted ¶
func (ptr *QGraphicsWebView) ConnectLoadStarted(f func())
func (*QGraphicsWebView) ConnectNotifyDefault ¶
func (ptr *QGraphicsWebView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGraphicsWebView) ConnectReload ¶
func (ptr *QGraphicsWebView) ConnectReload(f func())
func (*QGraphicsWebView) ConnectStatusBarMessage ¶
func (ptr *QGraphicsWebView) ConnectStatusBarMessage(f func(text string))
func (*QGraphicsWebView) ConnectStop ¶
func (ptr *QGraphicsWebView) ConnectStop(f func())
func (*QGraphicsWebView) ConnectTitleChanged ¶
func (ptr *QGraphicsWebView) ConnectTitleChanged(f func(vqs string))
func (*QGraphicsWebView) ConnectUrlChanged ¶
func (ptr *QGraphicsWebView) ConnectUrlChanged(f func(vqu *core.QUrl))
func (*QGraphicsWebView) ContainsDefault ¶
func (ptr *QGraphicsWebView) ContainsDefault(point core.QPointF_ITF) bool
func (*QGraphicsWebView) ContextMenuEventDefault ¶
func (ptr *QGraphicsWebView) ContextMenuEventDefault(ev widgets.QGraphicsSceneContextMenuEvent_ITF)
func (*QGraphicsWebView) CustomEventDefault ¶
func (ptr *QGraphicsWebView) CustomEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) DeleteLaterDefault ¶
func (ptr *QGraphicsWebView) DeleteLaterDefault()
func (*QGraphicsWebView) DestroyQGraphicsWebView ¶
func (ptr *QGraphicsWebView) DestroyQGraphicsWebView()
func (*QGraphicsWebView) DisconnectBack ¶
func (ptr *QGraphicsWebView) DisconnectBack()
func (*QGraphicsWebView) DisconnectForward ¶
func (ptr *QGraphicsWebView) DisconnectForward()
func (*QGraphicsWebView) DisconnectIconChanged ¶
func (ptr *QGraphicsWebView) DisconnectIconChanged()
func (*QGraphicsWebView) DisconnectLinkClicked ¶
func (ptr *QGraphicsWebView) DisconnectLinkClicked()
func (*QGraphicsWebView) DisconnectLoadFinished ¶
func (ptr *QGraphicsWebView) DisconnectLoadFinished()
func (*QGraphicsWebView) DisconnectLoadProgress ¶
func (ptr *QGraphicsWebView) DisconnectLoadProgress()
func (*QGraphicsWebView) DisconnectLoadStarted ¶
func (ptr *QGraphicsWebView) DisconnectLoadStarted()
func (*QGraphicsWebView) DisconnectNotifyDefault ¶
func (ptr *QGraphicsWebView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QGraphicsWebView) DisconnectReload ¶
func (ptr *QGraphicsWebView) DisconnectReload()
func (*QGraphicsWebView) DisconnectStatusBarMessage ¶
func (ptr *QGraphicsWebView) DisconnectStatusBarMessage()
func (*QGraphicsWebView) DisconnectStop ¶
func (ptr *QGraphicsWebView) DisconnectStop()
func (*QGraphicsWebView) DisconnectTitleChanged ¶
func (ptr *QGraphicsWebView) DisconnectTitleChanged()
func (*QGraphicsWebView) DisconnectUrlChanged ¶
func (ptr *QGraphicsWebView) DisconnectUrlChanged()
func (*QGraphicsWebView) DragEnterEventDefault ¶
func (ptr *QGraphicsWebView) DragEnterEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QGraphicsWebView) DragLeaveEventDefault ¶
func (ptr *QGraphicsWebView) DragLeaveEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QGraphicsWebView) DragMoveEventDefault ¶
func (ptr *QGraphicsWebView) DragMoveEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QGraphicsWebView) DropEventDefault ¶
func (ptr *QGraphicsWebView) DropEventDefault(ev widgets.QGraphicsSceneDragDropEvent_ITF)
func (*QGraphicsWebView) EventDefault ¶
func (ptr *QGraphicsWebView) EventDefault(event core.QEvent_ITF) bool
func (*QGraphicsWebView) EventFilterDefault ¶
func (ptr *QGraphicsWebView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QGraphicsWebView) FindText ¶
func (ptr *QGraphicsWebView) FindText(subString string, options QWebPage__FindFlag) bool
func (*QGraphicsWebView) FocusInEventDefault ¶
func (ptr *QGraphicsWebView) FocusInEventDefault(ev gui.QFocusEvent_ITF)
func (*QGraphicsWebView) FocusNextPrevChildDefault ¶
func (ptr *QGraphicsWebView) FocusNextPrevChildDefault(next bool) bool
func (*QGraphicsWebView) FocusOutEventDefault ¶
func (ptr *QGraphicsWebView) FocusOutEventDefault(ev gui.QFocusEvent_ITF)
func (*QGraphicsWebView) Forward ¶
func (ptr *QGraphicsWebView) Forward()
func (*QGraphicsWebView) ForwardDefault ¶
func (ptr *QGraphicsWebView) ForwardDefault()
func (*QGraphicsWebView) GetContentsMarginsDefault ¶
func (ptr *QGraphicsWebView) GetContentsMarginsDefault(left float64, top float64, right float64, bottom float64)
func (*QGraphicsWebView) GrabKeyboardEventDefault ¶
func (ptr *QGraphicsWebView) GrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) GrabMouseEventDefault ¶
func (ptr *QGraphicsWebView) GrabMouseEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) HideEventDefault ¶
func (ptr *QGraphicsWebView) HideEventDefault(event gui.QHideEvent_ITF)
func (*QGraphicsWebView) History ¶
func (ptr *QGraphicsWebView) History() *QWebHistory
func (*QGraphicsWebView) HoverEnterEventDefault ¶
func (ptr *QGraphicsWebView) HoverEnterEventDefault(event widgets.QGraphicsSceneHoverEvent_ITF)
func (*QGraphicsWebView) HoverLeaveEventDefault ¶
func (ptr *QGraphicsWebView) HoverLeaveEventDefault(ev widgets.QGraphicsSceneHoverEvent_ITF)
func (*QGraphicsWebView) HoverMoveEventDefault ¶
func (ptr *QGraphicsWebView) HoverMoveEventDefault(ev widgets.QGraphicsSceneHoverEvent_ITF)
func (*QGraphicsWebView) Icon ¶
func (ptr *QGraphicsWebView) Icon() *gui.QIcon
func (*QGraphicsWebView) IconChanged ¶
func (ptr *QGraphicsWebView) IconChanged()
func (*QGraphicsWebView) InitStyleOptionDefault ¶
func (ptr *QGraphicsWebView) InitStyleOptionDefault(option widgets.QStyleOption_ITF)
func (*QGraphicsWebView) InputMethodEventDefault ¶
func (ptr *QGraphicsWebView) InputMethodEventDefault(ev gui.QInputMethodEvent_ITF)
func (*QGraphicsWebView) InputMethodQueryDefault ¶
func (ptr *QGraphicsWebView) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QGraphicsWebView) IsModified ¶
func (ptr *QGraphicsWebView) IsModified() bool
func (*QGraphicsWebView) IsObscuredByDefault ¶
func (ptr *QGraphicsWebView) IsObscuredByDefault(item widgets.QGraphicsItem_ITF) bool
func (*QGraphicsWebView) IsTiledBackingStoreFrozen ¶
func (ptr *QGraphicsWebView) IsTiledBackingStoreFrozen() bool
func (*QGraphicsWebView) ItemChange ¶
func (ptr *QGraphicsWebView) ItemChange(change widgets.QGraphicsItem__GraphicsItemChange, value core.QVariant_ITF) *core.QVariant
func (*QGraphicsWebView) KeyPressEventDefault ¶
func (ptr *QGraphicsWebView) KeyPressEventDefault(ev gui.QKeyEvent_ITF)
func (*QGraphicsWebView) KeyReleaseEventDefault ¶
func (ptr *QGraphicsWebView) KeyReleaseEventDefault(ev gui.QKeyEvent_ITF)
func (*QGraphicsWebView) LinkClicked ¶
func (ptr *QGraphicsWebView) LinkClicked(url core.QUrl_ITF)
func (*QGraphicsWebView) Load ¶
func (ptr *QGraphicsWebView) Load(url core.QUrl_ITF)
func (*QGraphicsWebView) Load2 ¶
func (ptr *QGraphicsWebView) Load2(request network.QNetworkRequest_ITF, operation network.QNetworkAccessManager__Operation, body core.QByteArray_ITF)
func (*QGraphicsWebView) LoadFinished ¶
func (ptr *QGraphicsWebView) LoadFinished(ok bool)
func (*QGraphicsWebView) LoadProgress ¶
func (ptr *QGraphicsWebView) LoadProgress(progress int)
func (*QGraphicsWebView) LoadStarted ¶
func (ptr *QGraphicsWebView) LoadStarted()
func (*QGraphicsWebView) MetaObjectDefault ¶
func (ptr *QGraphicsWebView) MetaObjectDefault() *core.QMetaObject
func (*QGraphicsWebView) MouseDoubleClickEventDefault ¶
func (ptr *QGraphicsWebView) MouseDoubleClickEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
func (*QGraphicsWebView) MouseMoveEventDefault ¶
func (ptr *QGraphicsWebView) MouseMoveEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
func (*QGraphicsWebView) MousePressEventDefault ¶
func (ptr *QGraphicsWebView) MousePressEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
func (*QGraphicsWebView) MouseReleaseEventDefault ¶
func (ptr *QGraphicsWebView) MouseReleaseEventDefault(ev widgets.QGraphicsSceneMouseEvent_ITF)
func (*QGraphicsWebView) MoveEventDefault ¶
func (ptr *QGraphicsWebView) MoveEventDefault(event widgets.QGraphicsSceneMoveEvent_ITF)
func (*QGraphicsWebView) OpaqueAreaDefault ¶
func (ptr *QGraphicsWebView) OpaqueAreaDefault() *gui.QPainterPath
func (*QGraphicsWebView) Page ¶
func (ptr *QGraphicsWebView) Page() *QWebPage
func (*QGraphicsWebView) PageAction ¶
func (ptr *QGraphicsWebView) PageAction(action QWebPage__WebAction) *widgets.QAction
func (*QGraphicsWebView) PaintDefault ¶
func (ptr *QGraphicsWebView) PaintDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QGraphicsWebView) PaintWindowFrameDefault ¶
func (ptr *QGraphicsWebView) PaintWindowFrameDefault(painter gui.QPainter_ITF, option widgets.QStyleOptionGraphicsItem_ITF, widget widgets.QWidget_ITF)
func (*QGraphicsWebView) Pointer ¶
func (ptr *QGraphicsWebView) Pointer() unsafe.Pointer
func (*QGraphicsWebView) PolishEventDefault ¶
func (ptr *QGraphicsWebView) PolishEventDefault()
func (*QGraphicsWebView) QGraphicsWebView_PTR ¶
func (ptr *QGraphicsWebView) QGraphicsWebView_PTR() *QGraphicsWebView
func (*QGraphicsWebView) Reload ¶
func (ptr *QGraphicsWebView) Reload()
func (*QGraphicsWebView) ReloadDefault ¶
func (ptr *QGraphicsWebView) ReloadDefault()
func (*QGraphicsWebView) RenderHints ¶
func (ptr *QGraphicsWebView) RenderHints() gui.QPainter__RenderHint
func (*QGraphicsWebView) ResizeEventDefault ¶
func (ptr *QGraphicsWebView) ResizeEventDefault(event widgets.QGraphicsSceneResizeEvent_ITF)
func (*QGraphicsWebView) ResizesToContents ¶
func (ptr *QGraphicsWebView) ResizesToContents() bool
func (*QGraphicsWebView) SceneEventDefault ¶
func (ptr *QGraphicsWebView) SceneEventDefault(event core.QEvent_ITF) bool
func (*QGraphicsWebView) SceneEventFilterDefault ¶
func (ptr *QGraphicsWebView) SceneEventFilterDefault(watched widgets.QGraphicsItem_ITF, event core.QEvent_ITF) bool
func (*QGraphicsWebView) SetContent ¶
func (ptr *QGraphicsWebView) SetContent(data core.QByteArray_ITF, mimeType string, baseUrl core.QUrl_ITF)
func (*QGraphicsWebView) SetGeometryDefault ¶
func (ptr *QGraphicsWebView) SetGeometryDefault(rect core.QRectF_ITF)
func (*QGraphicsWebView) SetHtml ¶
func (ptr *QGraphicsWebView) SetHtml(html string, baseUrl core.QUrl_ITF)
func (*QGraphicsWebView) SetPage ¶
func (ptr *QGraphicsWebView) SetPage(page QWebPage_ITF)
func (*QGraphicsWebView) SetPointer ¶
func (ptr *QGraphicsWebView) SetPointer(p unsafe.Pointer)
func (*QGraphicsWebView) SetRenderHint ¶
func (ptr *QGraphicsWebView) SetRenderHint(hint gui.QPainter__RenderHint, enabled bool)
func (*QGraphicsWebView) SetRenderHints ¶
func (ptr *QGraphicsWebView) SetRenderHints(hints gui.QPainter__RenderHint)
func (*QGraphicsWebView) SetResizesToContents ¶
func (ptr *QGraphicsWebView) SetResizesToContents(enabled bool)
func (*QGraphicsWebView) SetTiledBackingStoreFrozen ¶
func (ptr *QGraphicsWebView) SetTiledBackingStoreFrozen(frozen bool)
func (*QGraphicsWebView) SetUrl ¶
func (ptr *QGraphicsWebView) SetUrl(vqu core.QUrl_ITF)
func (*QGraphicsWebView) SetZoomFactor ¶
func (ptr *QGraphicsWebView) SetZoomFactor(vqr float64)
func (*QGraphicsWebView) Settings ¶
func (ptr *QGraphicsWebView) Settings() *QWebSettings
func (*QGraphicsWebView) ShapeDefault ¶
func (ptr *QGraphicsWebView) ShapeDefault() *gui.QPainterPath
func (*QGraphicsWebView) ShowEventDefault ¶
func (ptr *QGraphicsWebView) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QGraphicsWebView) SizeHintDefault ¶
func (ptr *QGraphicsWebView) SizeHintDefault(which core.Qt__SizeHint, constraint core.QSizeF_ITF) *core.QSizeF
func (*QGraphicsWebView) StatusBarMessage ¶
func (ptr *QGraphicsWebView) StatusBarMessage(text string)
func (*QGraphicsWebView) Stop ¶
func (ptr *QGraphicsWebView) Stop()
func (*QGraphicsWebView) StopDefault ¶
func (ptr *QGraphicsWebView) StopDefault()
func (*QGraphicsWebView) TimerEventDefault ¶
func (ptr *QGraphicsWebView) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QGraphicsWebView) Title ¶
func (ptr *QGraphicsWebView) Title() string
func (*QGraphicsWebView) TitleChanged ¶
func (ptr *QGraphicsWebView) TitleChanged(vqs string)
func (*QGraphicsWebView) TriggerPageAction ¶
func (ptr *QGraphicsWebView) TriggerPageAction(action QWebPage__WebAction, checked bool)
func (*QGraphicsWebView) TypeDefault ¶
func (ptr *QGraphicsWebView) TypeDefault() int
func (*QGraphicsWebView) UngrabKeyboardEventDefault ¶
func (ptr *QGraphicsWebView) UngrabKeyboardEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) UngrabMouseEventDefault ¶
func (ptr *QGraphicsWebView) UngrabMouseEventDefault(event core.QEvent_ITF)
func (*QGraphicsWebView) UpdateGeometryDefault ¶
func (ptr *QGraphicsWebView) UpdateGeometryDefault()
func (*QGraphicsWebView) UpdateMicroFocusDefault ¶
func (ptr *QGraphicsWebView) UpdateMicroFocusDefault()
func (*QGraphicsWebView) Url ¶
func (ptr *QGraphicsWebView) Url() *core.QUrl
func (*QGraphicsWebView) UrlChanged ¶
func (ptr *QGraphicsWebView) UrlChanged(vqu core.QUrl_ITF)
func (*QGraphicsWebView) WheelEventDefault ¶
func (ptr *QGraphicsWebView) WheelEventDefault(ev widgets.QGraphicsSceneWheelEvent_ITF)
func (*QGraphicsWebView) WindowFrameEventDefault ¶
func (ptr *QGraphicsWebView) WindowFrameEventDefault(event core.QEvent_ITF) bool
func (*QGraphicsWebView) WindowFrameSectionAtDefault ¶
func (ptr *QGraphicsWebView) WindowFrameSectionAtDefault(pos core.QPointF_ITF) core.Qt__WindowFrameSection
func (*QGraphicsWebView) ZoomFactor ¶
func (ptr *QGraphicsWebView) ZoomFactor() float64
type QGraphicsWebView_ITF ¶
type QGraphicsWebView_ITF interface { widgets.QGraphicsWidget_ITF QGraphicsWebView_PTR() *QGraphicsWebView }
type QWebDatabase ¶
type QWebDatabase struct {
// contains filtered or unexported fields
}
func NewQWebDatabase ¶
func NewQWebDatabase(other QWebDatabase_ITF) *QWebDatabase
func NewQWebDatabaseFromPointer ¶
func NewQWebDatabaseFromPointer(ptr unsafe.Pointer) (n *QWebDatabase)
func (*QWebDatabase) DestroyQWebDatabase ¶
func (ptr *QWebDatabase) DestroyQWebDatabase()
func (*QWebDatabase) DisplayName ¶
func (ptr *QWebDatabase) DisplayName() string
func (*QWebDatabase) ExpectedSize ¶
func (ptr *QWebDatabase) ExpectedSize() int64
func (*QWebDatabase) FileName ¶
func (ptr *QWebDatabase) FileName() string
func (*QWebDatabase) Name ¶
func (ptr *QWebDatabase) Name() string
func (*QWebDatabase) Origin ¶
func (ptr *QWebDatabase) Origin() *QWebSecurityOrigin
func (*QWebDatabase) Pointer ¶
func (ptr *QWebDatabase) Pointer() unsafe.Pointer
func (*QWebDatabase) QWebDatabase_PTR ¶
func (ptr *QWebDatabase) QWebDatabase_PTR() *QWebDatabase
func (*QWebDatabase) RemoveAllDatabases ¶
func (ptr *QWebDatabase) RemoveAllDatabases()
func (*QWebDatabase) RemoveDatabase ¶
func (ptr *QWebDatabase) RemoveDatabase(db QWebDatabase_ITF)
func (*QWebDatabase) SetPointer ¶
func (ptr *QWebDatabase) SetPointer(p unsafe.Pointer)
func (*QWebDatabase) Size ¶
func (ptr *QWebDatabase) Size() int64
type QWebDatabase_ITF ¶
type QWebDatabase_ITF interface {
QWebDatabase_PTR() *QWebDatabase
}
type QWebElement ¶
type QWebElement struct {
// contains filtered or unexported fields
}
func NewQWebElement ¶
func NewQWebElement() *QWebElement
func NewQWebElement2 ¶
func NewQWebElement2(other QWebElement_ITF) *QWebElement
func NewQWebElementFromPointer ¶
func NewQWebElementFromPointer(ptr unsafe.Pointer) (n *QWebElement)
func (*QWebElement) AddClass ¶
func (ptr *QWebElement) AddClass(name string)
func (*QWebElement) AppendInside ¶
func (ptr *QWebElement) AppendInside(markup string)
func (*QWebElement) AppendInside2 ¶
func (ptr *QWebElement) AppendInside2(element QWebElement_ITF)
func (*QWebElement) AppendOutside ¶
func (ptr *QWebElement) AppendOutside(markup string)
func (*QWebElement) AppendOutside2 ¶
func (ptr *QWebElement) AppendOutside2(element QWebElement_ITF)
func (*QWebElement) Attribute ¶
func (ptr *QWebElement) Attribute(name string, defaultValue string) string
func (*QWebElement) AttributeNS ¶
func (ptr *QWebElement) AttributeNS(namespaceUri string, name string, defaultValue string) string
func (*QWebElement) AttributeNames ¶
func (ptr *QWebElement) AttributeNames(namespaceUri string) []string
func (*QWebElement) Classes ¶
func (ptr *QWebElement) Classes() []string
func (*QWebElement) Clone ¶
func (ptr *QWebElement) Clone() *QWebElement
func (*QWebElement) DestroyQWebElement ¶
func (ptr *QWebElement) DestroyQWebElement()
func (*QWebElement) Document ¶
func (ptr *QWebElement) Document() *QWebElement
func (*QWebElement) EncloseContentsWith ¶
func (ptr *QWebElement) EncloseContentsWith(element QWebElement_ITF)
func (*QWebElement) EncloseContentsWith2 ¶
func (ptr *QWebElement) EncloseContentsWith2(markup string)
func (*QWebElement) EncloseWith ¶
func (ptr *QWebElement) EncloseWith(markup string)
func (*QWebElement) EncloseWith2 ¶
func (ptr *QWebElement) EncloseWith2(element QWebElement_ITF)
func (*QWebElement) EvaluateJavaScript ¶
func (ptr *QWebElement) EvaluateJavaScript(scriptSource string) *core.QVariant
func (*QWebElement) FindAll ¶
func (ptr *QWebElement) FindAll(selectorQuery string) *QWebElementCollection
func (*QWebElement) FindFirst ¶
func (ptr *QWebElement) FindFirst(selectorQuery string) *QWebElement
func (*QWebElement) FirstChild ¶
func (ptr *QWebElement) FirstChild() *QWebElement
func (*QWebElement) Geometry ¶
func (ptr *QWebElement) Geometry() *core.QRect
func (*QWebElement) HasAttribute ¶
func (ptr *QWebElement) HasAttribute(name string) bool
func (*QWebElement) HasAttributeNS ¶
func (ptr *QWebElement) HasAttributeNS(namespaceUri string, name string) bool
func (*QWebElement) HasAttributes ¶
func (ptr *QWebElement) HasAttributes() bool
func (*QWebElement) HasClass ¶
func (ptr *QWebElement) HasClass(name string) bool
func (*QWebElement) HasFocus ¶
func (ptr *QWebElement) HasFocus() bool
func (*QWebElement) IsNull ¶
func (ptr *QWebElement) IsNull() bool
func (*QWebElement) LastChild ¶
func (ptr *QWebElement) LastChild() *QWebElement
func (*QWebElement) LocalName ¶
func (ptr *QWebElement) LocalName() string
func (*QWebElement) NamespaceUri ¶
func (ptr *QWebElement) NamespaceUri() string
func (*QWebElement) NextSibling ¶
func (ptr *QWebElement) NextSibling() *QWebElement
func (*QWebElement) Parent ¶
func (ptr *QWebElement) Parent() *QWebElement
func (*QWebElement) Pointer ¶
func (ptr *QWebElement) Pointer() unsafe.Pointer
func (*QWebElement) Prefix ¶
func (ptr *QWebElement) Prefix() string
func (*QWebElement) PrependInside ¶
func (ptr *QWebElement) PrependInside(markup string)
func (*QWebElement) PrependInside2 ¶
func (ptr *QWebElement) PrependInside2(element QWebElement_ITF)
func (*QWebElement) PrependOutside ¶
func (ptr *QWebElement) PrependOutside(markup string)
func (*QWebElement) PrependOutside2 ¶
func (ptr *QWebElement) PrependOutside2(element QWebElement_ITF)
func (*QWebElement) PreviousSibling ¶
func (ptr *QWebElement) PreviousSibling() *QWebElement
func (*QWebElement) QWebElement_PTR ¶
func (ptr *QWebElement) QWebElement_PTR() *QWebElement
func (*QWebElement) RemoveAllChildren ¶
func (ptr *QWebElement) RemoveAllChildren()
func (*QWebElement) RemoveAttribute ¶
func (ptr *QWebElement) RemoveAttribute(name string)
func (*QWebElement) RemoveAttributeNS ¶
func (ptr *QWebElement) RemoveAttributeNS(namespaceUri string, name string)
func (*QWebElement) RemoveClass ¶
func (ptr *QWebElement) RemoveClass(name string)
func (*QWebElement) RemoveFromDocument ¶
func (ptr *QWebElement) RemoveFromDocument()
func (*QWebElement) Render ¶
func (ptr *QWebElement) Render(painter gui.QPainter_ITF)
func (*QWebElement) Render2 ¶
func (ptr *QWebElement) Render2(painter gui.QPainter_ITF, clip core.QRect_ITF)
func (*QWebElement) Replace ¶
func (ptr *QWebElement) Replace(markup string)
func (*QWebElement) Replace2 ¶
func (ptr *QWebElement) Replace2(element QWebElement_ITF)
func (*QWebElement) SetAttribute ¶
func (ptr *QWebElement) SetAttribute(name string, value string)
func (*QWebElement) SetAttributeNS ¶
func (ptr *QWebElement) SetAttributeNS(namespaceUri string, name string, value string)
func (*QWebElement) SetFocus ¶
func (ptr *QWebElement) SetFocus()
func (*QWebElement) SetInnerXml ¶
func (ptr *QWebElement) SetInnerXml(markup string)
func (*QWebElement) SetOuterXml ¶
func (ptr *QWebElement) SetOuterXml(markup string)
func (*QWebElement) SetPlainText ¶
func (ptr *QWebElement) SetPlainText(text string)
func (*QWebElement) SetPointer ¶
func (ptr *QWebElement) SetPointer(p unsafe.Pointer)
func (*QWebElement) SetStyleProperty ¶
func (ptr *QWebElement) SetStyleProperty(name string, value string)
func (*QWebElement) StyleProperty ¶
func (ptr *QWebElement) StyleProperty(name string, strategy QWebElement__StyleResolveStrategy) string
func (*QWebElement) TagName ¶
func (ptr *QWebElement) TagName() string
func (*QWebElement) TakeFromDocument ¶
func (ptr *QWebElement) TakeFromDocument() *QWebElement
func (*QWebElement) ToInnerXml ¶
func (ptr *QWebElement) ToInnerXml() string
func (*QWebElement) ToOuterXml ¶
func (ptr *QWebElement) ToOuterXml() string
func (*QWebElement) ToPlainText ¶
func (ptr *QWebElement) ToPlainText() string
func (*QWebElement) ToggleClass ¶
func (ptr *QWebElement) ToggleClass(name string)
func (*QWebElement) WebFrame ¶
func (ptr *QWebElement) WebFrame() *QWebFrame
type QWebElementCollection ¶
type QWebElementCollection struct {
// contains filtered or unexported fields
}
func NewQWebElementCollection ¶
func NewQWebElementCollection() *QWebElementCollection
func NewQWebElementCollection2 ¶
func NewQWebElementCollection2(contextElement QWebElement_ITF, query string) *QWebElementCollection
func NewQWebElementCollection3 ¶
func NewQWebElementCollection3(other QWebElementCollection_ITF) *QWebElementCollection
func NewQWebElementCollectionFromPointer ¶
func NewQWebElementCollectionFromPointer(ptr unsafe.Pointer) (n *QWebElementCollection)
func (*QWebElementCollection) Append ¶
func (ptr *QWebElementCollection) Append(other QWebElementCollection_ITF)
func (*QWebElementCollection) At ¶
func (ptr *QWebElementCollection) At(i int) *QWebElement
func (*QWebElementCollection) Count ¶
func (ptr *QWebElementCollection) Count() int
func (*QWebElementCollection) DestroyQWebElementCollection ¶
func (ptr *QWebElementCollection) DestroyQWebElementCollection()
func (*QWebElementCollection) First ¶
func (ptr *QWebElementCollection) First() *QWebElement
func (*QWebElementCollection) Last ¶
func (ptr *QWebElementCollection) Last() *QWebElement
func (*QWebElementCollection) Pointer ¶
func (ptr *QWebElementCollection) Pointer() unsafe.Pointer
func (*QWebElementCollection) QWebElementCollection_PTR ¶
func (ptr *QWebElementCollection) QWebElementCollection_PTR() *QWebElementCollection
func (*QWebElementCollection) SetPointer ¶
func (ptr *QWebElementCollection) SetPointer(p unsafe.Pointer)
func (*QWebElementCollection) ToList ¶
func (ptr *QWebElementCollection) ToList() []*QWebElement
type QWebElementCollection_ITF ¶
type QWebElementCollection_ITF interface {
QWebElementCollection_PTR() *QWebElementCollection
}
type QWebElement_ITF ¶
type QWebElement_ITF interface {
QWebElement_PTR() *QWebElement
}
type QWebElement__StyleResolveStrategy ¶
type QWebElement__StyleResolveStrategy int64
QWebElement::StyleResolveStrategy
var ( QWebElement__InlineStyle QWebElement__StyleResolveStrategy = QWebElement__StyleResolveStrategy(0) QWebElement__CascadedStyle QWebElement__StyleResolveStrategy = QWebElement__StyleResolveStrategy(1) QWebElement__ComputedStyle QWebElement__StyleResolveStrategy = QWebElement__StyleResolveStrategy(2) )
type QWebFrame ¶
func NewQWebFrameFromPointer ¶
func (*QWebFrame) AddToJavaScriptWindowObject ¶
func (ptr *QWebFrame) AddToJavaScriptWindowObject(name string, object core.QObject_ITF, own QWebFrame__ValueOwnership)
func (*QWebFrame) ChildEventDefault ¶
func (ptr *QWebFrame) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebFrame) ChildFrames ¶
func (*QWebFrame) ConnectContentsSizeChanged ¶
func (*QWebFrame) ConnectEvaluateJavaScript ¶
func (*QWebFrame) ConnectIconChanged ¶
func (ptr *QWebFrame) ConnectIconChanged(f func())
func (*QWebFrame) ConnectInitialLayoutCompleted ¶
func (ptr *QWebFrame) ConnectInitialLayoutCompleted(f func())
func (*QWebFrame) ConnectJavaScriptWindowObjectCleared ¶
func (ptr *QWebFrame) ConnectJavaScriptWindowObjectCleared(f func())
func (*QWebFrame) ConnectLoadFinished ¶
func (*QWebFrame) ConnectLoadStarted ¶
func (ptr *QWebFrame) ConnectLoadStarted(f func())
func (*QWebFrame) ConnectNotifyDefault ¶
func (ptr *QWebFrame) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebFrame) ConnectPageChanged ¶
func (ptr *QWebFrame) ConnectPageChanged(f func())
func (*QWebFrame) ConnectPrint ¶
func (ptr *QWebFrame) ConnectPrint(f func(printer *printsupport.QPrinter))
func (*QWebFrame) ConnectTitleChanged ¶
func (*QWebFrame) ConnectUrlChanged ¶
func (*QWebFrame) ContentsSize ¶
func (*QWebFrame) ContentsSizeChanged ¶
func (*QWebFrame) CustomEventDefault ¶
func (ptr *QWebFrame) CustomEventDefault(event core.QEvent_ITF)
func (*QWebFrame) DeleteLaterDefault ¶
func (ptr *QWebFrame) DeleteLaterDefault()
func (*QWebFrame) DisconnectContentsSizeChanged ¶
func (ptr *QWebFrame) DisconnectContentsSizeChanged()
func (*QWebFrame) DisconnectEvaluateJavaScript ¶
func (ptr *QWebFrame) DisconnectEvaluateJavaScript()
func (*QWebFrame) DisconnectIconChanged ¶
func (ptr *QWebFrame) DisconnectIconChanged()
func (*QWebFrame) DisconnectInitialLayoutCompleted ¶
func (ptr *QWebFrame) DisconnectInitialLayoutCompleted()
func (*QWebFrame) DisconnectJavaScriptWindowObjectCleared ¶
func (ptr *QWebFrame) DisconnectJavaScriptWindowObjectCleared()
func (*QWebFrame) DisconnectLoadFinished ¶
func (ptr *QWebFrame) DisconnectLoadFinished()
func (*QWebFrame) DisconnectLoadStarted ¶
func (ptr *QWebFrame) DisconnectLoadStarted()
func (*QWebFrame) DisconnectNotifyDefault ¶
func (ptr *QWebFrame) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebFrame) DisconnectPageChanged ¶
func (ptr *QWebFrame) DisconnectPageChanged()
func (*QWebFrame) DisconnectPrint ¶
func (ptr *QWebFrame) DisconnectPrint()
func (*QWebFrame) DisconnectTitleChanged ¶
func (ptr *QWebFrame) DisconnectTitleChanged()
func (*QWebFrame) DisconnectUrlChanged ¶
func (ptr *QWebFrame) DisconnectUrlChanged()
func (*QWebFrame) DocumentElement ¶
func (ptr *QWebFrame) DocumentElement() *QWebElement
func (*QWebFrame) EvaluateJavaScript ¶
func (*QWebFrame) EvaluateJavaScriptDefault ¶
func (*QWebFrame) EventDefault ¶
func (ptr *QWebFrame) EventDefault(e core.QEvent_ITF) bool
func (*QWebFrame) EventFilterDefault ¶
func (ptr *QWebFrame) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebFrame) FindAllElements ¶
func (ptr *QWebFrame) FindAllElements(selectorQuery string) *QWebElementCollection
func (*QWebFrame) FindFirstElement ¶
func (ptr *QWebFrame) FindFirstElement(selectorQuery string) *QWebElement
func (*QWebFrame) HitTestContent ¶
func (ptr *QWebFrame) HitTestContent(pos core.QPoint_ITF) *QWebHitTestResult
func (*QWebFrame) IconChanged ¶
func (ptr *QWebFrame) IconChanged()
func (*QWebFrame) InitialLayoutCompleted ¶
func (ptr *QWebFrame) InitialLayoutCompleted()
func (*QWebFrame) JavaScriptWindowObjectCleared ¶
func (ptr *QWebFrame) JavaScriptWindowObjectCleared()
func (*QWebFrame) Load2 ¶
func (ptr *QWebFrame) Load2(req network.QNetworkRequest_ITF, operation network.QNetworkAccessManager__Operation, body core.QByteArray_ITF)
func (*QWebFrame) LoadFinished ¶
func (*QWebFrame) LoadStarted ¶
func (ptr *QWebFrame) LoadStarted()
func (*QWebFrame) MetaObjectDefault ¶
func (ptr *QWebFrame) MetaObjectDefault() *core.QMetaObject
func (*QWebFrame) OwnerElement ¶
func (ptr *QWebFrame) OwnerElement() *QWebElement
func (*QWebFrame) PageChanged ¶
func (ptr *QWebFrame) PageChanged()
func (*QWebFrame) ParentFrame ¶
func (*QWebFrame) Print ¶
func (ptr *QWebFrame) Print(printer printsupport.QPrinter_ITF)
func (*QWebFrame) PrintDefault ¶
func (ptr *QWebFrame) PrintDefault(printer printsupport.QPrinter_ITF)
func (*QWebFrame) QWebFrame_PTR ¶
func (*QWebFrame) Render ¶
func (ptr *QWebFrame) Render(painter gui.QPainter_ITF, clip gui.QRegion_ITF)
func (*QWebFrame) Render2 ¶
func (ptr *QWebFrame) Render2(painter gui.QPainter_ITF, layer QWebFrame__RenderLayer, clip gui.QRegion_ITF)
func (*QWebFrame) RequestedUrl ¶
func (*QWebFrame) ScrollBarGeometry ¶
func (ptr *QWebFrame) ScrollBarGeometry(orientation core.Qt__Orientation) *core.QRect
func (*QWebFrame) ScrollBarMaximum ¶
func (ptr *QWebFrame) ScrollBarMaximum(orientation core.Qt__Orientation) int
func (*QWebFrame) ScrollBarMinimum ¶
func (ptr *QWebFrame) ScrollBarMinimum(orientation core.Qt__Orientation) int
func (*QWebFrame) ScrollBarPolicy ¶
func (ptr *QWebFrame) ScrollBarPolicy(orientation core.Qt__Orientation) core.Qt__ScrollBarPolicy
func (*QWebFrame) ScrollBarValue ¶
func (ptr *QWebFrame) ScrollBarValue(orientation core.Qt__Orientation) int
func (*QWebFrame) ScrollPosition ¶
func (*QWebFrame) ScrollToAnchor ¶
func (*QWebFrame) SecurityOrigin ¶
func (ptr *QWebFrame) SecurityOrigin() *QWebSecurityOrigin
func (*QWebFrame) SetContent ¶
func (*QWebFrame) SetPointer ¶
func (*QWebFrame) SetScrollBarPolicy ¶
func (ptr *QWebFrame) SetScrollBarPolicy(orientation core.Qt__Orientation, policy core.Qt__ScrollBarPolicy)
func (*QWebFrame) SetScrollBarValue ¶
func (ptr *QWebFrame) SetScrollBarValue(orientation core.Qt__Orientation, value int)
func (*QWebFrame) SetScrollPosition ¶
func (ptr *QWebFrame) SetScrollPosition(pos core.QPoint_ITF)
func (*QWebFrame) SetTextSizeMultiplier ¶
func (*QWebFrame) SetZoomFactor ¶
func (*QWebFrame) TextSizeMultiplier ¶
func (*QWebFrame) TimerEventDefault ¶
func (ptr *QWebFrame) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QWebFrame) TitleChanged ¶
func (*QWebFrame) ToPlainText ¶
func (*QWebFrame) UrlChanged ¶
func (*QWebFrame) ZoomFactor ¶
type QWebFrame_ITF ¶
type QWebFrame_ITF interface { core.QObject_ITF QWebFrame_PTR() *QWebFrame }
type QWebFrame__RenderLayer ¶
type QWebFrame__RenderLayer int64
QWebFrame::RenderLayer
const ( QWebFrame__ContentsLayer QWebFrame__RenderLayer = QWebFrame__RenderLayer(0x10) QWebFrame__ScrollBarLayer QWebFrame__RenderLayer = QWebFrame__RenderLayer(0x20) QWebFrame__PanIconLayer QWebFrame__RenderLayer = QWebFrame__RenderLayer(0x40) QWebFrame__AllLayers QWebFrame__RenderLayer = QWebFrame__RenderLayer(0xff) )
type QWebFrame__ValueOwnership ¶
type QWebFrame__ValueOwnership int64
QWebFrame::ValueOwnership
const ( QWebFrame__QtOwnership QWebFrame__ValueOwnership = QWebFrame__ValueOwnership(0) QWebFrame__ScriptOwnership QWebFrame__ValueOwnership = QWebFrame__ValueOwnership(1) QWebFrame__AutoOwnership QWebFrame__ValueOwnership = QWebFrame__ValueOwnership(2) )
type QWebHistory ¶
type QWebHistory struct {
// contains filtered or unexported fields
}
func NewQWebHistoryFromPointer ¶
func NewQWebHistoryFromPointer(ptr unsafe.Pointer) (n *QWebHistory)
func (*QWebHistory) Back ¶
func (ptr *QWebHistory) Back()
func (*QWebHistory) BackItem ¶
func (ptr *QWebHistory) BackItem() *QWebHistoryItem
func (*QWebHistory) BackItems ¶
func (ptr *QWebHistory) BackItems(maxItems int) []*QWebHistoryItem
func (*QWebHistory) CanGoBack ¶
func (ptr *QWebHistory) CanGoBack() bool
func (*QWebHistory) CanGoForward ¶
func (ptr *QWebHistory) CanGoForward() bool
func (*QWebHistory) Clear ¶
func (ptr *QWebHistory) Clear()
func (*QWebHistory) Count ¶
func (ptr *QWebHistory) Count() int
func (*QWebHistory) CurrentItem ¶
func (ptr *QWebHistory) CurrentItem() *QWebHistoryItem
func (*QWebHistory) CurrentItemIndex ¶
func (ptr *QWebHistory) CurrentItemIndex() int
func (*QWebHistory) DestroyQWebHistory ¶
func (ptr *QWebHistory) DestroyQWebHistory()
func (*QWebHistory) Forward ¶
func (ptr *QWebHistory) Forward()
func (*QWebHistory) ForwardItem ¶
func (ptr *QWebHistory) ForwardItem() *QWebHistoryItem
func (*QWebHistory) ForwardItems ¶
func (ptr *QWebHistory) ForwardItems(maxItems int) []*QWebHistoryItem
func (*QWebHistory) GoToItem ¶
func (ptr *QWebHistory) GoToItem(item QWebHistoryItem_ITF)
func (*QWebHistory) ItemAt ¶
func (ptr *QWebHistory) ItemAt(i int) *QWebHistoryItem
func (*QWebHistory) Items ¶
func (ptr *QWebHistory) Items() []*QWebHistoryItem
func (*QWebHistory) MaximumItemCount ¶
func (ptr *QWebHistory) MaximumItemCount() int
func (*QWebHistory) Pointer ¶
func (ptr *QWebHistory) Pointer() unsafe.Pointer
func (*QWebHistory) QWebHistory_PTR ¶
func (ptr *QWebHistory) QWebHistory_PTR() *QWebHistory
func (*QWebHistory) SetMaximumItemCount ¶
func (ptr *QWebHistory) SetMaximumItemCount(count int)
func (*QWebHistory) SetPointer ¶
func (ptr *QWebHistory) SetPointer(p unsafe.Pointer)
type QWebHistoryInterface ¶
func NewQWebHistoryInterface ¶
func NewQWebHistoryInterface(parent core.QObject_ITF) *QWebHistoryInterface
func NewQWebHistoryInterfaceFromPointer ¶
func NewQWebHistoryInterfaceFromPointer(ptr unsafe.Pointer) (n *QWebHistoryInterface)
func QWebHistoryInterface_DefaultInterface ¶
func QWebHistoryInterface_DefaultInterface() *QWebHistoryInterface
func (*QWebHistoryInterface) AddHistoryEntry ¶
func (ptr *QWebHistoryInterface) AddHistoryEntry(url string)
func (*QWebHistoryInterface) ChildEventDefault ¶
func (ptr *QWebHistoryInterface) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebHistoryInterface) ConnectAddHistoryEntry ¶
func (ptr *QWebHistoryInterface) ConnectAddHistoryEntry(f func(url string))
func (*QWebHistoryInterface) ConnectHistoryContains ¶
func (ptr *QWebHistoryInterface) ConnectHistoryContains(f func(url string) bool)
func (*QWebHistoryInterface) ConnectNotifyDefault ¶
func (ptr *QWebHistoryInterface) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebHistoryInterface) CustomEventDefault ¶
func (ptr *QWebHistoryInterface) CustomEventDefault(event core.QEvent_ITF)
func (*QWebHistoryInterface) DefaultInterface ¶
func (ptr *QWebHistoryInterface) DefaultInterface() *QWebHistoryInterface
func (*QWebHistoryInterface) DeleteLaterDefault ¶
func (ptr *QWebHistoryInterface) DeleteLaterDefault()
func (*QWebHistoryInterface) DestroyQWebHistoryInterface ¶
func (ptr *QWebHistoryInterface) DestroyQWebHistoryInterface()
func (*QWebHistoryInterface) DisconnectAddHistoryEntry ¶
func (ptr *QWebHistoryInterface) DisconnectAddHistoryEntry()
func (*QWebHistoryInterface) DisconnectHistoryContains ¶
func (ptr *QWebHistoryInterface) DisconnectHistoryContains()
func (*QWebHistoryInterface) DisconnectNotifyDefault ¶
func (ptr *QWebHistoryInterface) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebHistoryInterface) EventDefault ¶
func (ptr *QWebHistoryInterface) EventDefault(e core.QEvent_ITF) bool
func (*QWebHistoryInterface) EventFilterDefault ¶
func (ptr *QWebHistoryInterface) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebHistoryInterface) HistoryContains ¶
func (ptr *QWebHistoryInterface) HistoryContains(url string) bool
func (*QWebHistoryInterface) MetaObjectDefault ¶
func (ptr *QWebHistoryInterface) MetaObjectDefault() *core.QMetaObject
func (*QWebHistoryInterface) Pointer ¶
func (ptr *QWebHistoryInterface) Pointer() unsafe.Pointer
func (*QWebHistoryInterface) QWebHistoryInterface_PTR ¶
func (ptr *QWebHistoryInterface) QWebHistoryInterface_PTR() *QWebHistoryInterface
func (*QWebHistoryInterface) SetDefaultInterface ¶
func (ptr *QWebHistoryInterface) SetDefaultInterface(defaultInterface QWebHistoryInterface_ITF)
func (*QWebHistoryInterface) SetPointer ¶
func (ptr *QWebHistoryInterface) SetPointer(p unsafe.Pointer)
func (*QWebHistoryInterface) TimerEventDefault ¶
func (ptr *QWebHistoryInterface) TimerEventDefault(event core.QTimerEvent_ITF)
type QWebHistoryInterface_ITF ¶
type QWebHistoryInterface_ITF interface { core.QObject_ITF QWebHistoryInterface_PTR() *QWebHistoryInterface }
type QWebHistoryItem ¶
type QWebHistoryItem struct {
// contains filtered or unexported fields
}
func NewQWebHistoryItem ¶
func NewQWebHistoryItem(other QWebHistoryItem_ITF) *QWebHistoryItem
func NewQWebHistoryItemFromPointer ¶
func NewQWebHistoryItemFromPointer(ptr unsafe.Pointer) (n *QWebHistoryItem)
func (*QWebHistoryItem) DestroyQWebHistoryItem ¶
func (ptr *QWebHistoryItem) DestroyQWebHistoryItem()
func (*QWebHistoryItem) Icon ¶
func (ptr *QWebHistoryItem) Icon() *gui.QIcon
func (*QWebHistoryItem) IsValid ¶
func (ptr *QWebHistoryItem) IsValid() bool
func (*QWebHistoryItem) LastVisited ¶
func (ptr *QWebHistoryItem) LastVisited() *core.QDateTime
func (*QWebHistoryItem) OriginalUrl ¶
func (ptr *QWebHistoryItem) OriginalUrl() *core.QUrl
func (*QWebHistoryItem) Pointer ¶
func (ptr *QWebHistoryItem) Pointer() unsafe.Pointer
func (*QWebHistoryItem) QWebHistoryItem_PTR ¶
func (ptr *QWebHistoryItem) QWebHistoryItem_PTR() *QWebHistoryItem
func (*QWebHistoryItem) SetPointer ¶
func (ptr *QWebHistoryItem) SetPointer(p unsafe.Pointer)
func (*QWebHistoryItem) SetUserData ¶
func (ptr *QWebHistoryItem) SetUserData(userData core.QVariant_ITF)
func (*QWebHistoryItem) Title ¶
func (ptr *QWebHistoryItem) Title() string
func (*QWebHistoryItem) Url ¶
func (ptr *QWebHistoryItem) Url() *core.QUrl
func (*QWebHistoryItem) UserData ¶
func (ptr *QWebHistoryItem) UserData() *core.QVariant
type QWebHistoryItem_ITF ¶
type QWebHistoryItem_ITF interface {
QWebHistoryItem_PTR() *QWebHistoryItem
}
type QWebHistory_ITF ¶
type QWebHistory_ITF interface {
QWebHistory_PTR() *QWebHistory
}
type QWebHitTestResult ¶
type QWebHitTestResult struct {
// contains filtered or unexported fields
}
func NewQWebHitTestResult ¶
func NewQWebHitTestResult() *QWebHitTestResult
func NewQWebHitTestResult2 ¶
func NewQWebHitTestResult2(other QWebHitTestResult_ITF) *QWebHitTestResult
func NewQWebHitTestResultFromPointer ¶
func NewQWebHitTestResultFromPointer(ptr unsafe.Pointer) (n *QWebHitTestResult)
func (*QWebHitTestResult) AlternateText ¶
func (ptr *QWebHitTestResult) AlternateText() string
func (*QWebHitTestResult) BoundingRect ¶
func (ptr *QWebHitTestResult) BoundingRect() *core.QRect
func (*QWebHitTestResult) DestroyQWebHitTestResult ¶
func (ptr *QWebHitTestResult) DestroyQWebHitTestResult()
func (*QWebHitTestResult) Element ¶
func (ptr *QWebHitTestResult) Element() *QWebElement
func (*QWebHitTestResult) EnclosingBlockElement ¶
func (ptr *QWebHitTestResult) EnclosingBlockElement() *QWebElement
func (*QWebHitTestResult) Frame ¶
func (ptr *QWebHitTestResult) Frame() *QWebFrame
func (*QWebHitTestResult) ImageUrl ¶
func (ptr *QWebHitTestResult) ImageUrl() *core.QUrl
func (*QWebHitTestResult) IsContentEditable ¶
func (ptr *QWebHitTestResult) IsContentEditable() bool
func (*QWebHitTestResult) IsContentSelected ¶
func (ptr *QWebHitTestResult) IsContentSelected() bool
func (*QWebHitTestResult) IsNull ¶
func (ptr *QWebHitTestResult) IsNull() bool
func (*QWebHitTestResult) LinkElement ¶
func (ptr *QWebHitTestResult) LinkElement() *QWebElement
func (*QWebHitTestResult) LinkTargetFrame ¶
func (ptr *QWebHitTestResult) LinkTargetFrame() *QWebFrame
func (*QWebHitTestResult) LinkText ¶
func (ptr *QWebHitTestResult) LinkText() string
func (*QWebHitTestResult) LinkTitleString ¶
func (ptr *QWebHitTestResult) LinkTitleString() string
func (*QWebHitTestResult) LinkUrl ¶
func (ptr *QWebHitTestResult) LinkUrl() *core.QUrl
func (*QWebHitTestResult) MediaUrl ¶
func (ptr *QWebHitTestResult) MediaUrl() *core.QUrl
func (*QWebHitTestResult) Pixmap ¶
func (ptr *QWebHitTestResult) Pixmap() *gui.QPixmap
func (*QWebHitTestResult) Pointer ¶
func (ptr *QWebHitTestResult) Pointer() unsafe.Pointer
func (*QWebHitTestResult) Pos ¶
func (ptr *QWebHitTestResult) Pos() *core.QPoint
func (*QWebHitTestResult) QWebHitTestResult_PTR ¶
func (ptr *QWebHitTestResult) QWebHitTestResult_PTR() *QWebHitTestResult
func (*QWebHitTestResult) SetPointer ¶
func (ptr *QWebHitTestResult) SetPointer(p unsafe.Pointer)
func (*QWebHitTestResult) Title ¶
func (ptr *QWebHitTestResult) Title() string
type QWebHitTestResult_ITF ¶
type QWebHitTestResult_ITF interface {
QWebHitTestResult_PTR() *QWebHitTestResult
}
type QWebInspector ¶
func NewQWebInspector ¶
func NewQWebInspector(parent widgets.QWidget_ITF) *QWebInspector
func NewQWebInspectorFromPointer ¶
func NewQWebInspectorFromPointer(ptr unsafe.Pointer) (n *QWebInspector)
func (*QWebInspector) ActionEventDefault ¶
func (ptr *QWebInspector) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QWebInspector) ChangeEventDefault ¶
func (ptr *QWebInspector) ChangeEventDefault(event core.QEvent_ITF)
func (*QWebInspector) ChildEventDefault ¶
func (ptr *QWebInspector) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebInspector) CloseDefault ¶
func (ptr *QWebInspector) CloseDefault() bool
func (*QWebInspector) CloseEventDefault ¶
func (ptr *QWebInspector) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QWebInspector) ConnectNotifyDefault ¶
func (ptr *QWebInspector) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebInspector) ContextMenuEventDefault ¶
func (ptr *QWebInspector) ContextMenuEventDefault(event gui.QContextMenuEvent_ITF)
func (*QWebInspector) CustomEventDefault ¶
func (ptr *QWebInspector) CustomEventDefault(event core.QEvent_ITF)
func (*QWebInspector) DeleteLaterDefault ¶
func (ptr *QWebInspector) DeleteLaterDefault()
func (*QWebInspector) DestroyQWebInspector ¶
func (ptr *QWebInspector) DestroyQWebInspector()
func (*QWebInspector) DisconnectNotifyDefault ¶
func (ptr *QWebInspector) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebInspector) DragEnterEventDefault ¶
func (ptr *QWebInspector) DragEnterEventDefault(event gui.QDragEnterEvent_ITF)
func (*QWebInspector) DragLeaveEventDefault ¶
func (ptr *QWebInspector) DragLeaveEventDefault(event gui.QDragLeaveEvent_ITF)
func (*QWebInspector) DragMoveEventDefault ¶
func (ptr *QWebInspector) DragMoveEventDefault(event gui.QDragMoveEvent_ITF)
func (*QWebInspector) DropEventDefault ¶
func (ptr *QWebInspector) DropEventDefault(event gui.QDropEvent_ITF)
func (*QWebInspector) EnterEventDefault ¶
func (ptr *QWebInspector) EnterEventDefault(event core.QEvent_ITF)
func (*QWebInspector) EventDefault ¶
func (ptr *QWebInspector) EventDefault(ev core.QEvent_ITF) bool
func (*QWebInspector) EventFilterDefault ¶
func (ptr *QWebInspector) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebInspector) FocusInEventDefault ¶
func (ptr *QWebInspector) FocusInEventDefault(event gui.QFocusEvent_ITF)
func (*QWebInspector) FocusNextPrevChildDefault ¶
func (ptr *QWebInspector) FocusNextPrevChildDefault(next bool) bool
func (*QWebInspector) FocusOutEventDefault ¶
func (ptr *QWebInspector) FocusOutEventDefault(event gui.QFocusEvent_ITF)
func (*QWebInspector) HasHeightForWidthDefault ¶
func (ptr *QWebInspector) HasHeightForWidthDefault() bool
func (*QWebInspector) HeightForWidthDefault ¶
func (ptr *QWebInspector) HeightForWidthDefault(w int) int
func (*QWebInspector) HideDefault ¶
func (ptr *QWebInspector) HideDefault()
func (*QWebInspector) HideEventDefault ¶
func (ptr *QWebInspector) HideEventDefault(event gui.QHideEvent_ITF)
func (*QWebInspector) InitPainterDefault ¶
func (ptr *QWebInspector) InitPainterDefault(painter gui.QPainter_ITF)
func (*QWebInspector) InputMethodEventDefault ¶
func (ptr *QWebInspector) InputMethodEventDefault(event gui.QInputMethodEvent_ITF)
func (*QWebInspector) InputMethodQueryDefault ¶
func (ptr *QWebInspector) InputMethodQueryDefault(query core.Qt__InputMethodQuery) *core.QVariant
func (*QWebInspector) KeyPressEventDefault ¶
func (ptr *QWebInspector) KeyPressEventDefault(event gui.QKeyEvent_ITF)
func (*QWebInspector) KeyReleaseEventDefault ¶
func (ptr *QWebInspector) KeyReleaseEventDefault(event gui.QKeyEvent_ITF)
func (*QWebInspector) LeaveEventDefault ¶
func (ptr *QWebInspector) LeaveEventDefault(event core.QEvent_ITF)
func (*QWebInspector) LowerDefault ¶
func (ptr *QWebInspector) LowerDefault()
func (*QWebInspector) MetaObjectDefault ¶
func (ptr *QWebInspector) MetaObjectDefault() *core.QMetaObject
func (*QWebInspector) MetricDefault ¶
func (ptr *QWebInspector) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QWebInspector) MinimumSizeHintDefault ¶
func (ptr *QWebInspector) MinimumSizeHintDefault() *core.QSize
func (*QWebInspector) MouseDoubleClickEventDefault ¶
func (ptr *QWebInspector) MouseDoubleClickEventDefault(event gui.QMouseEvent_ITF)
func (*QWebInspector) MouseMoveEventDefault ¶
func (ptr *QWebInspector) MouseMoveEventDefault(event gui.QMouseEvent_ITF)
func (*QWebInspector) MousePressEventDefault ¶
func (ptr *QWebInspector) MousePressEventDefault(event gui.QMouseEvent_ITF)
func (*QWebInspector) MouseReleaseEventDefault ¶
func (ptr *QWebInspector) MouseReleaseEventDefault(event gui.QMouseEvent_ITF)
func (*QWebInspector) MoveEventDefault ¶
func (ptr *QWebInspector) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QWebInspector) NativeEventDefault ¶
func (ptr *QWebInspector) NativeEventDefault(eventType core.QByteArray_ITF, message unsafe.Pointer, result *int) bool
func (*QWebInspector) Page ¶
func (ptr *QWebInspector) Page() *QWebPage
func (*QWebInspector) PaintEngineDefault ¶
func (ptr *QWebInspector) PaintEngineDefault() *gui.QPaintEngine
func (*QWebInspector) PaintEventDefault ¶
func (ptr *QWebInspector) PaintEventDefault(event gui.QPaintEvent_ITF)
func (*QWebInspector) Pointer ¶
func (ptr *QWebInspector) Pointer() unsafe.Pointer
func (*QWebInspector) QWebInspector_PTR ¶
func (ptr *QWebInspector) QWebInspector_PTR() *QWebInspector
func (*QWebInspector) RaiseDefault ¶
func (ptr *QWebInspector) RaiseDefault()
func (*QWebInspector) RepaintDefault ¶
func (ptr *QWebInspector) RepaintDefault()
func (*QWebInspector) ResizeEventDefault ¶
func (ptr *QWebInspector) ResizeEventDefault(event gui.QResizeEvent_ITF)
func (*QWebInspector) SetDisabledDefault ¶
func (ptr *QWebInspector) SetDisabledDefault(disable bool)
func (*QWebInspector) SetEnabledDefault ¶
func (ptr *QWebInspector) SetEnabledDefault(vbo bool)
func (*QWebInspector) SetFocus2Default ¶
func (ptr *QWebInspector) SetFocus2Default()
func (*QWebInspector) SetHiddenDefault ¶
func (ptr *QWebInspector) SetHiddenDefault(hidden bool)
func (*QWebInspector) SetPage ¶
func (ptr *QWebInspector) SetPage(page QWebPage_ITF)
func (*QWebInspector) SetPointer ¶
func (ptr *QWebInspector) SetPointer(p unsafe.Pointer)
func (*QWebInspector) SetStyleSheetDefault ¶
func (ptr *QWebInspector) SetStyleSheetDefault(styleSheet string)
func (*QWebInspector) SetVisibleDefault ¶
func (ptr *QWebInspector) SetVisibleDefault(visible bool)
func (*QWebInspector) SetWindowModifiedDefault ¶
func (ptr *QWebInspector) SetWindowModifiedDefault(vbo bool)
func (*QWebInspector) SetWindowTitleDefault ¶
func (ptr *QWebInspector) SetWindowTitleDefault(vqs string)
func (*QWebInspector) ShowDefault ¶
func (ptr *QWebInspector) ShowDefault()
func (*QWebInspector) ShowEventDefault ¶
func (ptr *QWebInspector) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QWebInspector) ShowFullScreenDefault ¶
func (ptr *QWebInspector) ShowFullScreenDefault()
func (*QWebInspector) ShowMaximizedDefault ¶
func (ptr *QWebInspector) ShowMaximizedDefault()
func (*QWebInspector) ShowMinimizedDefault ¶
func (ptr *QWebInspector) ShowMinimizedDefault()
func (*QWebInspector) ShowNormalDefault ¶
func (ptr *QWebInspector) ShowNormalDefault()
func (*QWebInspector) SizeHintDefault ¶
func (ptr *QWebInspector) SizeHintDefault() *core.QSize
func (*QWebInspector) TabletEventDefault ¶
func (ptr *QWebInspector) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QWebInspector) TimerEventDefault ¶
func (ptr *QWebInspector) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QWebInspector) UpdateDefault ¶
func (ptr *QWebInspector) UpdateDefault()
func (*QWebInspector) UpdateMicroFocusDefault ¶
func (ptr *QWebInspector) UpdateMicroFocusDefault()
func (*QWebInspector) WheelEventDefault ¶
func (ptr *QWebInspector) WheelEventDefault(event gui.QWheelEvent_ITF)
type QWebInspector_ITF ¶
type QWebInspector_ITF interface { widgets.QWidget_ITF QWebInspector_PTR() *QWebInspector }
type QWebPage ¶
func NewQWebPage ¶
func NewQWebPage(parent core.QObject_ITF) *QWebPage
func NewQWebPageFromPointer ¶
func (*QWebPage) AcceptNavigationRequest ¶
func (ptr *QWebPage) AcceptNavigationRequest(frame QWebFrame_ITF, request network.QNetworkRequest_ITF, ty QWebPage__NavigationType) bool
func (*QWebPage) AcceptNavigationRequestDefault ¶
func (ptr *QWebPage) AcceptNavigationRequestDefault(frame QWebFrame_ITF, request network.QNetworkRequest_ITF, ty QWebPage__NavigationType) bool
func (*QWebPage) ApplicationCacheQuotaExceeded ¶
func (ptr *QWebPage) ApplicationCacheQuotaExceeded(origin QWebSecurityOrigin_ITF, defaultOriginQuota uint64, totalSpaceNeeded uint64)
func (*QWebPage) BytesReceived ¶
func (*QWebPage) ChildEventDefault ¶
func (ptr *QWebPage) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebPage) ChooseFile ¶
func (ptr *QWebPage) ChooseFile(parentFrame QWebFrame_ITF, suggestedFile string) string
func (*QWebPage) ChooseFileDefault ¶
func (ptr *QWebPage) ChooseFileDefault(parentFrame QWebFrame_ITF, suggestedFile string) string
func (*QWebPage) ConnectAcceptNavigationRequest ¶
func (ptr *QWebPage) ConnectAcceptNavigationRequest(f func(frame *QWebFrame, request *network.QNetworkRequest, ty QWebPage__NavigationType) bool)
func (*QWebPage) ConnectApplicationCacheQuotaExceeded ¶
func (ptr *QWebPage) ConnectApplicationCacheQuotaExceeded(f func(origin *QWebSecurityOrigin, defaultOriginQuota uint64, totalSpaceNeeded uint64))
func (*QWebPage) ConnectChooseFile ¶
func (*QWebPage) ConnectConsoleMessageReceived ¶
func (ptr *QWebPage) ConnectConsoleMessageReceived(f func(source QWebPage__MessageSource, level QWebPage__MessageLevel, message string, lineNumber int, sourceID string))
func (*QWebPage) ConnectContentsChanged ¶
func (ptr *QWebPage) ConnectContentsChanged(f func())
func (*QWebPage) ConnectCreatePlugin ¶
func (*QWebPage) ConnectCreateWindow ¶
func (ptr *QWebPage) ConnectCreateWindow(f func(ty QWebPage__WebWindowType) *QWebPage)
func (*QWebPage) ConnectDatabaseQuotaExceeded ¶
func (*QWebPage) ConnectDownloadRequested ¶
func (ptr *QWebPage) ConnectDownloadRequested(f func(request *network.QNetworkRequest))
func (*QWebPage) ConnectFeaturePermissionRequestCanceled ¶
func (ptr *QWebPage) ConnectFeaturePermissionRequestCanceled(f func(frame *QWebFrame, feature QWebPage__Feature))
func (*QWebPage) ConnectFeaturePermissionRequested ¶
func (ptr *QWebPage) ConnectFeaturePermissionRequested(f func(frame *QWebFrame, feature QWebPage__Feature))
func (*QWebPage) ConnectFocusedElementChanged ¶
func (ptr *QWebPage) ConnectFocusedElementChanged(f func(element *QWebElement))
func (*QWebPage) ConnectFrameCreated ¶
func (*QWebPage) ConnectGeometryChangeRequested ¶
func (*QWebPage) ConnectJavaScriptAlert ¶
func (*QWebPage) ConnectJavaScriptConfirm ¶
func (*QWebPage) ConnectJavaScriptConsoleMessage ¶
func (*QWebPage) ConnectJavaScriptPrompt ¶
func (*QWebPage) ConnectLinkClicked ¶
func (*QWebPage) ConnectLinkHovered ¶
func (*QWebPage) ConnectLoadFinished ¶
func (*QWebPage) ConnectLoadProgress ¶
func (*QWebPage) ConnectLoadStarted ¶
func (ptr *QWebPage) ConnectLoadStarted(f func())
func (*QWebPage) ConnectMenuBarVisibilityChangeRequested ¶
func (*QWebPage) ConnectMicroFocusChanged ¶
func (ptr *QWebPage) ConnectMicroFocusChanged(f func())
func (*QWebPage) ConnectNotifyDefault ¶
func (ptr *QWebPage) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebPage) ConnectPrintRequested ¶
func (*QWebPage) ConnectRecentlyAudibleChanged ¶
func (*QWebPage) ConnectRepaintRequested ¶
func (*QWebPage) ConnectRestoreFrameStateRequested ¶
func (*QWebPage) ConnectSaveFrameStateRequested ¶
func (ptr *QWebPage) ConnectSaveFrameStateRequested(f func(frame *QWebFrame, item *QWebHistoryItem))
func (*QWebPage) ConnectScrollRequested ¶
func (*QWebPage) ConnectSelectionChanged ¶
func (ptr *QWebPage) ConnectSelectionChanged(f func())
func (*QWebPage) ConnectShouldInterruptJavaScript ¶
func (*QWebPage) ConnectStatusBarMessage ¶
func (*QWebPage) ConnectStatusBarVisibilityChangeRequested ¶
func (*QWebPage) ConnectSupportsExtension ¶
func (ptr *QWebPage) ConnectSupportsExtension(f func(extension QWebPage__Extension) bool)
func (*QWebPage) ConnectToolBarVisibilityChangeRequested ¶
func (*QWebPage) ConnectTriggerAction ¶
func (ptr *QWebPage) ConnectTriggerAction(f func(action QWebPage__WebAction, checked bool))
func (*QWebPage) ConnectUnsupportedContent ¶
func (ptr *QWebPage) ConnectUnsupportedContent(f func(reply *network.QNetworkReply))
func (*QWebPage) ConnectUserAgentForUrl ¶
func (*QWebPage) ConnectViewportChangeRequested ¶
func (ptr *QWebPage) ConnectViewportChangeRequested(f func())
func (*QWebPage) ConnectWindowCloseRequested ¶
func (ptr *QWebPage) ConnectWindowCloseRequested(f func())
func (*QWebPage) ConsoleMessageReceived ¶
func (ptr *QWebPage) ConsoleMessageReceived(source QWebPage__MessageSource, level QWebPage__MessageLevel, message string, lineNumber int, sourceID string)
func (*QWebPage) ContentsChanged ¶
func (ptr *QWebPage) ContentsChanged()
func (*QWebPage) CreatePlugin ¶
func (*QWebPage) CreatePluginDefault ¶
func (*QWebPage) CreateStandardContextMenu ¶
func (*QWebPage) CreateWindow ¶
func (ptr *QWebPage) CreateWindow(ty QWebPage__WebWindowType) *QWebPage
func (*QWebPage) CreateWindowDefault ¶
func (ptr *QWebPage) CreateWindowDefault(ty QWebPage__WebWindowType) *QWebPage
func (*QWebPage) CurrentFrame ¶
func (*QWebPage) CustomEventDefault ¶
func (ptr *QWebPage) CustomEventDefault(event core.QEvent_ITF)
func (*QWebPage) DatabaseQuotaExceeded ¶
func (ptr *QWebPage) DatabaseQuotaExceeded(frame QWebFrame_ITF, databaseName string)
func (*QWebPage) DeleteLaterDefault ¶
func (ptr *QWebPage) DeleteLaterDefault()
func (*QWebPage) DestroyQWebPage ¶
func (ptr *QWebPage) DestroyQWebPage()
func (*QWebPage) DisconnectAcceptNavigationRequest ¶
func (ptr *QWebPage) DisconnectAcceptNavigationRequest()
func (*QWebPage) DisconnectApplicationCacheQuotaExceeded ¶
func (ptr *QWebPage) DisconnectApplicationCacheQuotaExceeded()
func (*QWebPage) DisconnectChooseFile ¶
func (ptr *QWebPage) DisconnectChooseFile()
func (*QWebPage) DisconnectConsoleMessageReceived ¶
func (ptr *QWebPage) DisconnectConsoleMessageReceived()
func (*QWebPage) DisconnectContentsChanged ¶
func (ptr *QWebPage) DisconnectContentsChanged()
func (*QWebPage) DisconnectCreatePlugin ¶
func (ptr *QWebPage) DisconnectCreatePlugin()
func (*QWebPage) DisconnectCreateWindow ¶
func (ptr *QWebPage) DisconnectCreateWindow()
func (*QWebPage) DisconnectDatabaseQuotaExceeded ¶
func (ptr *QWebPage) DisconnectDatabaseQuotaExceeded()
func (*QWebPage) DisconnectDownloadRequested ¶
func (ptr *QWebPage) DisconnectDownloadRequested()
func (*QWebPage) DisconnectFeaturePermissionRequestCanceled ¶
func (ptr *QWebPage) DisconnectFeaturePermissionRequestCanceled()
func (*QWebPage) DisconnectFeaturePermissionRequested ¶
func (ptr *QWebPage) DisconnectFeaturePermissionRequested()
func (*QWebPage) DisconnectFocusedElementChanged ¶
func (ptr *QWebPage) DisconnectFocusedElementChanged()
func (*QWebPage) DisconnectFrameCreated ¶
func (ptr *QWebPage) DisconnectFrameCreated()
func (*QWebPage) DisconnectGeometryChangeRequested ¶
func (ptr *QWebPage) DisconnectGeometryChangeRequested()
func (*QWebPage) DisconnectJavaScriptAlert ¶
func (ptr *QWebPage) DisconnectJavaScriptAlert()
func (*QWebPage) DisconnectJavaScriptConfirm ¶
func (ptr *QWebPage) DisconnectJavaScriptConfirm()
func (*QWebPage) DisconnectJavaScriptConsoleMessage ¶
func (ptr *QWebPage) DisconnectJavaScriptConsoleMessage()
func (*QWebPage) DisconnectJavaScriptPrompt ¶
func (ptr *QWebPage) DisconnectJavaScriptPrompt()
func (*QWebPage) DisconnectLinkClicked ¶
func (ptr *QWebPage) DisconnectLinkClicked()
func (*QWebPage) DisconnectLinkHovered ¶
func (ptr *QWebPage) DisconnectLinkHovered()
func (*QWebPage) DisconnectLoadFinished ¶
func (ptr *QWebPage) DisconnectLoadFinished()
func (*QWebPage) DisconnectLoadProgress ¶
func (ptr *QWebPage) DisconnectLoadProgress()
func (*QWebPage) DisconnectLoadStarted ¶
func (ptr *QWebPage) DisconnectLoadStarted()
func (*QWebPage) DisconnectMenuBarVisibilityChangeRequested ¶
func (ptr *QWebPage) DisconnectMenuBarVisibilityChangeRequested()
func (*QWebPage) DisconnectMicroFocusChanged ¶
func (ptr *QWebPage) DisconnectMicroFocusChanged()
func (*QWebPage) DisconnectNotifyDefault ¶
func (ptr *QWebPage) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebPage) DisconnectPrintRequested ¶
func (ptr *QWebPage) DisconnectPrintRequested()
func (*QWebPage) DisconnectRecentlyAudibleChanged ¶
func (ptr *QWebPage) DisconnectRecentlyAudibleChanged()
func (*QWebPage) DisconnectRepaintRequested ¶
func (ptr *QWebPage) DisconnectRepaintRequested()
func (*QWebPage) DisconnectRestoreFrameStateRequested ¶
func (ptr *QWebPage) DisconnectRestoreFrameStateRequested()
func (*QWebPage) DisconnectSaveFrameStateRequested ¶
func (ptr *QWebPage) DisconnectSaveFrameStateRequested()
func (*QWebPage) DisconnectScrollRequested ¶
func (ptr *QWebPage) DisconnectScrollRequested()
func (*QWebPage) DisconnectSelectionChanged ¶
func (ptr *QWebPage) DisconnectSelectionChanged()
func (*QWebPage) DisconnectShouldInterruptJavaScript ¶
func (ptr *QWebPage) DisconnectShouldInterruptJavaScript()
func (*QWebPage) DisconnectStatusBarMessage ¶
func (ptr *QWebPage) DisconnectStatusBarMessage()
func (*QWebPage) DisconnectStatusBarVisibilityChangeRequested ¶
func (ptr *QWebPage) DisconnectStatusBarVisibilityChangeRequested()
func (*QWebPage) DisconnectSupportsExtension ¶
func (ptr *QWebPage) DisconnectSupportsExtension()
func (*QWebPage) DisconnectToolBarVisibilityChangeRequested ¶
func (ptr *QWebPage) DisconnectToolBarVisibilityChangeRequested()
func (*QWebPage) DisconnectTriggerAction ¶
func (ptr *QWebPage) DisconnectTriggerAction()
func (*QWebPage) DisconnectUnsupportedContent ¶
func (ptr *QWebPage) DisconnectUnsupportedContent()
func (*QWebPage) DisconnectUserAgentForUrl ¶
func (ptr *QWebPage) DisconnectUserAgentForUrl()
func (*QWebPage) DisconnectViewportChangeRequested ¶
func (ptr *QWebPage) DisconnectViewportChangeRequested()
func (*QWebPage) DisconnectWindowCloseRequested ¶
func (ptr *QWebPage) DisconnectWindowCloseRequested()
func (*QWebPage) DownloadRequested ¶
func (ptr *QWebPage) DownloadRequested(request network.QNetworkRequest_ITF)
func (*QWebPage) EventDefault ¶
func (ptr *QWebPage) EventDefault(ev core.QEvent_ITF) bool
func (*QWebPage) EventFilterDefault ¶
func (ptr *QWebPage) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebPage) FeaturePermissionRequestCanceled ¶
func (ptr *QWebPage) FeaturePermissionRequestCanceled(frame QWebFrame_ITF, feature QWebPage__Feature)
func (*QWebPage) FeaturePermissionRequested ¶
func (ptr *QWebPage) FeaturePermissionRequested(frame QWebFrame_ITF, feature QWebPage__Feature)
func (*QWebPage) FindText ¶
func (ptr *QWebPage) FindText(subString string, options QWebPage__FindFlag) bool
func (*QWebPage) FocusNextPrevChild ¶
func (*QWebPage) FocusedElementChanged ¶
func (ptr *QWebPage) FocusedElementChanged(element QWebElement_ITF)
func (*QWebPage) ForwardUnsupportedContent ¶
func (*QWebPage) FrameCreated ¶
func (ptr *QWebPage) FrameCreated(frame QWebFrame_ITF)
func (*QWebPage) GeometryChangeRequested ¶
func (*QWebPage) HasSelection ¶
func (*QWebPage) History ¶
func (ptr *QWebPage) History() *QWebHistory
func (*QWebPage) InputMethodQuery ¶
func (ptr *QWebPage) InputMethodQuery(property core.Qt__InputMethodQuery) *core.QVariant
func (*QWebPage) IsContentEditable ¶
func (*QWebPage) IsModified ¶
func (*QWebPage) JavaScriptAlert ¶
func (ptr *QWebPage) JavaScriptAlert(frame QWebFrame_ITF, msg string)
func (*QWebPage) JavaScriptAlertDefault ¶
func (ptr *QWebPage) JavaScriptAlertDefault(frame QWebFrame_ITF, msg string)
func (*QWebPage) JavaScriptConfirm ¶
func (ptr *QWebPage) JavaScriptConfirm(frame QWebFrame_ITF, msg string) bool
func (*QWebPage) JavaScriptConfirmDefault ¶
func (ptr *QWebPage) JavaScriptConfirmDefault(frame QWebFrame_ITF, msg string) bool
func (*QWebPage) JavaScriptConsoleMessage ¶
func (*QWebPage) JavaScriptConsoleMessageDefault ¶
func (*QWebPage) JavaScriptPrompt ¶
func (*QWebPage) JavaScriptPromptDefault ¶
func (*QWebPage) LinkClicked ¶
func (*QWebPage) LinkDelegationPolicy ¶
func (ptr *QWebPage) LinkDelegationPolicy() QWebPage__LinkDelegationPolicy
func (*QWebPage) LinkHovered ¶
func (*QWebPage) LoadFinished ¶
func (*QWebPage) LoadProgress ¶
func (*QWebPage) LoadStarted ¶
func (ptr *QWebPage) LoadStarted()
func (*QWebPage) MenuBarVisibilityChangeRequested ¶
func (*QWebPage) MetaObjectDefault ¶
func (ptr *QWebPage) MetaObjectDefault() *core.QMetaObject
func (*QWebPage) MicroFocusChanged ¶
func (ptr *QWebPage) MicroFocusChanged()
func (*QWebPage) NetworkAccessManager ¶
func (ptr *QWebPage) NetworkAccessManager() *network.QNetworkAccessManager
func (*QWebPage) PluginFactory ¶
func (ptr *QWebPage) PluginFactory() *QWebPluginFactory
func (*QWebPage) PreferredContentsSize ¶
func (*QWebPage) PrintRequested ¶
func (ptr *QWebPage) PrintRequested(frame QWebFrame_ITF)
func (*QWebPage) QWebPage_PTR ¶
func (*QWebPage) RecentlyAudible ¶
func (*QWebPage) RecentlyAudibleChanged ¶
func (*QWebPage) RepaintRequested ¶
func (*QWebPage) RestoreFrameStateRequested ¶
func (ptr *QWebPage) RestoreFrameStateRequested(frame QWebFrame_ITF)
func (*QWebPage) SaveFrameStateRequested ¶
func (ptr *QWebPage) SaveFrameStateRequested(frame QWebFrame_ITF, item QWebHistoryItem_ITF)
func (*QWebPage) ScrollRequested ¶
func (*QWebPage) SelectedHtml ¶
func (*QWebPage) SelectedText ¶
func (*QWebPage) SelectionChanged ¶
func (ptr *QWebPage) SelectionChanged()
func (*QWebPage) SetActualVisibleContentRect ¶
func (*QWebPage) SetContentEditable ¶
func (*QWebPage) SetFeaturePermission ¶
func (ptr *QWebPage) SetFeaturePermission(frame QWebFrame_ITF, feature QWebPage__Feature, policy QWebPage__PermissionPolicy)
func (*QWebPage) SetForwardUnsupportedContent ¶
func (*QWebPage) SetLinkDelegationPolicy ¶
func (ptr *QWebPage) SetLinkDelegationPolicy(policy QWebPage__LinkDelegationPolicy)
func (*QWebPage) SetNetworkAccessManager ¶
func (ptr *QWebPage) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF)
func (*QWebPage) SetPalette ¶
func (ptr *QWebPage) SetPalette(palette gui.QPalette_ITF)
func (*QWebPage) SetPluginFactory ¶
func (ptr *QWebPage) SetPluginFactory(factory QWebPluginFactory_ITF)
func (*QWebPage) SetPointer ¶
func (*QWebPage) SetPreferredContentsSize ¶
func (*QWebPage) SetView ¶
func (ptr *QWebPage) SetView(view widgets.QWidget_ITF)
func (*QWebPage) SetViewportSize ¶
func (*QWebPage) SetVisibilityState ¶
func (ptr *QWebPage) SetVisibilityState(vvi QWebPage__VisibilityState)
func (*QWebPage) Settings ¶
func (ptr *QWebPage) Settings() *QWebSettings
func (*QWebPage) ShouldInterruptJavaScript ¶
func (*QWebPage) ShouldInterruptJavaScriptDefault ¶
func (*QWebPage) StatusBarMessage ¶
func (*QWebPage) StatusBarVisibilityChangeRequested ¶
func (*QWebPage) SupportedContentTypes ¶
func (*QWebPage) SupportsContentType ¶
func (*QWebPage) SupportsExtension ¶
func (ptr *QWebPage) SupportsExtension(extension QWebPage__Extension) bool
func (*QWebPage) SupportsExtensionDefault ¶
func (ptr *QWebPage) SupportsExtensionDefault(extension QWebPage__Extension) bool
func (*QWebPage) SwallowContextMenuEvent ¶
func (ptr *QWebPage) SwallowContextMenuEvent(event gui.QContextMenuEvent_ITF) bool
func (*QWebPage) TimerEventDefault ¶
func (ptr *QWebPage) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QWebPage) ToolBarVisibilityChangeRequested ¶
func (*QWebPage) TotalBytes ¶
func (*QWebPage) TriggerAction ¶
func (ptr *QWebPage) TriggerAction(action QWebPage__WebAction, checked bool)
func (*QWebPage) TriggerActionDefault ¶
func (ptr *QWebPage) TriggerActionDefault(action QWebPage__WebAction, checked bool)
func (*QWebPage) UndoStack ¶
func (ptr *QWebPage) UndoStack() *widgets.QUndoStack
func (*QWebPage) UnsupportedContent ¶
func (ptr *QWebPage) UnsupportedContent(reply network.QNetworkReply_ITF)
func (*QWebPage) UpdatePositionDependentActions ¶
func (ptr *QWebPage) UpdatePositionDependentActions(pos core.QPoint_ITF)
func (*QWebPage) UserAgentForUrlDefault ¶
func (*QWebPage) ViewportChangeRequested ¶
func (ptr *QWebPage) ViewportChangeRequested()
func (*QWebPage) ViewportSize ¶
func (*QWebPage) VisibilityState ¶
func (ptr *QWebPage) VisibilityState() QWebPage__VisibilityState
func (*QWebPage) WindowCloseRequested ¶
func (ptr *QWebPage) WindowCloseRequested()
type QWebPage_ITF ¶
type QWebPage_ITF interface { core.QObject_ITF QWebPage_PTR() *QWebPage }
type QWebPage__ErrorDomain ¶
type QWebPage__ErrorDomain int64
QWebPage::ErrorDomain
const ( QWebPage__QtNetwork QWebPage__ErrorDomain = QWebPage__ErrorDomain(0) QWebPage__Http QWebPage__ErrorDomain = QWebPage__ErrorDomain(1) QWebPage__WebKit QWebPage__ErrorDomain = QWebPage__ErrorDomain(2) )
type QWebPage__Extension ¶
type QWebPage__Extension int64
QWebPage::Extension
const ( QWebPage__ChooseMultipleFilesExtension QWebPage__Extension = QWebPage__Extension(0) QWebPage__ErrorPageExtension QWebPage__Extension = QWebPage__Extension(1) )
type QWebPage__Feature ¶
type QWebPage__Feature int64
QWebPage::Feature
const ( QWebPage__Notifications QWebPage__Feature = QWebPage__Feature(0) QWebPage__Geolocation QWebPage__Feature = QWebPage__Feature(1) )
type QWebPage__FindFlag ¶
type QWebPage__FindFlag int64
QWebPage::FindFlag
const ( QWebPage__FindBackward QWebPage__FindFlag = QWebPage__FindFlag(1) QWebPage__FindCaseSensitively QWebPage__FindFlag = QWebPage__FindFlag(2) QWebPage__FindWrapsAroundDocument QWebPage__FindFlag = QWebPage__FindFlag(4) QWebPage__HighlightAllOccurrences QWebPage__FindFlag = QWebPage__FindFlag(8) QWebPage__FindAtWordBeginningsOnly QWebPage__FindFlag = QWebPage__FindFlag(16) QWebPage__TreatMedialCapitalAsWordBeginning QWebPage__FindFlag = QWebPage__FindFlag(32) QWebPage__FindBeginsInSelection QWebPage__FindFlag = QWebPage__FindFlag(64) )
type QWebPage__LinkDelegationPolicy ¶
type QWebPage__LinkDelegationPolicy int64
QWebPage::LinkDelegationPolicy
const ( QWebPage__DontDelegateLinks QWebPage__LinkDelegationPolicy = QWebPage__LinkDelegationPolicy(0) QWebPage__DelegateExternalLinks QWebPage__LinkDelegationPolicy = QWebPage__LinkDelegationPolicy(1) QWebPage__DelegateAllLinks QWebPage__LinkDelegationPolicy = QWebPage__LinkDelegationPolicy(2) )
type QWebPage__MessageLevel ¶
type QWebPage__MessageLevel int64
QWebPage::MessageLevel
const ( QWebPage__LogMessageLevel QWebPage__MessageLevel = QWebPage__MessageLevel(1) QWebPage__WarningMessageLevel QWebPage__MessageLevel = QWebPage__MessageLevel(2) QWebPage__ErrorMessageLevel QWebPage__MessageLevel = QWebPage__MessageLevel(3) QWebPage__DebugMessageLevel QWebPage__MessageLevel = QWebPage__MessageLevel(4) QWebPage__InfoMessageLevel QWebPage__MessageLevel = QWebPage__MessageLevel(5) )
type QWebPage__MessageSource ¶
type QWebPage__MessageSource int64
QWebPage::MessageSource
const ( QWebPage__XmlMessageSource QWebPage__MessageSource = QWebPage__MessageSource(0) QWebPage__JSMessageSource QWebPage__MessageSource = QWebPage__MessageSource(1) QWebPage__NetworkMessageSource QWebPage__MessageSource = QWebPage__MessageSource(2) QWebPage__ConsoleAPIMessageSource QWebPage__MessageSource = QWebPage__MessageSource(3) QWebPage__StorageMessageSource QWebPage__MessageSource = QWebPage__MessageSource(4) QWebPage__AppCacheMessageSource QWebPage__MessageSource = QWebPage__MessageSource(5) QWebPage__RenderingMessageSource QWebPage__MessageSource = QWebPage__MessageSource(6) QWebPage__CSSMessageSource QWebPage__MessageSource = QWebPage__MessageSource(7) QWebPage__SecurityMessageSource QWebPage__MessageSource = QWebPage__MessageSource(8) QWebPage__ContentBlockerMessageSource QWebPage__MessageSource = QWebPage__MessageSource(9) QWebPage__OtherMessageSource QWebPage__MessageSource = QWebPage__MessageSource(10) )
type QWebPage__NavigationType ¶
type QWebPage__NavigationType int64
QWebPage::NavigationType
const ()
type QWebPage__PermissionPolicy ¶
type QWebPage__PermissionPolicy int64
QWebPage::PermissionPolicy
const ( QWebPage__PermissionUnknown QWebPage__PermissionPolicy = QWebPage__PermissionPolicy(0) QWebPage__PermissionGrantedByUser QWebPage__PermissionPolicy = QWebPage__PermissionPolicy(1) QWebPage__PermissionDeniedByUser QWebPage__PermissionPolicy = QWebPage__PermissionPolicy(2) )
type QWebPage__VisibilityState ¶
type QWebPage__VisibilityState int64
QWebPage::VisibilityState
const ( QWebPage__VisibilityStateVisible QWebPage__VisibilityState = QWebPage__VisibilityState(0) QWebPage__VisibilityStateHidden QWebPage__VisibilityState = QWebPage__VisibilityState(1) QWebPage__VisibilityStatePrerender QWebPage__VisibilityState = QWebPage__VisibilityState(2) QWebPage__VisibilityStateUnloaded QWebPage__VisibilityState = QWebPage__VisibilityState(3) )
type QWebPage__WebAction ¶
type QWebPage__WebAction int64
QWebPage::WebAction
const ( QWebPage__NoWebAction QWebPage__WebAction = QWebPage__WebAction(-1) QWebPage__OpenLink QWebPage__WebAction = QWebPage__WebAction(0) QWebPage__OpenLinkInNewWindow QWebPage__WebAction = QWebPage__WebAction(1) QWebPage__OpenFrameInNewWindow QWebPage__WebAction = QWebPage__WebAction(2) QWebPage__DownloadLinkToDisk QWebPage__WebAction = QWebPage__WebAction(3) QWebPage__CopyLinkToClipboard QWebPage__WebAction = QWebPage__WebAction(4) QWebPage__OpenImageInNewWindow QWebPage__WebAction = QWebPage__WebAction(5) QWebPage__DownloadImageToDisk QWebPage__WebAction = QWebPage__WebAction(6) QWebPage__CopyImageToClipboard QWebPage__WebAction = QWebPage__WebAction(7) QWebPage__Back QWebPage__WebAction = QWebPage__WebAction(8) QWebPage__Forward QWebPage__WebAction = QWebPage__WebAction(9) QWebPage__Stop QWebPage__WebAction = QWebPage__WebAction(10) QWebPage__Reload QWebPage__WebAction = QWebPage__WebAction(11) QWebPage__Cut QWebPage__WebAction = QWebPage__WebAction(12) QWebPage__Copy QWebPage__WebAction = QWebPage__WebAction(13) QWebPage__Paste QWebPage__WebAction = QWebPage__WebAction(14) QWebPage__Undo QWebPage__WebAction = QWebPage__WebAction(15) QWebPage__Redo QWebPage__WebAction = QWebPage__WebAction(16) QWebPage__MoveToNextChar QWebPage__WebAction = QWebPage__WebAction(17) QWebPage__MoveToPreviousChar QWebPage__WebAction = QWebPage__WebAction(18) QWebPage__MoveToNextWord QWebPage__WebAction = QWebPage__WebAction(19) QWebPage__MoveToPreviousWord QWebPage__WebAction = QWebPage__WebAction(20) QWebPage__MoveToNextLine QWebPage__WebAction = QWebPage__WebAction(21) QWebPage__MoveToPreviousLine QWebPage__WebAction = QWebPage__WebAction(22) QWebPage__MoveToStartOfLine QWebPage__WebAction = QWebPage__WebAction(23) QWebPage__MoveToEndOfLine QWebPage__WebAction = QWebPage__WebAction(24) QWebPage__MoveToStartOfBlock QWebPage__WebAction = QWebPage__WebAction(25) QWebPage__MoveToEndOfBlock QWebPage__WebAction = QWebPage__WebAction(26) QWebPage__MoveToStartOfDocument QWebPage__WebAction = QWebPage__WebAction(27) QWebPage__MoveToEndOfDocument QWebPage__WebAction = QWebPage__WebAction(28) QWebPage__SelectNextChar QWebPage__WebAction = QWebPage__WebAction(29) QWebPage__SelectPreviousChar QWebPage__WebAction = QWebPage__WebAction(30) QWebPage__SelectNextWord QWebPage__WebAction = QWebPage__WebAction(31) QWebPage__SelectPreviousWord QWebPage__WebAction = QWebPage__WebAction(32) QWebPage__SelectNextLine QWebPage__WebAction = QWebPage__WebAction(33) QWebPage__SelectPreviousLine QWebPage__WebAction = QWebPage__WebAction(34) QWebPage__SelectStartOfLine QWebPage__WebAction = QWebPage__WebAction(35) QWebPage__SelectEndOfLine QWebPage__WebAction = QWebPage__WebAction(36) QWebPage__SelectStartOfBlock QWebPage__WebAction = QWebPage__WebAction(37) QWebPage__SelectEndOfBlock QWebPage__WebAction = QWebPage__WebAction(38) QWebPage__SelectStartOfDocument QWebPage__WebAction = QWebPage__WebAction(39) QWebPage__SelectEndOfDocument QWebPage__WebAction = QWebPage__WebAction(40) QWebPage__DeleteStartOfWord QWebPage__WebAction = QWebPage__WebAction(41) QWebPage__DeleteEndOfWord QWebPage__WebAction = QWebPage__WebAction(42) QWebPage__SetTextDirectionDefault QWebPage__WebAction = QWebPage__WebAction(43) QWebPage__SetTextDirectionLeftToRight QWebPage__WebAction = QWebPage__WebAction(44) QWebPage__SetTextDirectionRightToLeft QWebPage__WebAction = QWebPage__WebAction(45) QWebPage__ToggleBold QWebPage__WebAction = QWebPage__WebAction(46) QWebPage__ToggleItalic QWebPage__WebAction = QWebPage__WebAction(47) QWebPage__ToggleUnderline QWebPage__WebAction = QWebPage__WebAction(48) QWebPage__InspectElement QWebPage__WebAction = QWebPage__WebAction(49) QWebPage__InsertParagraphSeparator QWebPage__WebAction = QWebPage__WebAction(50) QWebPage__InsertLineSeparator QWebPage__WebAction = QWebPage__WebAction(51) QWebPage__SelectAll QWebPage__WebAction = QWebPage__WebAction(52) QWebPage__ReloadAndBypassCache QWebPage__WebAction = QWebPage__WebAction(53) QWebPage__PasteAndMatchStyle QWebPage__WebAction = QWebPage__WebAction(54) QWebPage__RemoveFormat QWebPage__WebAction = QWebPage__WebAction(55) QWebPage__ToggleStrikethrough QWebPage__WebAction = QWebPage__WebAction(56) QWebPage__ToggleSubscript QWebPage__WebAction = QWebPage__WebAction(57) QWebPage__ToggleSuperscript QWebPage__WebAction = QWebPage__WebAction(58) QWebPage__InsertUnorderedList QWebPage__WebAction = QWebPage__WebAction(59) QWebPage__InsertOrderedList QWebPage__WebAction = QWebPage__WebAction(60) QWebPage__Indent QWebPage__WebAction = QWebPage__WebAction(61) QWebPage__Outdent QWebPage__WebAction = QWebPage__WebAction(62) QWebPage__AlignCenter QWebPage__WebAction = QWebPage__WebAction(63) QWebPage__AlignJustified QWebPage__WebAction = QWebPage__WebAction(64) QWebPage__AlignLeft QWebPage__WebAction = QWebPage__WebAction(65) QWebPage__AlignRight QWebPage__WebAction = QWebPage__WebAction(66) QWebPage__StopScheduledPageRefresh QWebPage__WebAction = QWebPage__WebAction(67) QWebPage__CopyImageUrlToClipboard QWebPage__WebAction = QWebPage__WebAction(68) QWebPage__OpenLinkInThisWindow QWebPage__WebAction = QWebPage__WebAction(69) QWebPage__DownloadMediaToDisk QWebPage__WebAction = QWebPage__WebAction(70) QWebPage__CopyMediaUrlToClipboard QWebPage__WebAction = QWebPage__WebAction(71) QWebPage__ToggleMediaControls QWebPage__WebAction = QWebPage__WebAction(72) QWebPage__ToggleMediaLoop QWebPage__WebAction = QWebPage__WebAction(73) QWebPage__ToggleMediaPlayPause QWebPage__WebAction = QWebPage__WebAction(74) QWebPage__ToggleMediaMute QWebPage__WebAction = QWebPage__WebAction(75) QWebPage__ToggleVideoFullscreen QWebPage__WebAction = QWebPage__WebAction(76) QWebPage__WebActionCount QWebPage__WebAction = QWebPage__WebAction(77) )
type QWebPage__WebWindowType ¶
type QWebPage__WebWindowType int64
QWebPage::WebWindowType
const ( QWebPage__WebBrowserWindow QWebPage__WebWindowType = QWebPage__WebWindowType(0) QWebPage__WebModalDialog QWebPage__WebWindowType = QWebPage__WebWindowType(1) )
type QWebPluginFactory ¶
func NewQWebPluginFactoryFromPointer ¶
func NewQWebPluginFactoryFromPointer(ptr unsafe.Pointer) (n *QWebPluginFactory)
func (*QWebPluginFactory) ChildEventDefault ¶
func (ptr *QWebPluginFactory) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebPluginFactory) ConnectCreate ¶
func (*QWebPluginFactory) ConnectDestroyQWebPluginFactory ¶
func (ptr *QWebPluginFactory) ConnectDestroyQWebPluginFactory(f func())
func (*QWebPluginFactory) ConnectNotifyDefault ¶
func (ptr *QWebPluginFactory) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebPluginFactory) ConnectRefreshPlugins ¶
func (ptr *QWebPluginFactory) ConnectRefreshPlugins(f func())
func (*QWebPluginFactory) CustomEventDefault ¶
func (ptr *QWebPluginFactory) CustomEventDefault(event core.QEvent_ITF)
func (*QWebPluginFactory) DeleteLaterDefault ¶
func (ptr *QWebPluginFactory) DeleteLaterDefault()
func (*QWebPluginFactory) DestroyQWebPluginFactory ¶
func (ptr *QWebPluginFactory) DestroyQWebPluginFactory()
func (*QWebPluginFactory) DestroyQWebPluginFactoryDefault ¶
func (ptr *QWebPluginFactory) DestroyQWebPluginFactoryDefault()
func (*QWebPluginFactory) DisconnectCreate ¶
func (ptr *QWebPluginFactory) DisconnectCreate()
func (*QWebPluginFactory) DisconnectDestroyQWebPluginFactory ¶
func (ptr *QWebPluginFactory) DisconnectDestroyQWebPluginFactory()
func (*QWebPluginFactory) DisconnectNotifyDefault ¶
func (ptr *QWebPluginFactory) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebPluginFactory) DisconnectRefreshPlugins ¶
func (ptr *QWebPluginFactory) DisconnectRefreshPlugins()
func (*QWebPluginFactory) EventDefault ¶
func (ptr *QWebPluginFactory) EventDefault(e core.QEvent_ITF) bool
func (*QWebPluginFactory) EventFilterDefault ¶
func (ptr *QWebPluginFactory) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebPluginFactory) MetaObjectDefault ¶
func (ptr *QWebPluginFactory) MetaObjectDefault() *core.QMetaObject
func (*QWebPluginFactory) Pointer ¶
func (ptr *QWebPluginFactory) Pointer() unsafe.Pointer
func (*QWebPluginFactory) QWebPluginFactory_PTR ¶
func (ptr *QWebPluginFactory) QWebPluginFactory_PTR() *QWebPluginFactory
func (*QWebPluginFactory) RefreshPlugins ¶
func (ptr *QWebPluginFactory) RefreshPlugins()
func (*QWebPluginFactory) RefreshPluginsDefault ¶
func (ptr *QWebPluginFactory) RefreshPluginsDefault()
func (*QWebPluginFactory) SetPointer ¶
func (ptr *QWebPluginFactory) SetPointer(p unsafe.Pointer)
func (*QWebPluginFactory) TimerEventDefault ¶
func (ptr *QWebPluginFactory) TimerEventDefault(event core.QTimerEvent_ITF)
type QWebPluginFactory_ITF ¶
type QWebPluginFactory_ITF interface { core.QObject_ITF QWebPluginFactory_PTR() *QWebPluginFactory }
type QWebSecurityOrigin ¶
type QWebSecurityOrigin struct {
// contains filtered or unexported fields
}
func NewQWebSecurityOrigin ¶
func NewQWebSecurityOrigin(url core.QUrl_ITF) *QWebSecurityOrigin
func NewQWebSecurityOrigin2 ¶
func NewQWebSecurityOrigin2(other QWebSecurityOrigin_ITF) *QWebSecurityOrigin
func NewQWebSecurityOriginFromPointer ¶
func NewQWebSecurityOriginFromPointer(ptr unsafe.Pointer) (n *QWebSecurityOrigin)
func QWebSecurityOrigin_AllOrigins ¶
func QWebSecurityOrigin_AllOrigins() []*QWebSecurityOrigin
func (*QWebSecurityOrigin) AddAccessWhitelistEntry ¶
func (ptr *QWebSecurityOrigin) AddAccessWhitelistEntry(scheme string, host string, subdomainSetting QWebSecurityOrigin__SubdomainSetting)
func (*QWebSecurityOrigin) AddLocalScheme ¶
func (ptr *QWebSecurityOrigin) AddLocalScheme(scheme string)
func (*QWebSecurityOrigin) AllOrigins ¶
func (ptr *QWebSecurityOrigin) AllOrigins() []*QWebSecurityOrigin
func (*QWebSecurityOrigin) DatabaseQuota ¶
func (ptr *QWebSecurityOrigin) DatabaseQuota() int64
func (*QWebSecurityOrigin) DatabaseUsage ¶
func (ptr *QWebSecurityOrigin) DatabaseUsage() int64
func (*QWebSecurityOrigin) Databases ¶
func (ptr *QWebSecurityOrigin) Databases() []*QWebDatabase
func (*QWebSecurityOrigin) DestroyQWebSecurityOrigin ¶
func (ptr *QWebSecurityOrigin) DestroyQWebSecurityOrigin()
func (*QWebSecurityOrigin) Host ¶
func (ptr *QWebSecurityOrigin) Host() string
func (*QWebSecurityOrigin) LocalSchemes ¶
func (ptr *QWebSecurityOrigin) LocalSchemes() []string
func (*QWebSecurityOrigin) Pointer ¶
func (ptr *QWebSecurityOrigin) Pointer() unsafe.Pointer
func (*QWebSecurityOrigin) Port ¶
func (ptr *QWebSecurityOrigin) Port() int
func (*QWebSecurityOrigin) QWebSecurityOrigin_PTR ¶
func (ptr *QWebSecurityOrigin) QWebSecurityOrigin_PTR() *QWebSecurityOrigin
func (*QWebSecurityOrigin) RemoveAccessWhitelistEntry ¶
func (ptr *QWebSecurityOrigin) RemoveAccessWhitelistEntry(scheme string, host string, subdomainSetting QWebSecurityOrigin__SubdomainSetting)
func (*QWebSecurityOrigin) RemoveLocalScheme ¶
func (ptr *QWebSecurityOrigin) RemoveLocalScheme(scheme string)
func (*QWebSecurityOrigin) Scheme ¶
func (ptr *QWebSecurityOrigin) Scheme() string
func (*QWebSecurityOrigin) SetApplicationCacheQuota ¶
func (ptr *QWebSecurityOrigin) SetApplicationCacheQuota(quota int64)
func (*QWebSecurityOrigin) SetDatabaseQuota ¶
func (ptr *QWebSecurityOrigin) SetDatabaseQuota(quota int64)
func (*QWebSecurityOrigin) SetPointer ¶
func (ptr *QWebSecurityOrigin) SetPointer(p unsafe.Pointer)
type QWebSecurityOrigin_ITF ¶
type QWebSecurityOrigin_ITF interface {
QWebSecurityOrigin_PTR() *QWebSecurityOrigin
}
type QWebSecurityOrigin__SubdomainSetting ¶
type QWebSecurityOrigin__SubdomainSetting int64
QWebSecurityOrigin::SubdomainSetting
const ( QWebSecurityOrigin__AllowSubdomains QWebSecurityOrigin__SubdomainSetting = QWebSecurityOrigin__SubdomainSetting(0) QWebSecurityOrigin__DisallowSubdomains QWebSecurityOrigin__SubdomainSetting = QWebSecurityOrigin__SubdomainSetting(1) )
type QWebSettings ¶
type QWebSettings struct {
// contains filtered or unexported fields
}
func NewQWebSettingsFromPointer ¶
func NewQWebSettingsFromPointer(ptr unsafe.Pointer) (n *QWebSettings)
func QWebSettings_GlobalSettings ¶
func QWebSettings_GlobalSettings() *QWebSettings
func (*QWebSettings) ClearIconDatabase ¶
func (ptr *QWebSettings) ClearIconDatabase()
func (*QWebSettings) ClearMemoryCaches ¶
func (ptr *QWebSettings) ClearMemoryCaches()
func (*QWebSettings) CssMediaType ¶
func (ptr *QWebSettings) CssMediaType() string
func (*QWebSettings) DefaultTextEncoding ¶
func (ptr *QWebSettings) DefaultTextEncoding() string
func (*QWebSettings) DestroyQWebSettings ¶
func (ptr *QWebSettings) DestroyQWebSettings()
func (*QWebSettings) EnablePersistentStorage ¶
func (ptr *QWebSettings) EnablePersistentStorage(path string)
func (*QWebSettings) FontFamily ¶
func (ptr *QWebSettings) FontFamily(which QWebSettings__FontFamily) string
func (*QWebSettings) FontSize ¶
func (ptr *QWebSettings) FontSize(ty QWebSettings__FontSize) int
func (*QWebSettings) GlobalSettings ¶
func (ptr *QWebSettings) GlobalSettings() *QWebSettings
func (*QWebSettings) IconDatabasePath ¶
func (ptr *QWebSettings) IconDatabasePath() string
func (*QWebSettings) IconForUrl ¶
func (ptr *QWebSettings) IconForUrl(url core.QUrl_ITF) *gui.QIcon
func (*QWebSettings) LocalStoragePath ¶
func (ptr *QWebSettings) LocalStoragePath() string
func (*QWebSettings) MaximumPagesInCache ¶
func (ptr *QWebSettings) MaximumPagesInCache() int
func (*QWebSettings) OfflineStorageDefaultQuota ¶
func (ptr *QWebSettings) OfflineStorageDefaultQuota() int64
func (*QWebSettings) OfflineStoragePath ¶
func (ptr *QWebSettings) OfflineStoragePath() string
func (*QWebSettings) OfflineWebApplicationCachePath ¶
func (ptr *QWebSettings) OfflineWebApplicationCachePath() string
func (*QWebSettings) OfflineWebApplicationCacheQuota ¶
func (ptr *QWebSettings) OfflineWebApplicationCacheQuota() int64
func (*QWebSettings) PluginSearchPaths ¶
func (ptr *QWebSettings) PluginSearchPaths() []string
func (*QWebSettings) Pointer ¶
func (ptr *QWebSettings) Pointer() unsafe.Pointer
func (*QWebSettings) QWebSettings_PTR ¶
func (ptr *QWebSettings) QWebSettings_PTR() *QWebSettings
func (*QWebSettings) ResetAttribute ¶
func (ptr *QWebSettings) ResetAttribute(attribute QWebSettings__WebAttribute)
func (*QWebSettings) ResetFontFamily ¶
func (ptr *QWebSettings) ResetFontFamily(which QWebSettings__FontFamily)
func (*QWebSettings) ResetFontSize ¶
func (ptr *QWebSettings) ResetFontSize(ty QWebSettings__FontSize)
func (*QWebSettings) SetAttribute ¶
func (ptr *QWebSettings) SetAttribute(attribute QWebSettings__WebAttribute, on bool)
func (*QWebSettings) SetCSSMediaType ¶
func (ptr *QWebSettings) SetCSSMediaType(ty string)
func (*QWebSettings) SetDefaultTextEncoding ¶
func (ptr *QWebSettings) SetDefaultTextEncoding(encoding string)
func (*QWebSettings) SetFontFamily ¶
func (ptr *QWebSettings) SetFontFamily(which QWebSettings__FontFamily, family string)
func (*QWebSettings) SetFontSize ¶
func (ptr *QWebSettings) SetFontSize(ty QWebSettings__FontSize, size int)
func (*QWebSettings) SetIconDatabasePath ¶
func (ptr *QWebSettings) SetIconDatabasePath(path string)
func (*QWebSettings) SetLocalStoragePath ¶
func (ptr *QWebSettings) SetLocalStoragePath(path string)
func (*QWebSettings) SetMaximumPagesInCache ¶
func (ptr *QWebSettings) SetMaximumPagesInCache(pages int)
func (*QWebSettings) SetObjectCacheCapacities ¶
func (ptr *QWebSettings) SetObjectCacheCapacities(cacheMinDeadCapacity int, cacheMaxDead int, totalCapacity int)
func (*QWebSettings) SetOfflineStorageDefaultQuota ¶
func (ptr *QWebSettings) SetOfflineStorageDefaultQuota(maximumSize int64)
func (*QWebSettings) SetOfflineStoragePath ¶
func (ptr *QWebSettings) SetOfflineStoragePath(path string)
func (*QWebSettings) SetOfflineWebApplicationCachePath ¶
func (ptr *QWebSettings) SetOfflineWebApplicationCachePath(path string)
func (*QWebSettings) SetOfflineWebApplicationCacheQuota ¶
func (ptr *QWebSettings) SetOfflineWebApplicationCacheQuota(maximumSize int64)
func (*QWebSettings) SetPluginSearchPaths ¶
func (ptr *QWebSettings) SetPluginSearchPaths(paths []string)
func (*QWebSettings) SetPointer ¶
func (ptr *QWebSettings) SetPointer(p unsafe.Pointer)
func (*QWebSettings) SetThirdPartyCookiePolicy ¶
func (ptr *QWebSettings) SetThirdPartyCookiePolicy(policy QWebSettings__ThirdPartyCookiePolicy)
func (*QWebSettings) SetUserStyleSheetUrl ¶
func (ptr *QWebSettings) SetUserStyleSheetUrl(location core.QUrl_ITF)
func (*QWebSettings) SetWebGraphic ¶
func (ptr *QWebSettings) SetWebGraphic(ty QWebSettings__WebGraphic, graphic gui.QPixmap_ITF)
func (*QWebSettings) TestAttribute ¶
func (ptr *QWebSettings) TestAttribute(attribute QWebSettings__WebAttribute) bool
func (*QWebSettings) ThirdPartyCookiePolicy ¶
func (ptr *QWebSettings) ThirdPartyCookiePolicy() QWebSettings__ThirdPartyCookiePolicy
func (*QWebSettings) UserStyleSheetUrl ¶
func (ptr *QWebSettings) UserStyleSheetUrl() *core.QUrl
func (*QWebSettings) WebGraphic ¶
func (ptr *QWebSettings) WebGraphic(ty QWebSettings__WebGraphic) *gui.QPixmap
type QWebSettings_ITF ¶
type QWebSettings_ITF interface {
QWebSettings_PTR() *QWebSettings
}
type QWebSettings__FontFamily ¶
type QWebSettings__FontFamily int64
QWebSettings::FontFamily
const ( QWebSettings__StandardFont QWebSettings__FontFamily = QWebSettings__FontFamily(0) QWebSettings__FixedFont QWebSettings__FontFamily = QWebSettings__FontFamily(1) QWebSettings__SerifFont QWebSettings__FontFamily = QWebSettings__FontFamily(2) QWebSettings__SansSerifFont QWebSettings__FontFamily = QWebSettings__FontFamily(3) QWebSettings__CursiveFont QWebSettings__FontFamily = QWebSettings__FontFamily(4) QWebSettings__FantasyFont QWebSettings__FontFamily = QWebSettings__FontFamily(5) )
type QWebSettings__FontSize ¶
type QWebSettings__FontSize int64
QWebSettings::FontSize
const ( QWebSettings__MinimumFontSize QWebSettings__FontSize = QWebSettings__FontSize(0) QWebSettings__MinimumLogicalFontSize QWebSettings__FontSize = QWebSettings__FontSize(1) QWebSettings__DefaultFontSize QWebSettings__FontSize = QWebSettings__FontSize(2) QWebSettings__DefaultFixedFontSize QWebSettings__FontSize = QWebSettings__FontSize(3) )
type QWebSettings__ThirdPartyCookiePolicy ¶
type QWebSettings__ThirdPartyCookiePolicy int64
QWebSettings::ThirdPartyCookiePolicy
const ( QWebSettings__AlwaysAllowThirdPartyCookies QWebSettings__ThirdPartyCookiePolicy = QWebSettings__ThirdPartyCookiePolicy(0) QWebSettings__AlwaysBlockThirdPartyCookies QWebSettings__ThirdPartyCookiePolicy = QWebSettings__ThirdPartyCookiePolicy(1) QWebSettings__AllowThirdPartyWithExistingCookies QWebSettings__ThirdPartyCookiePolicy = QWebSettings__ThirdPartyCookiePolicy(2) )
type QWebSettings__WebAttribute ¶
type QWebSettings__WebAttribute int64
QWebSettings::WebAttribute
var ( QWebSettings__AutoLoadImages QWebSettings__WebAttribute = QWebSettings__WebAttribute(0) QWebSettings__JavascriptEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(1) QWebSettings__JavaEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(2) QWebSettings__PluginsEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(3) QWebSettings__PrivateBrowsingEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(4) QWebSettings__JavascriptCanOpenWindows QWebSettings__WebAttribute = QWebSettings__WebAttribute(5) QWebSettings__JavascriptCanAccessClipboard QWebSettings__WebAttribute = QWebSettings__WebAttribute(6) QWebSettings__DeveloperExtrasEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(7) QWebSettings__LinksIncludedInFocusChain QWebSettings__WebAttribute = QWebSettings__WebAttribute(8) QWebSettings__ZoomTextOnly QWebSettings__WebAttribute = QWebSettings__WebAttribute(9) QWebSettings__PrintElementBackgrounds QWebSettings__WebAttribute = QWebSettings__WebAttribute(10) QWebSettings__OfflineStorageDatabaseEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(11) QWebSettings__OfflineWebApplicationCacheEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(12) QWebSettings__LocalStorageEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(13) QWebSettings__LocalStorageDatabaseEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(QWebSettings__LocalStorageEnabled) QWebSettings__LocalContentCanAccessRemoteUrls QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_LocalContentCanAccessRemoteUrls_Type()) QWebSettings__DnsPrefetchEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_DnsPrefetchEnabled_Type()) QWebSettings__XSSAuditingEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_XSSAuditingEnabled_Type()) QWebSettings__AcceleratedCompositingEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_AcceleratedCompositingEnabled_Type()) QWebSettings__LocalContentCanAccessFileUrls QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_LocalContentCanAccessFileUrls_Type()) QWebSettings__TiledBackingStoreEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_TiledBackingStoreEnabled_Type()) QWebSettings__FrameFlatteningEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_FrameFlatteningEnabled_Type()) QWebSettings__SiteSpecificQuirksEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_SiteSpecificQuirksEnabled_Type()) QWebSettings__JavascriptCanCloseWindows QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_JavascriptCanCloseWindows_Type()) QWebSettings__WebGLEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_WebGLEnabled_Type()) QWebSettings__CSSRegionsEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_CSSRegionsEnabled_Type()) QWebSettings__HyperlinkAuditingEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_HyperlinkAuditingEnabled_Type()) QWebSettings__CSSGridLayoutEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_CSSGridLayoutEnabled_Type()) QWebSettings__ScrollAnimatorEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_ScrollAnimatorEnabled_Type()) QWebSettings__CaretBrowsingEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_CaretBrowsingEnabled_Type()) QWebSettings__NotificationsEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_NotificationsEnabled_Type()) QWebSettings__WebAudioEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_WebAudioEnabled_Type()) QWebSettings__Accelerated2dCanvasEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_Accelerated2dCanvasEnabled_Type()) QWebSettings__MediaSourceEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_MediaSourceEnabled_Type()) QWebSettings__MediaEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_MediaEnabled_Type()) QWebSettings__WebSecurityEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_WebSecurityEnabled_Type()) QWebSettings__FullScreenSupportEnabled QWebSettings__WebAttribute = QWebSettings__WebAttribute(C.QWebSettings_FullScreenSupportEnabled_Type()) )
type QWebSettings__WebGraphic ¶
type QWebSettings__WebGraphic int64
QWebSettings::WebGraphic
const ( QWebSettings__MissingImageGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(0) QWebSettings__MissingPluginGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(1) QWebSettings__DefaultFrameIconGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(2) QWebSettings__TextAreaSizeGripCornerGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(3) QWebSettings__DeleteButtonGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(4) QWebSettings__InputSpeechButtonGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(5) QWebSettings__SearchCancelButtonGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(6) QWebSettings__SearchCancelButtonPressedGraphic QWebSettings__WebGraphic = QWebSettings__WebGraphic(7) )
type QWebView ¶
func NewQWebView ¶
func NewQWebView(parent widgets.QWidget_ITF) *QWebView
func NewQWebViewFromPointer ¶
func (*QWebView) ActionEventDefault ¶
func (ptr *QWebView) ActionEventDefault(event gui.QActionEvent_ITF)
func (*QWebView) BackDefault ¶
func (ptr *QWebView) BackDefault()
func (*QWebView) ChangeEventDefault ¶
func (ptr *QWebView) ChangeEventDefault(e core.QEvent_ITF)
func (*QWebView) ChildEventDefault ¶
func (ptr *QWebView) ChildEventDefault(event core.QChildEvent_ITF)
func (*QWebView) CloseDefault ¶
func (*QWebView) CloseEventDefault ¶
func (ptr *QWebView) CloseEventDefault(event gui.QCloseEvent_ITF)
func (*QWebView) ConnectBack ¶
func (ptr *QWebView) ConnectBack(f func())
func (*QWebView) ConnectCreateWindow ¶
func (ptr *QWebView) ConnectCreateWindow(f func(ty QWebPage__WebWindowType) *QWebView)
func (*QWebView) ConnectForward ¶
func (ptr *QWebView) ConnectForward(f func())
func (*QWebView) ConnectIconChanged ¶
func (ptr *QWebView) ConnectIconChanged(f func())
func (*QWebView) ConnectLinkClicked ¶
func (*QWebView) ConnectLoadFinished ¶
func (*QWebView) ConnectLoadProgress ¶
func (*QWebView) ConnectLoadStarted ¶
func (ptr *QWebView) ConnectLoadStarted(f func())
func (*QWebView) ConnectNotifyDefault ¶
func (ptr *QWebView) ConnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebView) ConnectPrint ¶
func (ptr *QWebView) ConnectPrint(f func(printer *printsupport.QPrinter))
func (*QWebView) ConnectReload ¶
func (ptr *QWebView) ConnectReload(f func())
func (*QWebView) ConnectSelectionChanged ¶
func (ptr *QWebView) ConnectSelectionChanged(f func())
func (*QWebView) ConnectStatusBarMessage ¶
func (*QWebView) ConnectStop ¶
func (ptr *QWebView) ConnectStop(f func())
func (*QWebView) ConnectTitleChanged ¶
func (*QWebView) ConnectUrlChanged ¶
func (*QWebView) ContextMenuEventDefault ¶
func (ptr *QWebView) ContextMenuEventDefault(ev gui.QContextMenuEvent_ITF)
func (*QWebView) CreateWindow ¶
func (ptr *QWebView) CreateWindow(ty QWebPage__WebWindowType) *QWebView
func (*QWebView) CreateWindowDefault ¶
func (ptr *QWebView) CreateWindowDefault(ty QWebPage__WebWindowType) *QWebView
func (*QWebView) CustomEventDefault ¶
func (ptr *QWebView) CustomEventDefault(event core.QEvent_ITF)
func (*QWebView) DeleteLaterDefault ¶
func (ptr *QWebView) DeleteLaterDefault()
func (*QWebView) DestroyQWebView ¶
func (ptr *QWebView) DestroyQWebView()
func (*QWebView) DisconnectBack ¶
func (ptr *QWebView) DisconnectBack()
func (*QWebView) DisconnectCreateWindow ¶
func (ptr *QWebView) DisconnectCreateWindow()
func (*QWebView) DisconnectForward ¶
func (ptr *QWebView) DisconnectForward()
func (*QWebView) DisconnectIconChanged ¶
func (ptr *QWebView) DisconnectIconChanged()
func (*QWebView) DisconnectLinkClicked ¶
func (ptr *QWebView) DisconnectLinkClicked()
func (*QWebView) DisconnectLoadFinished ¶
func (ptr *QWebView) DisconnectLoadFinished()
func (*QWebView) DisconnectLoadProgress ¶
func (ptr *QWebView) DisconnectLoadProgress()
func (*QWebView) DisconnectLoadStarted ¶
func (ptr *QWebView) DisconnectLoadStarted()
func (*QWebView) DisconnectNotifyDefault ¶
func (ptr *QWebView) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)
func (*QWebView) DisconnectPrint ¶
func (ptr *QWebView) DisconnectPrint()
func (*QWebView) DisconnectReload ¶
func (ptr *QWebView) DisconnectReload()
func (*QWebView) DisconnectSelectionChanged ¶
func (ptr *QWebView) DisconnectSelectionChanged()
func (*QWebView) DisconnectStatusBarMessage ¶
func (ptr *QWebView) DisconnectStatusBarMessage()
func (*QWebView) DisconnectStop ¶
func (ptr *QWebView) DisconnectStop()
func (*QWebView) DisconnectTitleChanged ¶
func (ptr *QWebView) DisconnectTitleChanged()
func (*QWebView) DisconnectUrlChanged ¶
func (ptr *QWebView) DisconnectUrlChanged()
func (*QWebView) DragEnterEventDefault ¶
func (ptr *QWebView) DragEnterEventDefault(ev gui.QDragEnterEvent_ITF)
func (*QWebView) DragLeaveEventDefault ¶
func (ptr *QWebView) DragLeaveEventDefault(ev gui.QDragLeaveEvent_ITF)
func (*QWebView) DragMoveEventDefault ¶
func (ptr *QWebView) DragMoveEventDefault(ev gui.QDragMoveEvent_ITF)
func (*QWebView) DropEventDefault ¶
func (ptr *QWebView) DropEventDefault(ev gui.QDropEvent_ITF)
func (*QWebView) EnterEventDefault ¶
func (ptr *QWebView) EnterEventDefault(event core.QEvent_ITF)
func (*QWebView) EventDefault ¶
func (ptr *QWebView) EventDefault(e core.QEvent_ITF) bool
func (*QWebView) EventFilterDefault ¶
func (ptr *QWebView) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool
func (*QWebView) FindText ¶
func (ptr *QWebView) FindText(subString string, options QWebPage__FindFlag) bool
func (*QWebView) FocusInEventDefault ¶
func (ptr *QWebView) FocusInEventDefault(ev gui.QFocusEvent_ITF)
func (*QWebView) FocusNextPrevChildDefault ¶
func (*QWebView) FocusOutEventDefault ¶
func (ptr *QWebView) FocusOutEventDefault(ev gui.QFocusEvent_ITF)
func (*QWebView) ForwardDefault ¶
func (ptr *QWebView) ForwardDefault()
func (*QWebView) HasHeightForWidthDefault ¶
func (*QWebView) HasSelection ¶
func (*QWebView) HeightForWidthDefault ¶
func (*QWebView) HideDefault ¶
func (ptr *QWebView) HideDefault()
func (*QWebView) HideEventDefault ¶
func (ptr *QWebView) HideEventDefault(event gui.QHideEvent_ITF)
func (*QWebView) History ¶
func (ptr *QWebView) History() *QWebHistory
func (*QWebView) IconChanged ¶
func (ptr *QWebView) IconChanged()
func (*QWebView) InitPainterDefault ¶
func (ptr *QWebView) InitPainterDefault(painter gui.QPainter_ITF)
func (*QWebView) InputMethodEventDefault ¶
func (ptr *QWebView) InputMethodEventDefault(e gui.QInputMethodEvent_ITF)
func (*QWebView) InputMethodQueryDefault ¶
func (ptr *QWebView) InputMethodQueryDefault(property core.Qt__InputMethodQuery) *core.QVariant
func (*QWebView) IsModified ¶
func (*QWebView) KeyPressEventDefault ¶
func (ptr *QWebView) KeyPressEventDefault(ev gui.QKeyEvent_ITF)
func (*QWebView) KeyReleaseEventDefault ¶
func (ptr *QWebView) KeyReleaseEventDefault(ev gui.QKeyEvent_ITF)
func (*QWebView) LeaveEventDefault ¶
func (ptr *QWebView) LeaveEventDefault(event core.QEvent_ITF)
func (*QWebView) LinkClicked ¶
func (*QWebView) Load2 ¶
func (ptr *QWebView) Load2(request network.QNetworkRequest_ITF, operation network.QNetworkAccessManager__Operation, body core.QByteArray_ITF)
func (*QWebView) LoadFinished ¶
func (*QWebView) LoadProgress ¶
func (*QWebView) LoadStarted ¶
func (ptr *QWebView) LoadStarted()
func (*QWebView) LowerDefault ¶
func (ptr *QWebView) LowerDefault()
func (*QWebView) MetaObjectDefault ¶
func (ptr *QWebView) MetaObjectDefault() *core.QMetaObject
func (*QWebView) MetricDefault ¶
func (ptr *QWebView) MetricDefault(m gui.QPaintDevice__PaintDeviceMetric) int
func (*QWebView) MinimumSizeHintDefault ¶
func (*QWebView) MouseDoubleClickEventDefault ¶
func (ptr *QWebView) MouseDoubleClickEventDefault(ev gui.QMouseEvent_ITF)
func (*QWebView) MouseMoveEventDefault ¶
func (ptr *QWebView) MouseMoveEventDefault(ev gui.QMouseEvent_ITF)
func (*QWebView) MousePressEventDefault ¶
func (ptr *QWebView) MousePressEventDefault(ev gui.QMouseEvent_ITF)
func (*QWebView) MouseReleaseEventDefault ¶
func (ptr *QWebView) MouseReleaseEventDefault(ev gui.QMouseEvent_ITF)
func (*QWebView) MoveEventDefault ¶
func (ptr *QWebView) MoveEventDefault(event gui.QMoveEvent_ITF)
func (*QWebView) NativeEventDefault ¶
func (*QWebView) PageAction ¶
func (ptr *QWebView) PageAction(action QWebPage__WebAction) *widgets.QAction
func (*QWebView) PaintEngineDefault ¶
func (ptr *QWebView) PaintEngineDefault() *gui.QPaintEngine
func (*QWebView) PaintEventDefault ¶
func (ptr *QWebView) PaintEventDefault(ev gui.QPaintEvent_ITF)
func (*QWebView) Print ¶
func (ptr *QWebView) Print(printer printsupport.QPrinter_ITF)
func (*QWebView) PrintDefault ¶
func (ptr *QWebView) PrintDefault(printer printsupport.QPrinter_ITF)
func (*QWebView) QWebView_PTR ¶
func (*QWebView) RaiseDefault ¶
func (ptr *QWebView) RaiseDefault()
func (*QWebView) ReloadDefault ¶
func (ptr *QWebView) ReloadDefault()
func (*QWebView) RenderHints ¶
func (ptr *QWebView) RenderHints() gui.QPainter__RenderHint
func (*QWebView) RepaintDefault ¶
func (ptr *QWebView) RepaintDefault()
func (*QWebView) ResizeEventDefault ¶
func (ptr *QWebView) ResizeEventDefault(e gui.QResizeEvent_ITF)
func (*QWebView) SelectedHtml ¶
func (*QWebView) SelectedText ¶
func (*QWebView) SelectionChanged ¶
func (ptr *QWebView) SelectionChanged()
func (*QWebView) SetContent ¶
func (*QWebView) SetDisabledDefault ¶
func (*QWebView) SetEnabledDefault ¶
func (*QWebView) SetFocus2Default ¶
func (ptr *QWebView) SetFocus2Default()
func (*QWebView) SetHiddenDefault ¶
func (*QWebView) SetPage ¶
func (ptr *QWebView) SetPage(page QWebPage_ITF)
func (*QWebView) SetPointer ¶
func (*QWebView) SetRenderHint ¶
func (ptr *QWebView) SetRenderHint(hint gui.QPainter__RenderHint, enabled bool)
func (*QWebView) SetRenderHints ¶
func (ptr *QWebView) SetRenderHints(hints gui.QPainter__RenderHint)
func (*QWebView) SetStyleSheetDefault ¶
func (*QWebView) SetTextSizeMultiplier ¶
func (*QWebView) SetVisibleDefault ¶
func (*QWebView) SetWindowModifiedDefault ¶
func (*QWebView) SetWindowTitleDefault ¶
func (*QWebView) SetZoomFactor ¶
func (*QWebView) Settings ¶
func (ptr *QWebView) Settings() *QWebSettings
func (*QWebView) ShowDefault ¶
func (ptr *QWebView) ShowDefault()
func (*QWebView) ShowEventDefault ¶
func (ptr *QWebView) ShowEventDefault(event gui.QShowEvent_ITF)
func (*QWebView) ShowFullScreenDefault ¶
func (ptr *QWebView) ShowFullScreenDefault()
func (*QWebView) ShowMaximizedDefault ¶
func (ptr *QWebView) ShowMaximizedDefault()
func (*QWebView) ShowMinimizedDefault ¶
func (ptr *QWebView) ShowMinimizedDefault()
func (*QWebView) ShowNormalDefault ¶
func (ptr *QWebView) ShowNormalDefault()
func (*QWebView) SizeHintDefault ¶
func (*QWebView) StatusBarMessage ¶
func (*QWebView) StopDefault ¶
func (ptr *QWebView) StopDefault()
func (*QWebView) TabletEventDefault ¶
func (ptr *QWebView) TabletEventDefault(event gui.QTabletEvent_ITF)
func (*QWebView) TextSizeMultiplier ¶
func (*QWebView) TimerEventDefault ¶
func (ptr *QWebView) TimerEventDefault(event core.QTimerEvent_ITF)
func (*QWebView) TitleChanged ¶
func (*QWebView) TriggerPageAction ¶
func (ptr *QWebView) TriggerPageAction(action QWebPage__WebAction, checked bool)
func (*QWebView) UpdateDefault ¶
func (ptr *QWebView) UpdateDefault()
func (*QWebView) UpdateMicroFocusDefault ¶
func (ptr *QWebView) UpdateMicroFocusDefault()
func (*QWebView) UrlChanged ¶
func (*QWebView) WheelEventDefault ¶
func (ptr *QWebView) WheelEventDefault(ev gui.QWheelEvent_ITF)
func (*QWebView) ZoomFactor ¶
type QWebView_ITF ¶
type QWebView_ITF interface { widgets.QWidget_ITF QWebView_PTR() *QWebView }
Click to show internal directories.
Click to hide internal directories.