Documentation ¶
Index ¶
- func QQmlWebChannel_Tr(s string) string
- func QQmlWebChannel_Tr2(s string, c string) string
- func QQmlWebChannel_Tr3(s string, c string, n int) string
- func QQmlWebChannel_TrUtf8(s string) string
- func QQmlWebChannel_TrUtf82(s string, c string) string
- func QQmlWebChannel_TrUtf83(s string, c string, n int) string
- func QWebChannelAbstractTransport_Tr(s string) string
- func QWebChannelAbstractTransport_Tr2(s string, c string) string
- func QWebChannelAbstractTransport_Tr3(s string, c string, n int) string
- func QWebChannelAbstractTransport_TrUtf8(s string) string
- func QWebChannelAbstractTransport_TrUtf82(s string, c string) string
- func QWebChannelAbstractTransport_TrUtf83(s string, c string, n int) string
- func QWebChannel_Tr(s string) string
- func QWebChannel_Tr2(s string, c string) string
- func QWebChannel_Tr3(s string, c string, n int) string
- func QWebChannel_TrUtf8(s string) string
- func QWebChannel_TrUtf82(s string, c string) string
- func QWebChannel_TrUtf83(s string, c string, n int) string
- type QQmlWebChannel
- func (this *QQmlWebChannel) ConnectTo(transport *qt.QObject)
- func (this *QQmlWebChannel) Delete()
- func (this *QQmlWebChannel) DisconnectFrom(transport *qt.QObject)
- func (this *QQmlWebChannel) GoGC()
- func (this *QQmlWebChannel) MetaObject() *qt.QMetaObject
- func (this *QQmlWebChannel) Metacast(param1 string) unsafe.Pointer
- func (this *QQmlWebChannel) RegisterObjects(objects map[string]qt.QVariant)
- func (this *QQmlWebChannel) UnsafePointer() unsafe.Pointer
- type QWebChannel
- func (this *QWebChannel) BlockUpdates() bool
- func (this *QWebChannel) BlockUpdatesChanged(block bool)
- func (this *QWebChannel) ConnectTo(transport *QWebChannelAbstractTransport)
- func (this *QWebChannel) Delete()
- func (this *QWebChannel) DeregisterObject(object *qt.QObject)
- func (this *QWebChannel) DisconnectFrom(transport *QWebChannelAbstractTransport)
- func (this *QWebChannel) GoGC()
- func (this *QWebChannel) MetaObject() *qt.QMetaObject
- func (this *QWebChannel) Metacast(param1 string) unsafe.Pointer
- func (this *QWebChannel) OnBlockUpdatesChanged(slot func(block bool))
- func (this *QWebChannel) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))
- func (this *QWebChannel) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
- func (this *QWebChannel) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))
- func (this *QWebChannel) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
- func (this *QWebChannel) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)
- func (this *QWebChannel) OnEventFilter(...)
- func (this *QWebChannel) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))
- func (this *QWebChannel) RegisterObject(id string, object *qt.QObject)
- func (this *QWebChannel) RegisterObjects(objects map[string]*qt.QObject)
- func (this *QWebChannel) RegisteredObjects() map[string]*qt.QObject
- func (this *QWebChannel) SetBlockUpdates(block bool)
- func (this *QWebChannel) UnsafePointer() unsafe.Pointer
- type QWebChannelAbstractTransport
- func (this *QWebChannelAbstractTransport) Delete()
- func (this *QWebChannelAbstractTransport) GoGC()
- func (this *QWebChannelAbstractTransport) MessageReceived(message *qt.QJsonObject, transport *QWebChannelAbstractTransport)
- func (this *QWebChannelAbstractTransport) MetaObject() *qt.QMetaObject
- func (this *QWebChannelAbstractTransport) Metacast(param1 string) unsafe.Pointer
- func (this *QWebChannelAbstractTransport) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))
- func (this *QWebChannelAbstractTransport) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
- func (this *QWebChannelAbstractTransport) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))
- func (this *QWebChannelAbstractTransport) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
- func (this *QWebChannelAbstractTransport) OnEvent(slot func(super func(event *qt.QEvent) bool, event *qt.QEvent) bool)
- func (this *QWebChannelAbstractTransport) OnEventFilter(...)
- func (this *QWebChannelAbstractTransport) OnMessageReceived(slot func(message *qt.QJsonObject, transport *QWebChannelAbstractTransport))
- func (this *QWebChannelAbstractTransport) OnSendMessage(slot func(message *qt.QJsonObject))
- func (this *QWebChannelAbstractTransport) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))
- func (this *QWebChannelAbstractTransport) SendMessage(message *qt.QJsonObject)
- func (this *QWebChannelAbstractTransport) UnsafePointer() unsafe.Pointer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QQmlWebChannel_Tr ¶
func QQmlWebChannel_Tr2 ¶
func QQmlWebChannel_TrUtf8 ¶
func QQmlWebChannel_TrUtf82 ¶
func QWebChannel_Tr ¶
func QWebChannel_Tr2 ¶
func QWebChannel_TrUtf8 ¶
func QWebChannel_TrUtf82 ¶
Types ¶
type QQmlWebChannel ¶
type QQmlWebChannel struct { *QWebChannel // contains filtered or unexported fields }
func NewQQmlWebChannel ¶
func NewQQmlWebChannel() *QQmlWebChannel
NewQQmlWebChannel constructs a new QQmlWebChannel object.
func NewQQmlWebChannel2 ¶
func NewQQmlWebChannel2(parent *qt.QObject) *QQmlWebChannel
NewQQmlWebChannel2 constructs a new QQmlWebChannel object.
func UnsafeNewQQmlWebChannel ¶
func UnsafeNewQQmlWebChannel(h unsafe.Pointer) *QQmlWebChannel
UnsafeNewQQmlWebChannel constructs the type using only unsafe pointers.
func (*QQmlWebChannel) ConnectTo ¶
func (this *QQmlWebChannel) ConnectTo(transport *qt.QObject)
func (*QQmlWebChannel) Delete ¶
func (this *QQmlWebChannel) Delete()
Delete this object from C++ memory.
func (*QQmlWebChannel) DisconnectFrom ¶
func (this *QQmlWebChannel) DisconnectFrom(transport *qt.QObject)
func (*QQmlWebChannel) GoGC ¶
func (this *QQmlWebChannel) GoGC()
GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.
func (*QQmlWebChannel) MetaObject ¶
func (this *QQmlWebChannel) MetaObject() *qt.QMetaObject
func (*QQmlWebChannel) Metacast ¶
func (this *QQmlWebChannel) Metacast(param1 string) unsafe.Pointer
func (*QQmlWebChannel) RegisterObjects ¶
func (this *QQmlWebChannel) RegisterObjects(objects map[string]qt.QVariant)
func (*QQmlWebChannel) UnsafePointer ¶
func (this *QQmlWebChannel) UnsafePointer() unsafe.Pointer
type QWebChannel ¶
func NewQWebChannel ¶
func NewQWebChannel() *QWebChannel
NewQWebChannel constructs a new QWebChannel object.
func NewQWebChannel2 ¶
func NewQWebChannel2(parent *qt.QObject) *QWebChannel
NewQWebChannel2 constructs a new QWebChannel object.
func UnsafeNewQWebChannel ¶
func UnsafeNewQWebChannel(h unsafe.Pointer) *QWebChannel
UnsafeNewQWebChannel constructs the type using only unsafe pointers.
func (*QWebChannel) BlockUpdates ¶
func (this *QWebChannel) BlockUpdates() bool
func (*QWebChannel) BlockUpdatesChanged ¶
func (this *QWebChannel) BlockUpdatesChanged(block bool)
func (*QWebChannel) ConnectTo ¶
func (this *QWebChannel) ConnectTo(transport *QWebChannelAbstractTransport)
func (*QWebChannel) DeregisterObject ¶
func (this *QWebChannel) DeregisterObject(object *qt.QObject)
func (*QWebChannel) DisconnectFrom ¶
func (this *QWebChannel) DisconnectFrom(transport *QWebChannelAbstractTransport)
func (*QWebChannel) GoGC ¶
func (this *QWebChannel) GoGC()
GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.
func (*QWebChannel) MetaObject ¶
func (this *QWebChannel) MetaObject() *qt.QMetaObject
func (*QWebChannel) OnBlockUpdatesChanged ¶
func (this *QWebChannel) OnBlockUpdatesChanged(slot func(block bool))
func (*QWebChannel) OnChildEvent ¶
func (this *QWebChannel) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))
func (*QWebChannel) OnConnectNotify ¶
func (this *QWebChannel) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
func (*QWebChannel) OnCustomEvent ¶
func (this *QWebChannel) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))
func (*QWebChannel) OnDisconnectNotify ¶
func (this *QWebChannel) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
func (*QWebChannel) OnEventFilter ¶
func (*QWebChannel) OnTimerEvent ¶
func (this *QWebChannel) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))
func (*QWebChannel) RegisterObject ¶
func (this *QWebChannel) RegisterObject(id string, object *qt.QObject)
func (*QWebChannel) RegisterObjects ¶
func (this *QWebChannel) RegisterObjects(objects map[string]*qt.QObject)
func (*QWebChannel) RegisteredObjects ¶
func (this *QWebChannel) RegisteredObjects() map[string]*qt.QObject
func (*QWebChannel) SetBlockUpdates ¶
func (this *QWebChannel) SetBlockUpdates(block bool)
func (*QWebChannel) UnsafePointer ¶
func (this *QWebChannel) UnsafePointer() unsafe.Pointer
type QWebChannelAbstractTransport ¶
func NewQWebChannelAbstractTransport ¶
func NewQWebChannelAbstractTransport() *QWebChannelAbstractTransport
NewQWebChannelAbstractTransport constructs a new QWebChannelAbstractTransport object.
func NewQWebChannelAbstractTransport2 ¶
func NewQWebChannelAbstractTransport2(parent *qt.QObject) *QWebChannelAbstractTransport
NewQWebChannelAbstractTransport2 constructs a new QWebChannelAbstractTransport object.
func UnsafeNewQWebChannelAbstractTransport ¶
func UnsafeNewQWebChannelAbstractTransport(h unsafe.Pointer) *QWebChannelAbstractTransport
UnsafeNewQWebChannelAbstractTransport constructs the type using only unsafe pointers.
func (*QWebChannelAbstractTransport) Delete ¶
func (this *QWebChannelAbstractTransport) Delete()
Delete this object from C++ memory.
func (*QWebChannelAbstractTransport) GoGC ¶
func (this *QWebChannelAbstractTransport) GoGC()
GoGC adds a Go Finalizer to this pointer, so that it will be deleted from C++ memory once it is unreachable from Go memory.
func (*QWebChannelAbstractTransport) MessageReceived ¶
func (this *QWebChannelAbstractTransport) MessageReceived(message *qt.QJsonObject, transport *QWebChannelAbstractTransport)
func (*QWebChannelAbstractTransport) MetaObject ¶
func (this *QWebChannelAbstractTransport) MetaObject() *qt.QMetaObject
func (*QWebChannelAbstractTransport) Metacast ¶
func (this *QWebChannelAbstractTransport) Metacast(param1 string) unsafe.Pointer
func (*QWebChannelAbstractTransport) OnChildEvent ¶
func (this *QWebChannelAbstractTransport) OnChildEvent(slot func(super func(event *qt.QChildEvent), event *qt.QChildEvent))
func (*QWebChannelAbstractTransport) OnConnectNotify ¶
func (this *QWebChannelAbstractTransport) OnConnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
func (*QWebChannelAbstractTransport) OnCustomEvent ¶
func (this *QWebChannelAbstractTransport) OnCustomEvent(slot func(super func(event *qt.QEvent), event *qt.QEvent))
func (*QWebChannelAbstractTransport) OnDisconnectNotify ¶
func (this *QWebChannelAbstractTransport) OnDisconnectNotify(slot func(super func(signal *qt.QMetaMethod), signal *qt.QMetaMethod))
func (*QWebChannelAbstractTransport) OnEventFilter ¶
func (*QWebChannelAbstractTransport) OnMessageReceived ¶
func (this *QWebChannelAbstractTransport) OnMessageReceived(slot func(message *qt.QJsonObject, transport *QWebChannelAbstractTransport))
func (*QWebChannelAbstractTransport) OnSendMessage ¶
func (this *QWebChannelAbstractTransport) OnSendMessage(slot func(message *qt.QJsonObject))
func (*QWebChannelAbstractTransport) OnTimerEvent ¶
func (this *QWebChannelAbstractTransport) OnTimerEvent(slot func(super func(event *qt.QTimerEvent), event *qt.QTimerEvent))
func (*QWebChannelAbstractTransport) SendMessage ¶
func (this *QWebChannelAbstractTransport) SendMessage(message *qt.QJsonObject)
func (*QWebChannelAbstractTransport) UnsafePointer ¶
func (this *QWebChannelAbstractTransport) UnsafePointer() unsafe.Pointer