Versions in this module Expand all Collapse all v1 v1.0.1 Sep 6, 2024 v1.0.0 Sep 6, 2024 Changes in this version + func PointerFromQAbstractMessageHandler(ptr QAbstractMessageHandler_ITF) unsafe.Pointer + func PointerFromQAbstractUriResolver(ptr QAbstractUriResolver_ITF) unsafe.Pointer + func PointerFromQAbstractXmlNodeModel(ptr QAbstractXmlNodeModel_ITF) unsafe.Pointer + func PointerFromQAbstractXmlReceiver(ptr QAbstractXmlReceiver_ITF) unsafe.Pointer + func PointerFromQSimpleXmlNodeModel(ptr QSimpleXmlNodeModel_ITF) unsafe.Pointer + func PointerFromQSourceLocation(ptr QSourceLocation_ITF) unsafe.Pointer + func PointerFromQXmlFormatter(ptr QXmlFormatter_ITF) unsafe.Pointer + func PointerFromQXmlItem(ptr QXmlItem_ITF) unsafe.Pointer + func PointerFromQXmlName(ptr QXmlName_ITF) unsafe.Pointer + func PointerFromQXmlNamePool(ptr QXmlNamePool_ITF) unsafe.Pointer + func PointerFromQXmlNodeModelIndex(ptr QXmlNodeModelIndex_ITF) unsafe.Pointer + func PointerFromQXmlQuery(ptr QXmlQuery_ITF) unsafe.Pointer + func PointerFromQXmlResultItems(ptr QXmlResultItems_ITF) unsafe.Pointer + func PointerFromQXmlSchema(ptr QXmlSchema_ITF) unsafe.Pointer + func PointerFromQXmlSchemaValidator(ptr QXmlSchemaValidator_ITF) unsafe.Pointer + func PointerFromQXmlSerializer(ptr QXmlSerializer_ITF) unsafe.Pointer + func QXmlName_IsNCName(candidate string) bool + type QAbstractMessageHandler struct + func NewQAbstractMessageHandlerFromPointer(ptr unsafe.Pointer) (n *QAbstractMessageHandler) + func (n *QAbstractMessageHandler) ClassNameInternalF() string + func (n *QAbstractMessageHandler) InitFromInternal(ptr uintptr, name string) + func (ptr *QAbstractMessageHandler) ChildEventDefault(event core.QChildEvent_ITF) + func (ptr *QAbstractMessageHandler) ConnectDestroyQAbstractMessageHandler(f func()) + func (ptr *QAbstractMessageHandler) ConnectNotifyDefault(sign core.QMetaMethod_ITF) + func (ptr *QAbstractMessageHandler) CustomEventDefault(event core.QEvent_ITF) + func (ptr *QAbstractMessageHandler) DeleteLaterDefault() + func (ptr *QAbstractMessageHandler) DestroyQAbstractMessageHandler() + func (ptr *QAbstractMessageHandler) DestroyQAbstractMessageHandlerDefault() + func (ptr *QAbstractMessageHandler) DisconnectDestroyQAbstractMessageHandler() + func (ptr *QAbstractMessageHandler) DisconnectNotifyDefault(sign core.QMetaMethod_ITF) + func (ptr *QAbstractMessageHandler) EventDefault(e core.QEvent_ITF) bool + func (ptr *QAbstractMessageHandler) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool + func (ptr *QAbstractMessageHandler) MetaObjectDefault() *core.QMetaObject + func (ptr *QAbstractMessageHandler) Pointer() unsafe.Pointer + func (ptr *QAbstractMessageHandler) QAbstractMessageHandler_PTR() *QAbstractMessageHandler + func (ptr *QAbstractMessageHandler) SetPointer(p unsafe.Pointer) + func (ptr *QAbstractMessageHandler) TimerEventDefault(event core.QTimerEvent_ITF) + type QAbstractMessageHandler_ITF interface + QAbstractMessageHandler_PTR func() *QAbstractMessageHandler + type QAbstractUriResolver struct + func NewQAbstractUriResolver(parent core.QObject_ITF) *QAbstractUriResolver + func NewQAbstractUriResolverFromPointer(ptr unsafe.Pointer) (n *QAbstractUriResolver) + func (n *QAbstractUriResolver) ClassNameInternalF() string + func (n *QAbstractUriResolver) InitFromInternal(ptr uintptr, name string) + func (ptr *QAbstractUriResolver) ChildEventDefault(event core.QChildEvent_ITF) + func (ptr *QAbstractUriResolver) ConnectDestroyQAbstractUriResolver(f func()) + func (ptr *QAbstractUriResolver) ConnectNotifyDefault(sign core.QMetaMethod_ITF) + func (ptr *QAbstractUriResolver) ConnectResolve(f func(relative *core.QUrl, baseURI *core.QUrl) *core.QUrl) + func (ptr *QAbstractUriResolver) CustomEventDefault(event core.QEvent_ITF) + func (ptr *QAbstractUriResolver) DeleteLaterDefault() + func (ptr *QAbstractUriResolver) DestroyQAbstractUriResolver() + func (ptr *QAbstractUriResolver) DestroyQAbstractUriResolverDefault() + func (ptr *QAbstractUriResolver) DisconnectDestroyQAbstractUriResolver() + func (ptr *QAbstractUriResolver) DisconnectNotifyDefault(sign core.QMetaMethod_ITF) + func (ptr *QAbstractUriResolver) DisconnectResolve() + func (ptr *QAbstractUriResolver) EventDefault(e core.QEvent_ITF) bool + func (ptr *QAbstractUriResolver) EventFilterDefault(watched core.QObject_ITF, event core.QEvent_ITF) bool + func (ptr *QAbstractUriResolver) MetaObjectDefault() *core.QMetaObject + func (ptr *QAbstractUriResolver) Pointer() unsafe.Pointer + func (ptr *QAbstractUriResolver) QAbstractUriResolver_PTR() *QAbstractUriResolver + func (ptr *QAbstractUriResolver) Resolve(relative core.QUrl_ITF, baseURI core.QUrl_ITF) *core.QUrl + func (ptr *QAbstractUriResolver) SetPointer(p unsafe.Pointer) + func (ptr *QAbstractUriResolver) TimerEventDefault(event core.QTimerEvent_ITF) + type QAbstractUriResolver_ITF interface + QAbstractUriResolver_PTR func() *QAbstractUriResolver + type QAbstractXmlNodeModel struct + func NewQAbstractXmlNodeModelFromPointer(ptr unsafe.Pointer) (n *QAbstractXmlNodeModel) + func (n *QAbstractXmlNodeModel) ClassNameInternalF() string + func (n *QAbstractXmlNodeModel) InitFromInternal(ptr uintptr, name string) + func (ptr *QAbstractXmlNodeModel) BaseUri(n QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QAbstractXmlNodeModel) CompareOrder(ni1 QXmlNodeModelIndex_ITF, ni2 QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__DocumentOrder + func (ptr *QAbstractXmlNodeModel) ConnectBaseUri(f func(n *QXmlNodeModelIndex) *core.QUrl) + func (ptr *QAbstractXmlNodeModel) ConnectCompareOrder(...) + func (ptr *QAbstractXmlNodeModel) ConnectDestroyQAbstractXmlNodeModel(f func()) + func (ptr *QAbstractXmlNodeModel) ConnectDocumentUri(f func(n *QXmlNodeModelIndex) *core.QUrl) + func (ptr *QAbstractXmlNodeModel) ConnectElementById(f func(id *QXmlName) *QXmlNodeModelIndex) + func (ptr *QAbstractXmlNodeModel) ConnectKind(f func(ni *QXmlNodeModelIndex) QXmlNodeModelIndex__NodeKind) + func (ptr *QAbstractXmlNodeModel) ConnectName(f func(ni *QXmlNodeModelIndex) *QXmlName) + func (ptr *QAbstractXmlNodeModel) ConnectNamespaceBindings(f func(n *QXmlNodeModelIndex) []*QXmlName) + func (ptr *QAbstractXmlNodeModel) ConnectNextFromSimpleAxis(...) + func (ptr *QAbstractXmlNodeModel) ConnectNodesByIdref(f func(idref *QXmlName) []*QXmlNodeModelIndex) + func (ptr *QAbstractXmlNodeModel) ConnectRoot(f func(n *QXmlNodeModelIndex) *QXmlNodeModelIndex) + func (ptr *QAbstractXmlNodeModel) ConnectStringValue(f func(n *QXmlNodeModelIndex) string) + func (ptr *QAbstractXmlNodeModel) ConnectTypedValue(f func(node *QXmlNodeModelIndex) *core.QVariant) + func (ptr *QAbstractXmlNodeModel) CreateIndex(data int64) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) CreateIndex2(pointer unsafe.Pointer, additionalData int64) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) CreateIndex3(data int64, additionalData int64) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) DestroyQAbstractXmlNodeModel() + func (ptr *QAbstractXmlNodeModel) DestroyQAbstractXmlNodeModelDefault() + func (ptr *QAbstractXmlNodeModel) DisconnectBaseUri() + func (ptr *QAbstractXmlNodeModel) DisconnectCompareOrder() + func (ptr *QAbstractXmlNodeModel) DisconnectDestroyQAbstractXmlNodeModel() + func (ptr *QAbstractXmlNodeModel) DisconnectDocumentUri() + func (ptr *QAbstractXmlNodeModel) DisconnectElementById() + func (ptr *QAbstractXmlNodeModel) DisconnectKind() + func (ptr *QAbstractXmlNodeModel) DisconnectName() + func (ptr *QAbstractXmlNodeModel) DisconnectNamespaceBindings() + func (ptr *QAbstractXmlNodeModel) DisconnectNextFromSimpleAxis() + func (ptr *QAbstractXmlNodeModel) DisconnectNodesByIdref() + func (ptr *QAbstractXmlNodeModel) DisconnectRoot() + func (ptr *QAbstractXmlNodeModel) DisconnectStringValue() + func (ptr *QAbstractXmlNodeModel) DisconnectTypedValue() + func (ptr *QAbstractXmlNodeModel) DocumentUri(n QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QAbstractXmlNodeModel) ElementById(id QXmlName_ITF) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) Kind(ni QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__NodeKind + func (ptr *QAbstractXmlNodeModel) Name(ni QXmlNodeModelIndex_ITF) *QXmlName + func (ptr *QAbstractXmlNodeModel) NamespaceBindings(n QXmlNodeModelIndex_ITF) []*QXmlName + func (ptr *QAbstractXmlNodeModel) NextFromSimpleAxis(axis QAbstractXmlNodeModel__SimpleAxis, origin QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) NodesByIdref(idref QXmlName_ITF) []*QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) Pointer() unsafe.Pointer + func (ptr *QAbstractXmlNodeModel) QAbstractXmlNodeModel_PTR() *QAbstractXmlNodeModel + func (ptr *QAbstractXmlNodeModel) Root(n QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QAbstractXmlNodeModel) SetPointer(p unsafe.Pointer) + func (ptr *QAbstractXmlNodeModel) SourceLocation(index QXmlNodeModelIndex_ITF) *QSourceLocation + func (ptr *QAbstractXmlNodeModel) StringValue(n QXmlNodeModelIndex_ITF) string + func (ptr *QAbstractXmlNodeModel) TypedValue(node QXmlNodeModelIndex_ITF) *core.QVariant + type QAbstractXmlNodeModel_ITF interface + QAbstractXmlNodeModel_PTR func() *QAbstractXmlNodeModel + type QAbstractXmlNodeModel__SimpleAxis int64 + const QAbstractXmlNodeModel__FirstChild + const QAbstractXmlNodeModel__NextSibling + const QAbstractXmlNodeModel__Parent + const QAbstractXmlNodeModel__PreviousSibling + type QAbstractXmlReceiver struct + func NewQAbstractXmlReceiver() *QAbstractXmlReceiver + func NewQAbstractXmlReceiverFromPointer(ptr unsafe.Pointer) (n *QAbstractXmlReceiver) + func (n *QAbstractXmlReceiver) ClassNameInternalF() string + func (ptr *QAbstractXmlReceiver) AtomicValue(value core.QVariant_ITF) + func (ptr *QAbstractXmlReceiver) Attribute(name QXmlName_ITF, value core.QStringRef_ITF) + func (ptr *QAbstractXmlReceiver) Characters(value core.QStringRef_ITF) + func (ptr *QAbstractXmlReceiver) Comment(value string) + func (ptr *QAbstractXmlReceiver) ConnectAtomicValue(f func(value *core.QVariant)) + func (ptr *QAbstractXmlReceiver) ConnectAttribute(f func(name *QXmlName, value *core.QStringRef)) + func (ptr *QAbstractXmlReceiver) ConnectCharacters(f func(value *core.QStringRef)) + func (ptr *QAbstractXmlReceiver) ConnectComment(f func(value string)) + func (ptr *QAbstractXmlReceiver) ConnectDestroyQAbstractXmlReceiver(f func()) + func (ptr *QAbstractXmlReceiver) ConnectEndDocument(f func()) + func (ptr *QAbstractXmlReceiver) ConnectEndElement(f func()) + func (ptr *QAbstractXmlReceiver) ConnectEndOfSequence(f func()) + func (ptr *QAbstractXmlReceiver) ConnectNamespaceBinding(f func(name *QXmlName)) + func (ptr *QAbstractXmlReceiver) ConnectProcessingInstruction(f func(target *QXmlName, value string)) + func (ptr *QAbstractXmlReceiver) ConnectStartDocument(f func()) + func (ptr *QAbstractXmlReceiver) ConnectStartElement(f func(name *QXmlName)) + func (ptr *QAbstractXmlReceiver) ConnectStartOfSequence(f func()) + func (ptr *QAbstractXmlReceiver) DestroyQAbstractXmlReceiver() + func (ptr *QAbstractXmlReceiver) DestroyQAbstractXmlReceiverDefault() + func (ptr *QAbstractXmlReceiver) DisconnectAtomicValue() + func (ptr *QAbstractXmlReceiver) DisconnectAttribute() + func (ptr *QAbstractXmlReceiver) DisconnectCharacters() + func (ptr *QAbstractXmlReceiver) DisconnectComment() + func (ptr *QAbstractXmlReceiver) DisconnectDestroyQAbstractXmlReceiver() + func (ptr *QAbstractXmlReceiver) DisconnectEndDocument() + func (ptr *QAbstractXmlReceiver) DisconnectEndElement() + func (ptr *QAbstractXmlReceiver) DisconnectEndOfSequence() + func (ptr *QAbstractXmlReceiver) DisconnectNamespaceBinding() + func (ptr *QAbstractXmlReceiver) DisconnectProcessingInstruction() + func (ptr *QAbstractXmlReceiver) DisconnectStartDocument() + func (ptr *QAbstractXmlReceiver) DisconnectStartElement() + func (ptr *QAbstractXmlReceiver) DisconnectStartOfSequence() + func (ptr *QAbstractXmlReceiver) EndDocument() + func (ptr *QAbstractXmlReceiver) EndElement() + func (ptr *QAbstractXmlReceiver) EndOfSequence() + func (ptr *QAbstractXmlReceiver) NamespaceBinding(name QXmlName_ITF) + func (ptr *QAbstractXmlReceiver) Pointer() unsafe.Pointer + func (ptr *QAbstractXmlReceiver) ProcessingInstruction(target QXmlName_ITF, value string) + func (ptr *QAbstractXmlReceiver) QAbstractXmlReceiver_PTR() *QAbstractXmlReceiver + func (ptr *QAbstractXmlReceiver) SetPointer(p unsafe.Pointer) + func (ptr *QAbstractXmlReceiver) StartDocument() + func (ptr *QAbstractXmlReceiver) StartElement(name QXmlName_ITF) + func (ptr *QAbstractXmlReceiver) StartOfSequence() + type QAbstractXmlReceiver_ITF interface + QAbstractXmlReceiver_PTR func() *QAbstractXmlReceiver + type QSimpleXmlNodeModel struct + func NewQSimpleXmlNodeModelFromPointer(ptr unsafe.Pointer) (n *QSimpleXmlNodeModel) + func (n *QSimpleXmlNodeModel) ClassNameInternalF() string + func (n *QSimpleXmlNodeModel) InitFromInternal(ptr uintptr, name string) + func (ptr *QSimpleXmlNodeModel) BaseUri(node QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QSimpleXmlNodeModel) BaseUriDefault(node QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QSimpleXmlNodeModel) CompareOrder(ni1 QXmlNodeModelIndex_ITF, ni2 QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__DocumentOrder + func (ptr *QSimpleXmlNodeModel) CompareOrderDefault(ni1 QXmlNodeModelIndex_ITF, ni2 QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__DocumentOrder + func (ptr *QSimpleXmlNodeModel) ConnectBaseUri(f func(node *QXmlNodeModelIndex) *core.QUrl) + func (ptr *QSimpleXmlNodeModel) ConnectDestroyQSimpleXmlNodeModel(f func()) + func (ptr *QSimpleXmlNodeModel) ConnectElementById(f func(id *QXmlName) *QXmlNodeModelIndex) + func (ptr *QSimpleXmlNodeModel) ConnectNamespaceBindings(f func(node *QXmlNodeModelIndex) []*QXmlName) + func (ptr *QSimpleXmlNodeModel) ConnectNodesByIdref(f func(idref *QXmlName) []*QXmlNodeModelIndex) + func (ptr *QSimpleXmlNodeModel) ConnectStringValue(f func(node *QXmlNodeModelIndex) string) + func (ptr *QSimpleXmlNodeModel) DestroyQSimpleXmlNodeModel() + func (ptr *QSimpleXmlNodeModel) DestroyQSimpleXmlNodeModelDefault() + func (ptr *QSimpleXmlNodeModel) DisconnectBaseUri() + func (ptr *QSimpleXmlNodeModel) DisconnectDestroyQSimpleXmlNodeModel() + func (ptr *QSimpleXmlNodeModel) DisconnectElementById() + func (ptr *QSimpleXmlNodeModel) DisconnectNamespaceBindings() + func (ptr *QSimpleXmlNodeModel) DisconnectNodesByIdref() + func (ptr *QSimpleXmlNodeModel) DisconnectStringValue() + func (ptr *QSimpleXmlNodeModel) DocumentUri(n QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QSimpleXmlNodeModel) DocumentUriDefault(n QXmlNodeModelIndex_ITF) *core.QUrl + func (ptr *QSimpleXmlNodeModel) ElementById(id QXmlName_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) ElementByIdDefault(id QXmlName_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) Kind(ni QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__NodeKind + func (ptr *QSimpleXmlNodeModel) KindDefault(ni QXmlNodeModelIndex_ITF) QXmlNodeModelIndex__NodeKind + func (ptr *QSimpleXmlNodeModel) Name(ni QXmlNodeModelIndex_ITF) *QXmlName + func (ptr *QSimpleXmlNodeModel) NameDefault(ni QXmlNodeModelIndex_ITF) *QXmlName + func (ptr *QSimpleXmlNodeModel) NamePool() *QXmlNamePool + func (ptr *QSimpleXmlNodeModel) NamespaceBindings(node QXmlNodeModelIndex_ITF) []*QXmlName + func (ptr *QSimpleXmlNodeModel) NamespaceBindingsDefault(node QXmlNodeModelIndex_ITF) []*QXmlName + func (ptr *QSimpleXmlNodeModel) NextFromSimpleAxis(axis QAbstractXmlNodeModel__SimpleAxis, origin QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) NextFromSimpleAxisDefault(axis QAbstractXmlNodeModel__SimpleAxis, origin QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) NodesByIdref(idref QXmlName_ITF) []*QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) NodesByIdrefDefault(idref QXmlName_ITF) []*QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) Pointer() unsafe.Pointer + func (ptr *QSimpleXmlNodeModel) QSimpleXmlNodeModel_PTR() *QSimpleXmlNodeModel + func (ptr *QSimpleXmlNodeModel) Root(n QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) RootDefault(n QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func (ptr *QSimpleXmlNodeModel) SetPointer(p unsafe.Pointer) + func (ptr *QSimpleXmlNodeModel) StringValue(node QXmlNodeModelIndex_ITF) string + func (ptr *QSimpleXmlNodeModel) StringValueDefault(node QXmlNodeModelIndex_ITF) string + func (ptr *QSimpleXmlNodeModel) TypedValue(node QXmlNodeModelIndex_ITF) *core.QVariant + func (ptr *QSimpleXmlNodeModel) TypedValueDefault(node QXmlNodeModelIndex_ITF) *core.QVariant + type QSimpleXmlNodeModel_ITF interface + QSimpleXmlNodeModel_PTR func() *QSimpleXmlNodeModel + type QSourceLocation struct + func NewQSourceLocation() *QSourceLocation + func NewQSourceLocation2(other QSourceLocation_ITF) *QSourceLocation + func NewQSourceLocation3(u core.QUrl_ITF, l int, c int) *QSourceLocation + func NewQSourceLocationFromPointer(ptr unsafe.Pointer) (n *QSourceLocation) + func (n *QSourceLocation) ClassNameInternalF() string + func (ptr *QSourceLocation) Column() int64 + func (ptr *QSourceLocation) DestroyQSourceLocation() + func (ptr *QSourceLocation) IsNull() bool + func (ptr *QSourceLocation) Line() int64 + func (ptr *QSourceLocation) Pointer() unsafe.Pointer + func (ptr *QSourceLocation) QSourceLocation_PTR() *QSourceLocation + func (ptr *QSourceLocation) SetColumn(newColumn int64) + func (ptr *QSourceLocation) SetLine(newLine int64) + func (ptr *QSourceLocation) SetPointer(p unsafe.Pointer) + func (ptr *QSourceLocation) SetUri(newUri core.QUrl_ITF) + func (ptr *QSourceLocation) Uri() *core.QUrl + type QSourceLocation_ITF interface + QSourceLocation_PTR func() *QSourceLocation + type QXmlFormatter struct + func NewQXmlFormatter(query QXmlQuery_ITF, outputDevice core.QIODevice_ITF) *QXmlFormatter + func NewQXmlFormatterFromPointer(ptr unsafe.Pointer) (n *QXmlFormatter) + func (n *QXmlFormatter) ClassNameInternalF() string + func (n *QXmlFormatter) InitFromInternal(ptr uintptr, name string) + func (ptr *QXmlFormatter) DestroyQXmlFormatter() + func (ptr *QXmlFormatter) IndentationDepth() int + func (ptr *QXmlFormatter) Pointer() unsafe.Pointer + func (ptr *QXmlFormatter) QXmlFormatter_PTR() *QXmlFormatter + func (ptr *QXmlFormatter) SetIndentationDepth(depth int) + func (ptr *QXmlFormatter) SetPointer(p unsafe.Pointer) + type QXmlFormatter_ITF interface + QXmlFormatter_PTR func() *QXmlFormatter + type QXmlItem struct + func NewQXmlItem() *QXmlItem + func NewQXmlItem2(other QXmlItem_ITF) *QXmlItem + func NewQXmlItem3(node QXmlNodeModelIndex_ITF) *QXmlItem + func NewQXmlItem4(atomicValue core.QVariant_ITF) *QXmlItem + func NewQXmlItemFromPointer(ptr unsafe.Pointer) (n *QXmlItem) + func (n *QXmlItem) ClassNameInternalF() string + func (ptr *QXmlItem) DestroyQXmlItem() + func (ptr *QXmlItem) IsAtomicValue() bool + func (ptr *QXmlItem) IsNode() bool + func (ptr *QXmlItem) IsNull() bool + func (ptr *QXmlItem) Pointer() unsafe.Pointer + func (ptr *QXmlItem) QXmlItem_PTR() *QXmlItem + func (ptr *QXmlItem) SetPointer(p unsafe.Pointer) + func (ptr *QXmlItem) ToAtomicValue() *core.QVariant + func (ptr *QXmlItem) ToNodeModelIndex() *QXmlNodeModelIndex + type QXmlItem_ITF interface + QXmlItem_PTR func() *QXmlItem + type QXmlName struct + func NewQXmlName() *QXmlName + func NewQXmlName2(namePool QXmlNamePool_ITF, localName string, namespaceURI string, ...) *QXmlName + func NewQXmlName3(other QXmlName_ITF) *QXmlName + func NewQXmlNameFromPointer(ptr unsafe.Pointer) (n *QXmlName) + func QXmlName_FromClarkName(clarkName string, namePool QXmlNamePool_ITF) *QXmlName + func (n *QXmlName) ClassNameInternalF() string + func (ptr *QXmlName) DestroyQXmlName() + func (ptr *QXmlName) FromClarkName(clarkName string, namePool QXmlNamePool_ITF) *QXmlName + func (ptr *QXmlName) IsNCName(candidate string) bool + func (ptr *QXmlName) IsNull() bool + func (ptr *QXmlName) LocalName(namePool QXmlNamePool_ITF) string + func (ptr *QXmlName) NamespaceUri(namePool QXmlNamePool_ITF) string + func (ptr *QXmlName) Pointer() unsafe.Pointer + func (ptr *QXmlName) Prefix(namePool QXmlNamePool_ITF) string + func (ptr *QXmlName) QXmlName_PTR() *QXmlName + func (ptr *QXmlName) SetPointer(p unsafe.Pointer) + func (ptr *QXmlName) ToClarkName(namePool QXmlNamePool_ITF) string + type QXmlNamePool struct + func NewQXmlNamePool() *QXmlNamePool + func NewQXmlNamePool2(other QXmlNamePool_ITF) *QXmlNamePool + func NewQXmlNamePoolFromPointer(ptr unsafe.Pointer) (n *QXmlNamePool) + func (n *QXmlNamePool) ClassNameInternalF() string + func (ptr *QXmlNamePool) DestroyQXmlNamePool() + func (ptr *QXmlNamePool) Pointer() unsafe.Pointer + func (ptr *QXmlNamePool) QXmlNamePool_PTR() *QXmlNamePool + func (ptr *QXmlNamePool) SetPointer(p unsafe.Pointer) + type QXmlNamePool_ITF interface + QXmlNamePool_PTR func() *QXmlNamePool + type QXmlName_ITF interface + QXmlName_PTR func() *QXmlName + type QXmlNodeModelIndex struct + func NewQXmlNodeModelIndex() *QXmlNodeModelIndex + func NewQXmlNodeModelIndex2(other QXmlNodeModelIndex_ITF) *QXmlNodeModelIndex + func NewQXmlNodeModelIndexFromPointer(ptr unsafe.Pointer) (n *QXmlNodeModelIndex) + func (n *QXmlNodeModelIndex) ClassNameInternalF() string + func (ptr *QXmlNodeModelIndex) AdditionalData() int64 + func (ptr *QXmlNodeModelIndex) Data() int64 + func (ptr *QXmlNodeModelIndex) DestroyQXmlNodeModelIndex() + func (ptr *QXmlNodeModelIndex) InternalPointer() unsafe.Pointer + func (ptr *QXmlNodeModelIndex) IsNull() bool + func (ptr *QXmlNodeModelIndex) Model() *QAbstractXmlNodeModel + func (ptr *QXmlNodeModelIndex) Pointer() unsafe.Pointer + func (ptr *QXmlNodeModelIndex) QXmlNodeModelIndex_PTR() *QXmlNodeModelIndex + func (ptr *QXmlNodeModelIndex) SetPointer(p unsafe.Pointer) + type QXmlNodeModelIndex_ITF interface + QXmlNodeModelIndex_PTR func() *QXmlNodeModelIndex + type QXmlNodeModelIndex__DocumentOrder int64 + const QXmlNodeModelIndex__Follows + const QXmlNodeModelIndex__Is + const QXmlNodeModelIndex__Precedes + type QXmlNodeModelIndex__NodeKind int64 + const QXmlNodeModelIndex__Attribute + const QXmlNodeModelIndex__Comment + const QXmlNodeModelIndex__Document + const QXmlNodeModelIndex__Element + const QXmlNodeModelIndex__Namespace + const QXmlNodeModelIndex__ProcessingInstruction + const QXmlNodeModelIndex__Text + type QXmlQuery struct + func NewQXmlQuery() *QXmlQuery + func NewQXmlQuery2(other QXmlQuery_ITF) *QXmlQuery + func NewQXmlQuery3(np QXmlNamePool_ITF) *QXmlQuery + func NewQXmlQuery4(queryLanguage QXmlQuery__QueryLanguage, np QXmlNamePool_ITF) *QXmlQuery + func NewQXmlQueryFromPointer(ptr unsafe.Pointer) (n *QXmlQuery) + func (n *QXmlQuery) ClassNameInternalF() string + func (ptr *QXmlQuery) BindVariable(name QXmlName_ITF, value QXmlItem_ITF) + func (ptr *QXmlQuery) BindVariable2(localName string, value QXmlItem_ITF) + func (ptr *QXmlQuery) BindVariable3(name QXmlName_ITF, device core.QIODevice_ITF) + func (ptr *QXmlQuery) BindVariable4(localName string, device core.QIODevice_ITF) + func (ptr *QXmlQuery) BindVariable5(name QXmlName_ITF, query QXmlQuery_ITF) + func (ptr *QXmlQuery) BindVariable6(localName string, query QXmlQuery_ITF) + func (ptr *QXmlQuery) DestroyQXmlQuery() + func (ptr *QXmlQuery) EvaluateTo(result QXmlResultItems_ITF) + func (ptr *QXmlQuery) EvaluateTo2(callback QAbstractXmlReceiver_ITF) bool + func (ptr *QXmlQuery) EvaluateTo3(target []string) bool + func (ptr *QXmlQuery) EvaluateTo4(target core.QIODevice_ITF) bool + func (ptr *QXmlQuery) EvaluateTo5(output string) bool + func (ptr *QXmlQuery) InitialTemplateName() *QXmlName + func (ptr *QXmlQuery) IsValid() bool + func (ptr *QXmlQuery) MessageHandler() *QAbstractMessageHandler + func (ptr *QXmlQuery) NamePool() *QXmlNamePool + func (ptr *QXmlQuery) NetworkAccessManager() *network.QNetworkAccessManager + func (ptr *QXmlQuery) Pointer() unsafe.Pointer + func (ptr *QXmlQuery) QXmlQuery_PTR() *QXmlQuery + func (ptr *QXmlQuery) QueryLanguage() QXmlQuery__QueryLanguage + func (ptr *QXmlQuery) SetFocus(item QXmlItem_ITF) + func (ptr *QXmlQuery) SetFocus2(documentURI core.QUrl_ITF) bool + func (ptr *QXmlQuery) SetFocus3(document core.QIODevice_ITF) bool + func (ptr *QXmlQuery) SetFocus4(focus string) bool + func (ptr *QXmlQuery) SetInitialTemplateName(name QXmlName_ITF) + func (ptr *QXmlQuery) SetInitialTemplateName2(localName string) + func (ptr *QXmlQuery) SetMessageHandler(aMessageHandler QAbstractMessageHandler_ITF) + func (ptr *QXmlQuery) SetNetworkAccessManager(newManager network.QNetworkAccessManager_ITF) + func (ptr *QXmlQuery) SetPointer(p unsafe.Pointer) + func (ptr *QXmlQuery) SetQuery(sourceCode core.QIODevice_ITF, documentURI core.QUrl_ITF) + func (ptr *QXmlQuery) SetQuery2(sourceCode string, documentURI core.QUrl_ITF) + func (ptr *QXmlQuery) SetQuery3(queryURI core.QUrl_ITF, baseURI core.QUrl_ITF) + func (ptr *QXmlQuery) SetUriResolver(resolver QAbstractUriResolver_ITF) + func (ptr *QXmlQuery) UriResolver() *QAbstractUriResolver + type QXmlQuery_ITF interface + QXmlQuery_PTR func() *QXmlQuery + type QXmlQuery__QueryLanguage int64 + const QXmlQuery__XPath20 + const QXmlQuery__XQuery10 + const QXmlQuery__XSLT20 + const QXmlQuery__XmlSchema11IdentityConstraintField + const QXmlQuery__XmlSchema11IdentityConstraintSelector + type QXmlResultItems struct + func NewQXmlResultItems() *QXmlResultItems + func NewQXmlResultItemsFromPointer(ptr unsafe.Pointer) (n *QXmlResultItems) + func (n *QXmlResultItems) ClassNameInternalF() string + func (ptr *QXmlResultItems) ConnectDestroyQXmlResultItems(f func()) + func (ptr *QXmlResultItems) Current() *QXmlItem + func (ptr *QXmlResultItems) DestroyQXmlResultItems() + func (ptr *QXmlResultItems) DestroyQXmlResultItemsDefault() + func (ptr *QXmlResultItems) DisconnectDestroyQXmlResultItems() + func (ptr *QXmlResultItems) HasError() bool + func (ptr *QXmlResultItems) Next() *QXmlItem + func (ptr *QXmlResultItems) Pointer() unsafe.Pointer + func (ptr *QXmlResultItems) QXmlResultItems_PTR() *QXmlResultItems + func (ptr *QXmlResultItems) SetPointer(p unsafe.Pointer) + type QXmlResultItems_ITF interface + QXmlResultItems_PTR func() *QXmlResultItems + type QXmlSchema struct + func NewQXmlSchema() *QXmlSchema + func NewQXmlSchema2(other QXmlSchema_ITF) *QXmlSchema + func NewQXmlSchemaFromPointer(ptr unsafe.Pointer) (n *QXmlSchema) + func (n *QXmlSchema) ClassNameInternalF() string + func (ptr *QXmlSchema) DestroyQXmlSchema() + func (ptr *QXmlSchema) DocumentUri() *core.QUrl + func (ptr *QXmlSchema) IsValid() bool + func (ptr *QXmlSchema) Load(source core.QUrl_ITF) bool + func (ptr *QXmlSchema) Load2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool + func (ptr *QXmlSchema) Load3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool + func (ptr *QXmlSchema) MessageHandler() *QAbstractMessageHandler + func (ptr *QXmlSchema) NamePool() *QXmlNamePool + func (ptr *QXmlSchema) NetworkAccessManager() *network.QNetworkAccessManager + func (ptr *QXmlSchema) Pointer() unsafe.Pointer + func (ptr *QXmlSchema) QXmlSchema_PTR() *QXmlSchema + func (ptr *QXmlSchema) SetMessageHandler(handler QAbstractMessageHandler_ITF) + func (ptr *QXmlSchema) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF) + func (ptr *QXmlSchema) SetPointer(p unsafe.Pointer) + func (ptr *QXmlSchema) SetUriResolver(resolver QAbstractUriResolver_ITF) + func (ptr *QXmlSchema) UriResolver() *QAbstractUriResolver + type QXmlSchemaValidator struct + func NewQXmlSchemaValidator() *QXmlSchemaValidator + func NewQXmlSchemaValidator2(schema QXmlSchema_ITF) *QXmlSchemaValidator + func NewQXmlSchemaValidatorFromPointer(ptr unsafe.Pointer) (n *QXmlSchemaValidator) + func (n *QXmlSchemaValidator) ClassNameInternalF() string + func (ptr *QXmlSchemaValidator) DestroyQXmlSchemaValidator() + func (ptr *QXmlSchemaValidator) MessageHandler() *QAbstractMessageHandler + func (ptr *QXmlSchemaValidator) NamePool() *QXmlNamePool + func (ptr *QXmlSchemaValidator) NetworkAccessManager() *network.QNetworkAccessManager + func (ptr *QXmlSchemaValidator) Pointer() unsafe.Pointer + func (ptr *QXmlSchemaValidator) QXmlSchemaValidator_PTR() *QXmlSchemaValidator + func (ptr *QXmlSchemaValidator) Schema() *QXmlSchema + func (ptr *QXmlSchemaValidator) SetMessageHandler(handler QAbstractMessageHandler_ITF) + func (ptr *QXmlSchemaValidator) SetNetworkAccessManager(manager network.QNetworkAccessManager_ITF) + func (ptr *QXmlSchemaValidator) SetPointer(p unsafe.Pointer) + func (ptr *QXmlSchemaValidator) SetSchema(schema QXmlSchema_ITF) + func (ptr *QXmlSchemaValidator) SetUriResolver(resolver QAbstractUriResolver_ITF) + func (ptr *QXmlSchemaValidator) UriResolver() *QAbstractUriResolver + func (ptr *QXmlSchemaValidator) Validate(source core.QUrl_ITF) bool + func (ptr *QXmlSchemaValidator) Validate2(source core.QIODevice_ITF, documentUri core.QUrl_ITF) bool + func (ptr *QXmlSchemaValidator) Validate3(data core.QByteArray_ITF, documentUri core.QUrl_ITF) bool + type QXmlSchemaValidator_ITF interface + QXmlSchemaValidator_PTR func() *QXmlSchemaValidator + type QXmlSchema_ITF interface + QXmlSchema_PTR func() *QXmlSchema + type QXmlSerializer struct + func NewQXmlSerializer(query QXmlQuery_ITF, outputDevice core.QIODevice_ITF) *QXmlSerializer + func NewQXmlSerializerFromPointer(ptr unsafe.Pointer) (n *QXmlSerializer) + func (n *QXmlSerializer) ClassNameInternalF() string + func (n *QXmlSerializer) InitFromInternal(ptr uintptr, name string) + func (ptr *QXmlSerializer) AtomicValue(value core.QVariant_ITF) + func (ptr *QXmlSerializer) AtomicValueDefault(value core.QVariant_ITF) + func (ptr *QXmlSerializer) Attribute(name QXmlName_ITF, value core.QStringRef_ITF) + func (ptr *QXmlSerializer) AttributeDefault(name QXmlName_ITF, value core.QStringRef_ITF) + func (ptr *QXmlSerializer) Characters(value core.QStringRef_ITF) + func (ptr *QXmlSerializer) CharactersDefault(value core.QStringRef_ITF) + func (ptr *QXmlSerializer) Codec() *core.QTextCodec + func (ptr *QXmlSerializer) Comment(value string) + func (ptr *QXmlSerializer) CommentDefault(value string) + func (ptr *QXmlSerializer) ConnectAtomicValue(f func(value *core.QVariant)) + func (ptr *QXmlSerializer) ConnectAttribute(f func(name *QXmlName, value *core.QStringRef)) + func (ptr *QXmlSerializer) ConnectCharacters(f func(value *core.QStringRef)) + func (ptr *QXmlSerializer) ConnectComment(f func(value string)) + func (ptr *QXmlSerializer) ConnectEndDocument(f func()) + func (ptr *QXmlSerializer) ConnectEndElement(f func()) + func (ptr *QXmlSerializer) ConnectEndOfSequence(f func()) + func (ptr *QXmlSerializer) ConnectNamespaceBinding(f func(nb *QXmlName)) + func (ptr *QXmlSerializer) ConnectProcessingInstruction(f func(name *QXmlName, value string)) + func (ptr *QXmlSerializer) ConnectStartDocument(f func()) + func (ptr *QXmlSerializer) ConnectStartElement(f func(name *QXmlName)) + func (ptr *QXmlSerializer) ConnectStartOfSequence(f func()) + func (ptr *QXmlSerializer) DestroyQXmlSerializer() + func (ptr *QXmlSerializer) DisconnectAtomicValue() + func (ptr *QXmlSerializer) DisconnectAttribute() + func (ptr *QXmlSerializer) DisconnectCharacters() + func (ptr *QXmlSerializer) DisconnectComment() + func (ptr *QXmlSerializer) DisconnectEndDocument() + func (ptr *QXmlSerializer) DisconnectEndElement() + func (ptr *QXmlSerializer) DisconnectEndOfSequence() + func (ptr *QXmlSerializer) DisconnectNamespaceBinding() + func (ptr *QXmlSerializer) DisconnectProcessingInstruction() + func (ptr *QXmlSerializer) DisconnectStartDocument() + func (ptr *QXmlSerializer) DisconnectStartElement() + func (ptr *QXmlSerializer) DisconnectStartOfSequence() + func (ptr *QXmlSerializer) EndDocument() + func (ptr *QXmlSerializer) EndDocumentDefault() + func (ptr *QXmlSerializer) EndElement() + func (ptr *QXmlSerializer) EndElementDefault() + func (ptr *QXmlSerializer) EndOfSequence() + func (ptr *QXmlSerializer) EndOfSequenceDefault() + func (ptr *QXmlSerializer) NamespaceBinding(nb QXmlName_ITF) + func (ptr *QXmlSerializer) NamespaceBindingDefault(nb QXmlName_ITF) + func (ptr *QXmlSerializer) OutputDevice() *core.QIODevice + func (ptr *QXmlSerializer) Pointer() unsafe.Pointer + func (ptr *QXmlSerializer) ProcessingInstruction(name QXmlName_ITF, value string) + func (ptr *QXmlSerializer) ProcessingInstructionDefault(name QXmlName_ITF, value string) + func (ptr *QXmlSerializer) QXmlSerializer_PTR() *QXmlSerializer + func (ptr *QXmlSerializer) SetCodec(outputCodec core.QTextCodec_ITF) + func (ptr *QXmlSerializer) SetPointer(p unsafe.Pointer) + func (ptr *QXmlSerializer) StartDocument() + func (ptr *QXmlSerializer) StartDocumentDefault() + func (ptr *QXmlSerializer) StartElement(name QXmlName_ITF) + func (ptr *QXmlSerializer) StartElementDefault(name QXmlName_ITF) + func (ptr *QXmlSerializer) StartOfSequence() + func (ptr *QXmlSerializer) StartOfSequenceDefault() + type QXmlSerializer_ITF interface + QXmlSerializer_PTR func() *QXmlSerializer