webchannel

package
v0.0.0-...-c0c124a Latest Latest
Warning

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

Go to latest
Published: Sep 4, 2020 License: LGPL-3.0 Imports: 3 Imported by: 10

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PointerFromQQmlWebChannel

func PointerFromQQmlWebChannel(ptr QQmlWebChannel_ITF) unsafe.Pointer

func PointerFromQWebChannel

func PointerFromQWebChannel(ptr QWebChannel_ITF) unsafe.Pointer

func PointerFromQWebChannelAbstractTransport

func PointerFromQWebChannelAbstractTransport(ptr QWebChannelAbstractTransport_ITF) unsafe.Pointer

Types

type QQmlWebChannel

type QQmlWebChannel struct {
	QWebChannel
}

func NewQQmlWebChannelFromPointer

func NewQQmlWebChannelFromPointer(ptr unsafe.Pointer) (n *QQmlWebChannel)

func (*QQmlWebChannel) ClassNameInternalF

func (n *QQmlWebChannel) ClassNameInternalF() string

func (*QQmlWebChannel) DestroyQQmlWebChannel

func (ptr *QQmlWebChannel) DestroyQQmlWebChannel()

func (*QQmlWebChannel) InitFromInternal

func (n *QQmlWebChannel) InitFromInternal(ptr uintptr, name string)

func (*QQmlWebChannel) Pointer

func (ptr *QQmlWebChannel) Pointer() unsafe.Pointer

func (*QQmlWebChannel) QQmlWebChannel_PTR

func (ptr *QQmlWebChannel) QQmlWebChannel_PTR() *QQmlWebChannel

func (*QQmlWebChannel) SetPointer

func (ptr *QQmlWebChannel) SetPointer(p unsafe.Pointer)

type QQmlWebChannel_ITF

type QQmlWebChannel_ITF interface {
	QWebChannel_ITF
	QQmlWebChannel_PTR() *QQmlWebChannel
}

type QWebChannel

type QWebChannel struct {
	core.QObject
}

func NewQWebChannel

func NewQWebChannel(parent core.QObject_ITF) *QWebChannel

func NewQWebChannelFromPointer

func NewQWebChannelFromPointer(ptr unsafe.Pointer) (n *QWebChannel)

func (*QWebChannel) BlockUpdates

func (ptr *QWebChannel) BlockUpdates() bool

func (*QWebChannel) BlockUpdatesChanged

func (ptr *QWebChannel) BlockUpdatesChanged(block bool)

func (*QWebChannel) ChildEventDefault

func (ptr *QWebChannel) ChildEventDefault(event core.QChildEvent_ITF)

func (*QWebChannel) ClassNameInternalF

func (n *QWebChannel) ClassNameInternalF() string

func (*QWebChannel) ConnectBlockUpdatesChanged

func (ptr *QWebChannel) ConnectBlockUpdatesChanged(f func(block bool))

func (*QWebChannel) ConnectConnectTo

func (ptr *QWebChannel) ConnectConnectTo(f func(transport *QWebChannelAbstractTransport))

func (*QWebChannel) ConnectDestroyQWebChannel

func (ptr *QWebChannel) ConnectDestroyQWebChannel(f func())

func (*QWebChannel) ConnectDisconnectFrom

func (ptr *QWebChannel) ConnectDisconnectFrom(f func(transport *QWebChannelAbstractTransport))

func (*QWebChannel) ConnectNotifyDefault

func (ptr *QWebChannel) ConnectNotifyDefault(sign core.QMetaMethod_ITF)

func (*QWebChannel) ConnectTo

func (ptr *QWebChannel) ConnectTo(transport QWebChannelAbstractTransport_ITF)

func (*QWebChannel) ConnectToDefault

func (ptr *QWebChannel) ConnectToDefault(transport QWebChannelAbstractTransport_ITF)

func (*QWebChannel) CustomEventDefault

func (ptr *QWebChannel) CustomEventDefault(event core.QEvent_ITF)

func (*QWebChannel) DeleteLaterDefault

func (ptr *QWebChannel) DeleteLaterDefault()

func (*QWebChannel) DeregisterObject

func (ptr *QWebChannel) DeregisterObject(object core.QObject_ITF)

func (*QWebChannel) DestroyQWebChannel

func (ptr *QWebChannel) DestroyQWebChannel()

func (*QWebChannel) DestroyQWebChannelDefault

func (ptr *QWebChannel) DestroyQWebChannelDefault()

func (*QWebChannel) DisconnectBlockUpdatesChanged

func (ptr *QWebChannel) DisconnectBlockUpdatesChanged()

func (*QWebChannel) DisconnectConnectTo

func (ptr *QWebChannel) DisconnectConnectTo()

func (*QWebChannel) DisconnectDestroyQWebChannel

func (ptr *QWebChannel) DisconnectDestroyQWebChannel()

func (*QWebChannel) DisconnectDisconnectFrom

func (ptr *QWebChannel) DisconnectDisconnectFrom()

func (*QWebChannel) DisconnectFrom

func (ptr *QWebChannel) DisconnectFrom(transport QWebChannelAbstractTransport_ITF)

func (*QWebChannel) DisconnectFromDefault

func (ptr *QWebChannel) DisconnectFromDefault(transport QWebChannelAbstractTransport_ITF)

func (*QWebChannel) DisconnectNotifyDefault

func (ptr *QWebChannel) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)

func (*QWebChannel) EventDefault

func (ptr *QWebChannel) EventDefault(e core.QEvent_ITF) bool

func (*QWebChannel) EventFilterDefault

func (ptr *QWebChannel) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool

func (*QWebChannel) InitFromInternal

func (n *QWebChannel) InitFromInternal(ptr uintptr, name string)

func (*QWebChannel) MetaObjectDefault

func (ptr *QWebChannel) MetaObjectDefault() *core.QMetaObject

func (*QWebChannel) Pointer

func (ptr *QWebChannel) Pointer() unsafe.Pointer

func (*QWebChannel) QWebChannel_PTR

func (ptr *QWebChannel) QWebChannel_PTR() *QWebChannel

func (*QWebChannel) RegisterObject

func (ptr *QWebChannel) RegisterObject(id string, object core.QObject_ITF)

func (*QWebChannel) RegisterObjects

func (ptr *QWebChannel) RegisterObjects(objects map[string]*core.QObject)

func (*QWebChannel) RegisteredObjects

func (ptr *QWebChannel) RegisteredObjects() map[string]*core.QObject

func (*QWebChannel) SetBlockUpdates

func (ptr *QWebChannel) SetBlockUpdates(block bool)

func (*QWebChannel) SetPointer

func (ptr *QWebChannel) SetPointer(p unsafe.Pointer)

func (*QWebChannel) TimerEventDefault

func (ptr *QWebChannel) TimerEventDefault(event core.QTimerEvent_ITF)

type QWebChannelAbstractTransport

type QWebChannelAbstractTransport struct {
	core.QObject
}

func NewQWebChannelAbstractTransport

func NewQWebChannelAbstractTransport(parent core.QObject_ITF) *QWebChannelAbstractTransport

func NewQWebChannelAbstractTransportFromPointer

func NewQWebChannelAbstractTransportFromPointer(ptr unsafe.Pointer) (n *QWebChannelAbstractTransport)

func (*QWebChannelAbstractTransport) ChildEventDefault

func (ptr *QWebChannelAbstractTransport) ChildEventDefault(event core.QChildEvent_ITF)

func (*QWebChannelAbstractTransport) ClassNameInternalF

func (n *QWebChannelAbstractTransport) ClassNameInternalF() string

func (*QWebChannelAbstractTransport) ConnectDestroyQWebChannelAbstractTransport

func (ptr *QWebChannelAbstractTransport) ConnectDestroyQWebChannelAbstractTransport(f func())

func (*QWebChannelAbstractTransport) ConnectMessageReceived

func (ptr *QWebChannelAbstractTransport) ConnectMessageReceived(f func(message *core.QJsonObject, transport *QWebChannelAbstractTransport))

func (*QWebChannelAbstractTransport) ConnectNotifyDefault

func (ptr *QWebChannelAbstractTransport) ConnectNotifyDefault(sign core.QMetaMethod_ITF)

func (*QWebChannelAbstractTransport) ConnectSendMessage

func (ptr *QWebChannelAbstractTransport) ConnectSendMessage(f func(message *core.QJsonObject))

func (*QWebChannelAbstractTransport) CustomEventDefault

func (ptr *QWebChannelAbstractTransport) CustomEventDefault(event core.QEvent_ITF)

func (*QWebChannelAbstractTransport) DeleteLaterDefault

func (ptr *QWebChannelAbstractTransport) DeleteLaterDefault()

func (*QWebChannelAbstractTransport) DestroyQWebChannelAbstractTransport

func (ptr *QWebChannelAbstractTransport) DestroyQWebChannelAbstractTransport()

func (*QWebChannelAbstractTransport) DestroyQWebChannelAbstractTransportDefault

func (ptr *QWebChannelAbstractTransport) DestroyQWebChannelAbstractTransportDefault()

func (*QWebChannelAbstractTransport) DisconnectDestroyQWebChannelAbstractTransport

func (ptr *QWebChannelAbstractTransport) DisconnectDestroyQWebChannelAbstractTransport()

func (*QWebChannelAbstractTransport) DisconnectMessageReceived

func (ptr *QWebChannelAbstractTransport) DisconnectMessageReceived()

func (*QWebChannelAbstractTransport) DisconnectNotifyDefault

func (ptr *QWebChannelAbstractTransport) DisconnectNotifyDefault(sign core.QMetaMethod_ITF)

func (*QWebChannelAbstractTransport) DisconnectSendMessage

func (ptr *QWebChannelAbstractTransport) DisconnectSendMessage()

func (*QWebChannelAbstractTransport) EventDefault

func (ptr *QWebChannelAbstractTransport) EventDefault(e core.QEvent_ITF) bool

func (*QWebChannelAbstractTransport) EventFilterDefault

func (ptr *QWebChannelAbstractTransport) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool

func (*QWebChannelAbstractTransport) InitFromInternal

func (n *QWebChannelAbstractTransport) InitFromInternal(ptr uintptr, name string)

func (*QWebChannelAbstractTransport) MessageReceived

func (ptr *QWebChannelAbstractTransport) MessageReceived(message core.QJsonObject_ITF, transport QWebChannelAbstractTransport_ITF)

func (*QWebChannelAbstractTransport) MetaObjectDefault

func (ptr *QWebChannelAbstractTransport) MetaObjectDefault() *core.QMetaObject

func (*QWebChannelAbstractTransport) Pointer

func (*QWebChannelAbstractTransport) QWebChannelAbstractTransport_PTR

func (ptr *QWebChannelAbstractTransport) QWebChannelAbstractTransport_PTR() *QWebChannelAbstractTransport

func (*QWebChannelAbstractTransport) SendMessage

func (ptr *QWebChannelAbstractTransport) SendMessage(message core.QJsonObject_ITF)

func (*QWebChannelAbstractTransport) SetPointer

func (ptr *QWebChannelAbstractTransport) SetPointer(p unsafe.Pointer)

func (*QWebChannelAbstractTransport) TimerEventDefault

func (ptr *QWebChannelAbstractTransport) TimerEventDefault(event core.QTimerEvent_ITF)

type QWebChannelAbstractTransport_ITF

type QWebChannelAbstractTransport_ITF interface {
	core.QObject_ITF
	QWebChannelAbstractTransport_PTR() *QWebChannelAbstractTransport
}

type QWebChannel_ITF

type QWebChannel_ITF interface {
	core.QObject_ITF
	QWebChannel_PTR() *QWebChannel
}

Jump to

Keyboard shortcuts

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