Documentation ¶
Index ¶
- Constants
- func PointerFromQJSEngine(ptr QJSEngine_ITF) unsafe.Pointer
- func PointerFromQJSValue(ptr QJSValue_ITF) unsafe.Pointer
- func PointerFromQJSValueIterator(ptr QJSValueIterator_ITF) unsafe.Pointer
- func PointerFromQQmlAbstractUrlInterceptor(ptr QQmlAbstractUrlInterceptor_ITF) unsafe.Pointer
- func PointerFromQQmlApplicationEngine(ptr QQmlApplicationEngine_ITF) unsafe.Pointer
- func PointerFromQQmlComponent(ptr QQmlComponent_ITF) unsafe.Pointer
- func PointerFromQQmlContext(ptr QQmlContext_ITF) unsafe.Pointer
- func PointerFromQQmlEngine(ptr QQmlEngine_ITF) unsafe.Pointer
- func PointerFromQQmlError(ptr QQmlError_ITF) unsafe.Pointer
- func PointerFromQQmlExpression(ptr QQmlExpression_ITF) unsafe.Pointer
- func PointerFromQQmlExtensionPlugin(ptr QQmlExtensionPlugin_ITF) unsafe.Pointer
- func PointerFromQQmlFileSelector(ptr QQmlFileSelector_ITF) unsafe.Pointer
- func PointerFromQQmlImageProviderBase(ptr QQmlImageProviderBase_ITF) unsafe.Pointer
- func PointerFromQQmlIncubationController(ptr QQmlIncubationController_ITF) unsafe.Pointer
- func PointerFromQQmlIncubator(ptr QQmlIncubator_ITF) unsafe.Pointer
- func PointerFromQQmlListProperty(ptr QQmlListProperty_ITF) unsafe.Pointer
- func PointerFromQQmlListReference(ptr QQmlListReference_ITF) unsafe.Pointer
- func PointerFromQQmlNetworkAccessManagerFactory(ptr QQmlNetworkAccessManagerFactory_ITF) unsafe.Pointer
- func PointerFromQQmlParserStatus(ptr QQmlParserStatus_ITF) unsafe.Pointer
- func PointerFromQQmlProperty(ptr QQmlProperty_ITF) unsafe.Pointer
- func PointerFromQQmlPropertyMap(ptr QQmlPropertyMap_ITF) unsafe.Pointer
- func PointerFromQQmlPropertyValueSource(ptr QQmlPropertyValueSource_ITF) unsafe.Pointer
- func PointerFromQQmlScriptString(ptr QQmlScriptString_ITF) unsafe.Pointer
- func QQmlEngine_SetContextForObject(object core.QObject_ITF, context QQmlContext_ITF)
- func QQmlEngine_SetObjectOwnership(object core.QObject_ITF, ownership QQmlEngine__ObjectOwnership)
- func QQmlProperty_Read2(object core.QObject_ITF, name string) *core.QVariant
- func QQmlProperty_Read3(object core.QObject_ITF, name string, ctxt QQmlContext_ITF) *core.QVariant
- func QQmlProperty_Read4(object core.QObject_ITF, name string, engine QQmlEngine_ITF) *core.QVariant
- func QQmlProperty_Write2(object core.QObject_ITF, name string, value core.QVariant_ITF) bool
- func QQmlProperty_Write3(object core.QObject_ITF, name string, value core.QVariant_ITF, ...) bool
- func QQmlProperty_Write4(object core.QObject_ITF, name string, value core.QVariant_ITF, ...) bool
- type QJSEngine
- func (ptr *QJSEngine) CollectGarbage()
- func (ptr *QJSEngine) DestroyQJSEngine()
- func (ptr *QJSEngine) Evaluate(program string, fileName string, lineNumber int) *QJSValue
- func (ptr *QJSEngine) GlobalObject() *QJSValue
- func (ptr *QJSEngine) InstallTranslatorFunctions(object QJSValue_ITF)
- func (ptr *QJSEngine) NewObject() *QJSValue
- func (ptr *QJSEngine) NewQObject(object core.QObject_ITF) *QJSValue
- func (ptr *QJSEngine) QJSEngine_PTR() *QJSEngine
- type QJSEngine_ITF
- type QJSValue
- func NewQJSValue(value QJSValue__SpecialValue) *QJSValue
- func NewQJSValue10(value string) *QJSValue
- func NewQJSValue2(other QJSValue_ITF) *QJSValue
- func NewQJSValue3(other QJSValue_ITF) *QJSValue
- func NewQJSValue4(value bool) *QJSValue
- func NewQJSValue5(value int) *QJSValue
- func NewQJSValue8(value string) *QJSValue
- func NewQJSValue9(value core.QLatin1String_ITF) *QJSValue
- func NewQJSValueFromPointer(ptr unsafe.Pointer) *QJSValue
- func (ptr *QJSValue) DeleteProperty(name string) bool
- func (ptr *QJSValue) DestroyQJSValue()
- func (ptr *QJSValue) Equals(other QJSValue_ITF) bool
- func (ptr *QJSValue) HasOwnProperty(name string) bool
- func (ptr *QJSValue) HasProperty(name string) bool
- func (ptr *QJSValue) IsArray() bool
- func (ptr *QJSValue) IsBool() bool
- func (ptr *QJSValue) IsCallable() bool
- func (ptr *QJSValue) IsDate() bool
- func (ptr *QJSValue) IsError() bool
- func (ptr *QJSValue) IsNull() bool
- func (ptr *QJSValue) IsNumber() bool
- func (ptr *QJSValue) IsObject() bool
- func (ptr *QJSValue) IsQObject() bool
- func (ptr *QJSValue) IsRegExp() bool
- func (ptr *QJSValue) IsString() bool
- func (ptr *QJSValue) IsUndefined() bool
- func (ptr *QJSValue) IsVariant() bool
- func (p *QJSValue) Pointer() unsafe.Pointer
- func (ptr *QJSValue) Property(name string) *QJSValue
- func (ptr *QJSValue) Prototype() *QJSValue
- func (ptr *QJSValue) QJSValue_PTR() *QJSValue
- func (p *QJSValue) SetPointer(ptr unsafe.Pointer)
- func (ptr *QJSValue) SetProperty(name string, value QJSValue_ITF)
- func (ptr *QJSValue) SetPrototype(prototype QJSValue_ITF)
- func (ptr *QJSValue) StrictlyEquals(other QJSValue_ITF) bool
- func (ptr *QJSValue) ToBool() bool
- func (ptr *QJSValue) ToDateTime() *core.QDateTime
- func (ptr *QJSValue) ToQObject() *core.QObject
- func (ptr *QJSValue) ToString() string
- func (ptr *QJSValue) ToVariant() *core.QVariant
- type QJSValueIterator
- type QJSValueIterator_ITF
- type QJSValue_ITF
- type QJSValue__SpecialValue
- type QQmlAbstractUrlInterceptor
- func (ptr *QQmlAbstractUrlInterceptor) DestroyQQmlAbstractUrlInterceptor()
- func (ptr *QQmlAbstractUrlInterceptor) Intercept(url core.QUrl_ITF, ty QQmlAbstractUrlInterceptor__DataType) *core.QUrl
- func (ptr *QQmlAbstractUrlInterceptor) ObjectNameAbs() string
- func (p *QQmlAbstractUrlInterceptor) Pointer() unsafe.Pointer
- func (ptr *QQmlAbstractUrlInterceptor) QQmlAbstractUrlInterceptor_PTR() *QQmlAbstractUrlInterceptor
- func (ptr *QQmlAbstractUrlInterceptor) SetObjectNameAbs(name string)
- func (p *QQmlAbstractUrlInterceptor) SetPointer(ptr unsafe.Pointer)
- type QQmlAbstractUrlInterceptor_ITF
- type QQmlAbstractUrlInterceptor__DataType
- type QQmlApplicationEngine
- func NewQQmlApplicationEngine(parent core.QObject_ITF) *QQmlApplicationEngine
- func NewQQmlApplicationEngine2(url core.QUrl_ITF, parent core.QObject_ITF) *QQmlApplicationEngine
- func NewQQmlApplicationEngine3(filePath string, parent core.QObject_ITF) *QQmlApplicationEngine
- func NewQQmlApplicationEngineFromPointer(ptr unsafe.Pointer) *QQmlApplicationEngine
- func (ptr *QQmlApplicationEngine) ConnectObjectCreated(f func(object *core.QObject, url *core.QUrl))
- func (ptr *QQmlApplicationEngine) DestroyQQmlApplicationEngine()
- func (ptr *QQmlApplicationEngine) DisconnectObjectCreated()
- func (ptr *QQmlApplicationEngine) Load(url core.QUrl_ITF)
- func (ptr *QQmlApplicationEngine) Load2(filePath string)
- func (ptr *QQmlApplicationEngine) LoadData(data core.QByteArray_ITF, url core.QUrl_ITF)
- func (ptr *QQmlApplicationEngine) QQmlApplicationEngine_PTR() *QQmlApplicationEngine
- type QQmlApplicationEngine_ITF
- type QQmlComponent
- func NewQQmlComponent(engine QQmlEngine_ITF, parent core.QObject_ITF) *QQmlComponent
- func NewQQmlComponent3(engine QQmlEngine_ITF, fileName string, parent core.QObject_ITF) *QQmlComponent
- func NewQQmlComponent4(engine QQmlEngine_ITF, fileName string, mode QQmlComponent__CompilationMode, ...) *QQmlComponent
- func NewQQmlComponent5(engine QQmlEngine_ITF, url core.QUrl_ITF, parent core.QObject_ITF) *QQmlComponent
- func NewQQmlComponent6(engine QQmlEngine_ITF, url core.QUrl_ITF, mode QQmlComponent__CompilationMode, ...) *QQmlComponent
- func NewQQmlComponentFromPointer(ptr unsafe.Pointer) *QQmlComponent
- func (ptr *QQmlComponent) BeginCreate(publicContext QQmlContext_ITF) *core.QObject
- func (ptr *QQmlComponent) ConnectCompleteCreate(f func())
- func (ptr *QQmlComponent) ConnectProgressChanged(f func(progress float64))
- func (ptr *QQmlComponent) ConnectStatusChanged(f func(status QQmlComponent__Status))
- func (ptr *QQmlComponent) Create(context QQmlContext_ITF) *core.QObject
- func (ptr *QQmlComponent) Create2(incubator QQmlIncubator_ITF, context QQmlContext_ITF, ...)
- func (ptr *QQmlComponent) CreationContext() *QQmlContext
- func (ptr *QQmlComponent) DestroyQQmlComponent()
- func (ptr *QQmlComponent) DisconnectCompleteCreate()
- func (ptr *QQmlComponent) DisconnectProgressChanged()
- func (ptr *QQmlComponent) DisconnectStatusChanged()
- func (ptr *QQmlComponent) IsError() bool
- func (ptr *QQmlComponent) IsLoading() bool
- func (ptr *QQmlComponent) IsNull() bool
- func (ptr *QQmlComponent) IsReady() bool
- func (ptr *QQmlComponent) LoadUrl(url core.QUrl_ITF)
- func (ptr *QQmlComponent) LoadUrl2(url core.QUrl_ITF, mode QQmlComponent__CompilationMode)
- func (ptr *QQmlComponent) Progress() float64
- func (ptr *QQmlComponent) QQmlComponent_PTR() *QQmlComponent
- func (ptr *QQmlComponent) SetData(data core.QByteArray_ITF, url core.QUrl_ITF)
- func (ptr *QQmlComponent) Status() QQmlComponent__Status
- func (ptr *QQmlComponent) Url() *core.QUrl
- type QQmlComponent_ITF
- type QQmlComponent__CompilationMode
- type QQmlComponent__Status
- type QQmlContext
- func NewQQmlContext(engine QQmlEngine_ITF, parent core.QObject_ITF) *QQmlContext
- func NewQQmlContext2(parentContext QQmlContext_ITF, parent core.QObject_ITF) *QQmlContext
- func NewQQmlContextFromPointer(ptr unsafe.Pointer) *QQmlContext
- func QQmlEngine_ContextForObject(object core.QObject_ITF) *QQmlContext
- func (ptr *QQmlContext) BaseUrl() *core.QUrl
- func (ptr *QQmlContext) ContextObject() *core.QObject
- func (ptr *QQmlContext) ContextProperty(name string) *core.QVariant
- func (ptr *QQmlContext) DestroyQQmlContext()
- func (ptr *QQmlContext) Engine() *QQmlEngine
- func (ptr *QQmlContext) IsValid() bool
- func (ptr *QQmlContext) NameForObject(object core.QObject_ITF) string
- func (ptr *QQmlContext) ParentContext() *QQmlContext
- func (ptr *QQmlContext) QQmlContext_PTR() *QQmlContext
- func (ptr *QQmlContext) ResolvedUrl(src core.QUrl_ITF) *core.QUrl
- func (ptr *QQmlContext) SetBaseUrl(baseUrl core.QUrl_ITF)
- func (ptr *QQmlContext) SetContextObject(object core.QObject_ITF)
- func (ptr *QQmlContext) SetContextProperty(name string, value core.QObject_ITF)
- func (ptr *QQmlContext) SetContextProperty2(name string, value core.QVariant_ITF)
- type QQmlContext_ITF
- type QQmlEngine
- func (ptr *QQmlEngine) AddImageProvider(providerId string, provider QQmlImageProviderBase_ITF)
- func (ptr *QQmlEngine) AddImportPath(path string)
- func (ptr *QQmlEngine) AddPluginPath(path string)
- func (ptr *QQmlEngine) BaseUrl() *core.QUrl
- func (ptr *QQmlEngine) ClearComponentCache()
- func (ptr *QQmlEngine) ConnectQuit(f func())
- func (ptr *QQmlEngine) DestroyQQmlEngine()
- func (ptr *QQmlEngine) DisconnectQuit()
- func (ptr *QQmlEngine) ImageProvider(providerId string) *QQmlImageProviderBase
- func (ptr *QQmlEngine) ImportPathList() []string
- func (ptr *QQmlEngine) IncubationController() *QQmlIncubationController
- func (ptr *QQmlEngine) NetworkAccessManager() *network.QNetworkAccessManager
- func (ptr *QQmlEngine) NetworkAccessManagerFactory() *QQmlNetworkAccessManagerFactory
- func (ptr *QQmlEngine) OfflineStoragePath() string
- func (ptr *QQmlEngine) OutputWarningsToStandardError() bool
- func (ptr *QQmlEngine) PluginPathList() []string
- func (ptr *QQmlEngine) QQmlEngine_PTR() *QQmlEngine
- func (ptr *QQmlEngine) RemoveImageProvider(providerId string)
- func (ptr *QQmlEngine) RootContext() *QQmlContext
- func (ptr *QQmlEngine) SetBaseUrl(url core.QUrl_ITF)
- func (ptr *QQmlEngine) SetImportPathList(paths []string)
- func (ptr *QQmlEngine) SetIncubationController(controller QQmlIncubationController_ITF)
- func (ptr *QQmlEngine) SetNetworkAccessManagerFactory(factory QQmlNetworkAccessManagerFactory_ITF)
- func (ptr *QQmlEngine) SetOfflineStoragePath(dir string)
- func (ptr *QQmlEngine) SetOutputWarningsToStandardError(enabled bool)
- func (ptr *QQmlEngine) SetPluginPathList(paths []string)
- func (ptr *QQmlEngine) TrimComponentCache()
- type QQmlEngine_ITF
- type QQmlEngine__ObjectOwnership
- type QQmlError
- func (ptr *QQmlError) Column() int
- func (ptr *QQmlError) Description() string
- func (ptr *QQmlError) IsValid() bool
- func (ptr *QQmlError) Line() int
- func (ptr *QQmlError) Object() *core.QObject
- func (p *QQmlError) Pointer() unsafe.Pointer
- func (ptr *QQmlError) QQmlError_PTR() *QQmlError
- func (ptr *QQmlError) SetColumn(column int)
- func (ptr *QQmlError) SetDescription(description string)
- func (ptr *QQmlError) SetLine(line int)
- func (ptr *QQmlError) SetObject(object core.QObject_ITF)
- func (p *QQmlError) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQmlError) SetUrl(url core.QUrl_ITF)
- func (ptr *QQmlError) ToString() string
- func (ptr *QQmlError) Url() *core.QUrl
- type QQmlError_ITF
- type QQmlExpression
- func NewQQmlExpression() *QQmlExpression
- func NewQQmlExpression2(ctxt QQmlContext_ITF, scope core.QObject_ITF, expression string, ...) *QQmlExpression
- func NewQQmlExpression3(script QQmlScriptString_ITF, ctxt QQmlContext_ITF, scope core.QObject_ITF, ...) *QQmlExpression
- func NewQQmlExpressionFromPointer(ptr unsafe.Pointer) *QQmlExpression
- func (ptr *QQmlExpression) ClearError()
- func (ptr *QQmlExpression) ColumnNumber() int
- func (ptr *QQmlExpression) ConnectValueChanged(f func())
- func (ptr *QQmlExpression) Context() *QQmlContext
- func (ptr *QQmlExpression) DestroyQQmlExpression()
- func (ptr *QQmlExpression) DisconnectValueChanged()
- func (ptr *QQmlExpression) Engine() *QQmlEngine
- func (ptr *QQmlExpression) Evaluate(valueIsUndefined bool) *core.QVariant
- func (ptr *QQmlExpression) Expression() string
- func (ptr *QQmlExpression) HasError() bool
- func (ptr *QQmlExpression) LineNumber() int
- func (ptr *QQmlExpression) NotifyOnValueChanged() bool
- func (ptr *QQmlExpression) QQmlExpression_PTR() *QQmlExpression
- func (ptr *QQmlExpression) ScopeObject() *core.QObject
- func (ptr *QQmlExpression) SetExpression(expression string)
- func (ptr *QQmlExpression) SetNotifyOnValueChanged(notifyOnChange bool)
- func (ptr *QQmlExpression) SetSourceLocation(url string, line int, column int)
- func (ptr *QQmlExpression) SourceFile() string
- type QQmlExpression_ITF
- type QQmlExtensionPlugin
- type QQmlExtensionPlugin_ITF
- type QQmlFileSelector
- func (ptr *QQmlFileSelector) DestroyQQmlFileSelector()
- func (ptr *QQmlFileSelector) QQmlFileSelector_PTR() *QQmlFileSelector
- func (ptr *QQmlFileSelector) SetExtraSelectors(strin []string)
- func (ptr *QQmlFileSelector) SetExtraSelectors2(strin []string)
- func (ptr *QQmlFileSelector) SetSelector(selector core.QFileSelector_ITF)
- type QQmlFileSelector_ITF
- type QQmlImageProviderBase
- func (ptr *QQmlImageProviderBase) Flags() QQmlImageProviderBase__Flag
- func (ptr *QQmlImageProviderBase) ImageType() QQmlImageProviderBase__ImageType
- func (p *QQmlImageProviderBase) Pointer() unsafe.Pointer
- func (ptr *QQmlImageProviderBase) QQmlImageProviderBase_PTR() *QQmlImageProviderBase
- func (p *QQmlImageProviderBase) SetPointer(ptr unsafe.Pointer)
- type QQmlImageProviderBase_ITF
- type QQmlImageProviderBase__Flag
- type QQmlImageProviderBase__ImageType
- type QQmlIncubationController
- func (ptr *QQmlIncubationController) ConnectIncubatingObjectCountChanged(f func(incubatingObjectCount int))
- func (ptr *QQmlIncubationController) DisconnectIncubatingObjectCountChanged()
- func (ptr *QQmlIncubationController) Engine() *QQmlEngine
- func (ptr *QQmlIncubationController) IncubateFor(msecs int)
- func (ptr *QQmlIncubationController) IncubatingObjectCount() int
- func (ptr *QQmlIncubationController) ObjectNameAbs() string
- func (p *QQmlIncubationController) Pointer() unsafe.Pointer
- func (ptr *QQmlIncubationController) QQmlIncubationController_PTR() *QQmlIncubationController
- func (ptr *QQmlIncubationController) SetObjectNameAbs(name string)
- func (p *QQmlIncubationController) SetPointer(ptr unsafe.Pointer)
- type QQmlIncubationController_ITF
- type QQmlIncubator
- func (ptr *QQmlIncubator) Clear()
- func (ptr *QQmlIncubator) ConnectSetInitialState(f func(object *core.QObject))
- func (ptr *QQmlIncubator) ConnectStatusChanged(f func(status QQmlIncubator__Status))
- func (ptr *QQmlIncubator) DisconnectSetInitialState()
- func (ptr *QQmlIncubator) DisconnectStatusChanged()
- func (ptr *QQmlIncubator) ForceCompletion()
- func (ptr *QQmlIncubator) IncubationMode() QQmlIncubator__IncubationMode
- func (ptr *QQmlIncubator) IsError() bool
- func (ptr *QQmlIncubator) IsLoading() bool
- func (ptr *QQmlIncubator) IsNull() bool
- func (ptr *QQmlIncubator) IsReady() bool
- func (ptr *QQmlIncubator) Object() *core.QObject
- func (ptr *QQmlIncubator) ObjectNameAbs() string
- func (p *QQmlIncubator) Pointer() unsafe.Pointer
- func (ptr *QQmlIncubator) QQmlIncubator_PTR() *QQmlIncubator
- func (ptr *QQmlIncubator) SetObjectNameAbs(name string)
- func (p *QQmlIncubator) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQmlIncubator) Status() QQmlIncubator__Status
- type QQmlIncubator_ITF
- type QQmlIncubator__IncubationMode
- type QQmlIncubator__Status
- type QQmlListProperty
- type QQmlListProperty_ITF
- type QQmlListReference
- func (ptr *QQmlListReference) Append(object core.QObject_ITF) bool
- func (ptr *QQmlListReference) At(index int) *core.QObject
- func (ptr *QQmlListReference) CanAppend() bool
- func (ptr *QQmlListReference) CanAt() bool
- func (ptr *QQmlListReference) CanClear() bool
- func (ptr *QQmlListReference) CanCount() bool
- func (ptr *QQmlListReference) Clear() bool
- func (ptr *QQmlListReference) Count() int
- func (ptr *QQmlListReference) IsManipulable() bool
- func (ptr *QQmlListReference) IsReadable() bool
- func (ptr *QQmlListReference) IsValid() bool
- func (ptr *QQmlListReference) ListElementType() *core.QMetaObject
- func (ptr *QQmlListReference) Object() *core.QObject
- func (p *QQmlListReference) Pointer() unsafe.Pointer
- func (ptr *QQmlListReference) QQmlListReference_PTR() *QQmlListReference
- func (p *QQmlListReference) SetPointer(ptr unsafe.Pointer)
- type QQmlListReference_ITF
- type QQmlNetworkAccessManagerFactory
- func (ptr *QQmlNetworkAccessManagerFactory) Create(parent core.QObject_ITF) *network.QNetworkAccessManager
- func (ptr *QQmlNetworkAccessManagerFactory) DestroyQQmlNetworkAccessManagerFactory()
- func (ptr *QQmlNetworkAccessManagerFactory) ObjectNameAbs() string
- func (p *QQmlNetworkAccessManagerFactory) Pointer() unsafe.Pointer
- func (ptr *QQmlNetworkAccessManagerFactory) QQmlNetworkAccessManagerFactory_PTR() *QQmlNetworkAccessManagerFactory
- func (ptr *QQmlNetworkAccessManagerFactory) SetObjectNameAbs(name string)
- func (p *QQmlNetworkAccessManagerFactory) SetPointer(ptr unsafe.Pointer)
- type QQmlNetworkAccessManagerFactory_ITF
- type QQmlParserStatus
- type QQmlParserStatus_ITF
- type QQmlProperty
- func NewQQmlProperty() *QQmlProperty
- func NewQQmlProperty2(obj core.QObject_ITF) *QQmlProperty
- func NewQQmlProperty3(obj core.QObject_ITF, ctxt QQmlContext_ITF) *QQmlProperty
- func NewQQmlProperty4(obj core.QObject_ITF, engine QQmlEngine_ITF) *QQmlProperty
- func NewQQmlProperty5(obj core.QObject_ITF, name string) *QQmlProperty
- func NewQQmlProperty6(obj core.QObject_ITF, name string, ctxt QQmlContext_ITF) *QQmlProperty
- func NewQQmlProperty7(obj core.QObject_ITF, name string, engine QQmlEngine_ITF) *QQmlProperty
- func NewQQmlProperty8(other QQmlProperty_ITF) *QQmlProperty
- func NewQQmlPropertyFromPointer(ptr unsafe.Pointer) *QQmlProperty
- func (ptr *QQmlProperty) ConnectNotifySignal(dest core.QObject_ITF, slot string) bool
- func (ptr *QQmlProperty) ConnectNotifySignal2(dest core.QObject_ITF, method int) bool
- func (ptr *QQmlProperty) HasNotifySignal() bool
- func (ptr *QQmlProperty) Index() int
- func (ptr *QQmlProperty) IsDesignable() bool
- func (ptr *QQmlProperty) IsProperty() bool
- func (ptr *QQmlProperty) IsResettable() bool
- func (ptr *QQmlProperty) IsSignalProperty() bool
- func (ptr *QQmlProperty) IsValid() bool
- func (ptr *QQmlProperty) IsWritable() bool
- func (ptr *QQmlProperty) Name() string
- func (ptr *QQmlProperty) NeedsNotifySignal() bool
- func (ptr *QQmlProperty) Object() *core.QObject
- func (p *QQmlProperty) Pointer() unsafe.Pointer
- func (ptr *QQmlProperty) PropertyType() int
- func (ptr *QQmlProperty) PropertyTypeCategory() QQmlProperty__PropertyTypeCategory
- func (ptr *QQmlProperty) QQmlProperty_PTR() *QQmlProperty
- func (ptr *QQmlProperty) Read() *core.QVariant
- func (ptr *QQmlProperty) Reset() bool
- func (p *QQmlProperty) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQmlProperty) Type() QQmlProperty__Type
- func (ptr *QQmlProperty) Write(value core.QVariant_ITF) bool
- type QQmlPropertyMap
- func (ptr *QQmlPropertyMap) Clear(key string)
- func (ptr *QQmlPropertyMap) ConnectValueChanged(f func(key string, value *core.QVariant))
- func (ptr *QQmlPropertyMap) Contains(key string) bool
- func (ptr *QQmlPropertyMap) Count() int
- func (ptr *QQmlPropertyMap) DestroyQQmlPropertyMap()
- func (ptr *QQmlPropertyMap) DisconnectValueChanged()
- func (ptr *QQmlPropertyMap) IsEmpty() bool
- func (ptr *QQmlPropertyMap) Keys() []string
- func (ptr *QQmlPropertyMap) QQmlPropertyMap_PTR() *QQmlPropertyMap
- func (ptr *QQmlPropertyMap) Size() int
- func (ptr *QQmlPropertyMap) Value(key string) *core.QVariant
- type QQmlPropertyMap_ITF
- type QQmlPropertyValueSource
- func (ptr *QQmlPropertyValueSource) DestroyQQmlPropertyValueSource()
- func (ptr *QQmlPropertyValueSource) ObjectNameAbs() string
- func (p *QQmlPropertyValueSource) Pointer() unsafe.Pointer
- func (ptr *QQmlPropertyValueSource) QQmlPropertyValueSource_PTR() *QQmlPropertyValueSource
- func (ptr *QQmlPropertyValueSource) SetObjectNameAbs(name string)
- func (p *QQmlPropertyValueSource) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQmlPropertyValueSource) SetTarget(property QQmlProperty_ITF)
- type QQmlPropertyValueSource_ITF
- type QQmlProperty_ITF
- type QQmlProperty__PropertyTypeCategory
- type QQmlProperty__Type
- type QQmlScriptString
- func (ptr *QQmlScriptString) BooleanLiteral(ok bool) bool
- func (ptr *QQmlScriptString) IsEmpty() bool
- func (ptr *QQmlScriptString) IsNullLiteral() bool
- func (ptr *QQmlScriptString) IsUndefinedLiteral() bool
- func (ptr *QQmlScriptString) NumberLiteral(ok bool) float64
- func (p *QQmlScriptString) Pointer() unsafe.Pointer
- func (ptr *QQmlScriptString) QQmlScriptString_PTR() *QQmlScriptString
- func (p *QQmlScriptString) SetPointer(ptr unsafe.Pointer)
- func (ptr *QQmlScriptString) StringLiteral() string
- type QQmlScriptString_ITF
Constants ¶
View Source
const ( QJSValue__NullValue = QJSValue__SpecialValue(0) QJSValue__UndefinedValue = QJSValue__SpecialValue(1) )
View Source
const ( QQmlAbstractUrlInterceptor__QmlFile = QQmlAbstractUrlInterceptor__DataType(0) QQmlAbstractUrlInterceptor__JavaScriptFile = QQmlAbstractUrlInterceptor__DataType(1) QQmlAbstractUrlInterceptor__QmldirFile = QQmlAbstractUrlInterceptor__DataType(2) QQmlAbstractUrlInterceptor__UrlString = QQmlAbstractUrlInterceptor__DataType(0x1000) )
View Source
const ( QQmlComponent__PreferSynchronous = QQmlComponent__CompilationMode(0) QQmlComponent__Asynchronous = QQmlComponent__CompilationMode(1) )
View Source
const ( QQmlComponent__Null = QQmlComponent__Status(0) QQmlComponent__Ready = QQmlComponent__Status(1) QQmlComponent__Loading = QQmlComponent__Status(2) QQmlComponent__Error = QQmlComponent__Status(3) )
View Source
const ( QQmlEngine__CppOwnership = QQmlEngine__ObjectOwnership(0) QQmlEngine__JavaScriptOwnership = QQmlEngine__ObjectOwnership(1) )
View Source
const ( QQmlImageProviderBase__Image = QQmlImageProviderBase__ImageType(0) QQmlImageProviderBase__Pixmap = QQmlImageProviderBase__ImageType(1) QQmlImageProviderBase__Texture = QQmlImageProviderBase__ImageType(2) QQmlImageProviderBase__Invalid = QQmlImageProviderBase__ImageType(3) )
View Source
const ( QQmlIncubator__Asynchronous = QQmlIncubator__IncubationMode(0) QQmlIncubator__AsynchronousIfNested = QQmlIncubator__IncubationMode(1) QQmlIncubator__Synchronous = QQmlIncubator__IncubationMode(2) )
View Source
const ( QQmlIncubator__Null = QQmlIncubator__Status(0) QQmlIncubator__Ready = QQmlIncubator__Status(1) QQmlIncubator__Loading = QQmlIncubator__Status(2) QQmlIncubator__Error = QQmlIncubator__Status(3) )
View Source
const ( QQmlProperty__InvalidCategory = QQmlProperty__PropertyTypeCategory(0) QQmlProperty__List = QQmlProperty__PropertyTypeCategory(1) QQmlProperty__Object = QQmlProperty__PropertyTypeCategory(2) QQmlProperty__Normal = QQmlProperty__PropertyTypeCategory(3) )
View Source
const ( QQmlProperty__Invalid = QQmlProperty__Type(0) QQmlProperty__Property = QQmlProperty__Type(1) QQmlProperty__SignalProperty = QQmlProperty__Type(2) )
View Source
const (
QQmlImageProviderBase__ForceAsynchronousImageLoading = QQmlImageProviderBase__Flag(0x01)
)
Variables ¶
This section is empty.
Functions ¶
func PointerFromQJSEngine ¶
func PointerFromQJSEngine(ptr QJSEngine_ITF) unsafe.Pointer
func PointerFromQJSValue ¶
func PointerFromQJSValue(ptr QJSValue_ITF) unsafe.Pointer
func PointerFromQJSValueIterator ¶
func PointerFromQJSValueIterator(ptr QJSValueIterator_ITF) unsafe.Pointer
func PointerFromQQmlAbstractUrlInterceptor ¶
func PointerFromQQmlAbstractUrlInterceptor(ptr QQmlAbstractUrlInterceptor_ITF) unsafe.Pointer
func PointerFromQQmlApplicationEngine ¶
func PointerFromQQmlApplicationEngine(ptr QQmlApplicationEngine_ITF) unsafe.Pointer
func PointerFromQQmlComponent ¶
func PointerFromQQmlComponent(ptr QQmlComponent_ITF) unsafe.Pointer
func PointerFromQQmlContext ¶
func PointerFromQQmlContext(ptr QQmlContext_ITF) unsafe.Pointer
func PointerFromQQmlEngine ¶
func PointerFromQQmlEngine(ptr QQmlEngine_ITF) unsafe.Pointer
func PointerFromQQmlError ¶
func PointerFromQQmlError(ptr QQmlError_ITF) unsafe.Pointer
func PointerFromQQmlExpression ¶
func PointerFromQQmlExpression(ptr QQmlExpression_ITF) unsafe.Pointer
func PointerFromQQmlExtensionPlugin ¶
func PointerFromQQmlExtensionPlugin(ptr QQmlExtensionPlugin_ITF) unsafe.Pointer
func PointerFromQQmlFileSelector ¶
func PointerFromQQmlFileSelector(ptr QQmlFileSelector_ITF) unsafe.Pointer
func PointerFromQQmlImageProviderBase ¶
func PointerFromQQmlImageProviderBase(ptr QQmlImageProviderBase_ITF) unsafe.Pointer
func PointerFromQQmlIncubationController ¶
func PointerFromQQmlIncubationController(ptr QQmlIncubationController_ITF) unsafe.Pointer
func PointerFromQQmlIncubator ¶
func PointerFromQQmlIncubator(ptr QQmlIncubator_ITF) unsafe.Pointer
func PointerFromQQmlListProperty ¶
func PointerFromQQmlListProperty(ptr QQmlListProperty_ITF) unsafe.Pointer
func PointerFromQQmlListReference ¶
func PointerFromQQmlListReference(ptr QQmlListReference_ITF) unsafe.Pointer
func PointerFromQQmlNetworkAccessManagerFactory ¶
func PointerFromQQmlNetworkAccessManagerFactory(ptr QQmlNetworkAccessManagerFactory_ITF) unsafe.Pointer
func PointerFromQQmlParserStatus ¶
func PointerFromQQmlParserStatus(ptr QQmlParserStatus_ITF) unsafe.Pointer
func PointerFromQQmlProperty ¶
func PointerFromQQmlProperty(ptr QQmlProperty_ITF) unsafe.Pointer
func PointerFromQQmlPropertyMap ¶
func PointerFromQQmlPropertyMap(ptr QQmlPropertyMap_ITF) unsafe.Pointer
func PointerFromQQmlPropertyValueSource ¶
func PointerFromQQmlPropertyValueSource(ptr QQmlPropertyValueSource_ITF) unsafe.Pointer
func PointerFromQQmlScriptString ¶
func PointerFromQQmlScriptString(ptr QQmlScriptString_ITF) unsafe.Pointer
func QQmlEngine_SetContextForObject ¶
func QQmlEngine_SetContextForObject(object core.QObject_ITF, context QQmlContext_ITF)
func QQmlEngine_SetObjectOwnership ¶
func QQmlEngine_SetObjectOwnership(object core.QObject_ITF, ownership QQmlEngine__ObjectOwnership)
func QQmlProperty_Read2 ¶
func QQmlProperty_Read2(object core.QObject_ITF, name string) *core.QVariant
func QQmlProperty_Read3 ¶
func QQmlProperty_Read3(object core.QObject_ITF, name string, ctxt QQmlContext_ITF) *core.QVariant
func QQmlProperty_Read4 ¶
func QQmlProperty_Read4(object core.QObject_ITF, name string, engine QQmlEngine_ITF) *core.QVariant
func QQmlProperty_Write2 ¶
func QQmlProperty_Write2(object core.QObject_ITF, name string, value core.QVariant_ITF) bool
func QQmlProperty_Write3 ¶
func QQmlProperty_Write3(object core.QObject_ITF, name string, value core.QVariant_ITF, ctxt QQmlContext_ITF) bool
func QQmlProperty_Write4 ¶
func QQmlProperty_Write4(object core.QObject_ITF, name string, value core.QVariant_ITF, engine QQmlEngine_ITF) bool
Types ¶
type QJSEngine ¶
func NewQJSEngine ¶
func NewQJSEngine() *QJSEngine
func NewQJSEngine2 ¶
func NewQJSEngine2(parent core.QObject_ITF) *QJSEngine
func NewQJSEngineFromPointer ¶
func (*QJSEngine) CollectGarbage ¶
func (ptr *QJSEngine) CollectGarbage()
func (*QJSEngine) DestroyQJSEngine ¶
func (ptr *QJSEngine) DestroyQJSEngine()
func (*QJSEngine) GlobalObject ¶
func (*QJSEngine) InstallTranslatorFunctions ¶
func (ptr *QJSEngine) InstallTranslatorFunctions(object QJSValue_ITF)
func (*QJSEngine) NewQObject ¶
func (ptr *QJSEngine) NewQObject(object core.QObject_ITF) *QJSValue
func (*QJSEngine) QJSEngine_PTR ¶
type QJSEngine_ITF ¶
type QJSEngine_ITF interface { core.QObject_ITF QJSEngine_PTR() *QJSEngine }
type QJSValue ¶
type QJSValue struct {
// contains filtered or unexported fields
}
func NewQJSValue ¶
func NewQJSValue(value QJSValue__SpecialValue) *QJSValue
func NewQJSValue10 ¶
func NewQJSValue2 ¶
func NewQJSValue2(other QJSValue_ITF) *QJSValue
func NewQJSValue3 ¶
func NewQJSValue3(other QJSValue_ITF) *QJSValue
func NewQJSValue4 ¶
func NewQJSValue5 ¶
func NewQJSValue8 ¶
func NewQJSValue9 ¶
func NewQJSValue9(value core.QLatin1String_ITF) *QJSValue
func NewQJSValueFromPointer ¶
func (*QJSValue) DeleteProperty ¶
func (*QJSValue) DestroyQJSValue ¶
func (ptr *QJSValue) DestroyQJSValue()
func (*QJSValue) Equals ¶
func (ptr *QJSValue) Equals(other QJSValue_ITF) bool
func (*QJSValue) HasOwnProperty ¶
func (*QJSValue) HasProperty ¶
func (*QJSValue) IsCallable ¶
func (*QJSValue) IsUndefined ¶
func (*QJSValue) QJSValue_PTR ¶
func (*QJSValue) SetPointer ¶
func (*QJSValue) SetProperty ¶
func (ptr *QJSValue) SetProperty(name string, value QJSValue_ITF)
func (*QJSValue) SetPrototype ¶
func (ptr *QJSValue) SetPrototype(prototype QJSValue_ITF)
func (*QJSValue) StrictlyEquals ¶
func (ptr *QJSValue) StrictlyEquals(other QJSValue_ITF) bool
func (*QJSValue) ToDateTime ¶
type QJSValueIterator ¶
type QJSValueIterator struct {
// contains filtered or unexported fields
}
func NewQJSValueIteratorFromPointer ¶
func NewQJSValueIteratorFromPointer(ptr unsafe.Pointer) *QJSValueIterator
func (*QJSValueIterator) Pointer ¶
func (p *QJSValueIterator) Pointer() unsafe.Pointer
func (*QJSValueIterator) QJSValueIterator_PTR ¶
func (ptr *QJSValueIterator) QJSValueIterator_PTR() *QJSValueIterator
func (*QJSValueIterator) SetPointer ¶
func (p *QJSValueIterator) SetPointer(ptr unsafe.Pointer)
type QJSValueIterator_ITF ¶
type QJSValueIterator_ITF interface {
QJSValueIterator_PTR() *QJSValueIterator
}
type QJSValue_ITF ¶
type QJSValue_ITF interface {
QJSValue_PTR() *QJSValue
}
type QQmlAbstractUrlInterceptor ¶
type QQmlAbstractUrlInterceptor struct {
// contains filtered or unexported fields
}
func NewQQmlAbstractUrlInterceptorFromPointer ¶
func NewQQmlAbstractUrlInterceptorFromPointer(ptr unsafe.Pointer) *QQmlAbstractUrlInterceptor
func (*QQmlAbstractUrlInterceptor) DestroyQQmlAbstractUrlInterceptor ¶
func (ptr *QQmlAbstractUrlInterceptor) DestroyQQmlAbstractUrlInterceptor()
func (*QQmlAbstractUrlInterceptor) Intercept ¶
func (ptr *QQmlAbstractUrlInterceptor) Intercept(url core.QUrl_ITF, ty QQmlAbstractUrlInterceptor__DataType) *core.QUrl
func (*QQmlAbstractUrlInterceptor) ObjectNameAbs ¶
func (ptr *QQmlAbstractUrlInterceptor) ObjectNameAbs() string
func (*QQmlAbstractUrlInterceptor) Pointer ¶
func (p *QQmlAbstractUrlInterceptor) Pointer() unsafe.Pointer
func (*QQmlAbstractUrlInterceptor) QQmlAbstractUrlInterceptor_PTR ¶
func (ptr *QQmlAbstractUrlInterceptor) QQmlAbstractUrlInterceptor_PTR() *QQmlAbstractUrlInterceptor
func (*QQmlAbstractUrlInterceptor) SetObjectNameAbs ¶
func (ptr *QQmlAbstractUrlInterceptor) SetObjectNameAbs(name string)
func (*QQmlAbstractUrlInterceptor) SetPointer ¶
func (p *QQmlAbstractUrlInterceptor) SetPointer(ptr unsafe.Pointer)
type QQmlAbstractUrlInterceptor_ITF ¶
type QQmlAbstractUrlInterceptor_ITF interface {
QQmlAbstractUrlInterceptor_PTR() *QQmlAbstractUrlInterceptor
}
type QQmlAbstractUrlInterceptor__DataType ¶
type QQmlAbstractUrlInterceptor__DataType int64
QQmlAbstractUrlInterceptor::DataType
type QQmlApplicationEngine ¶
type QQmlApplicationEngine struct {
QQmlEngine
}
func NewQQmlApplicationEngine ¶
func NewQQmlApplicationEngine(parent core.QObject_ITF) *QQmlApplicationEngine
func NewQQmlApplicationEngine2 ¶
func NewQQmlApplicationEngine2(url core.QUrl_ITF, parent core.QObject_ITF) *QQmlApplicationEngine
func NewQQmlApplicationEngine3 ¶
func NewQQmlApplicationEngine3(filePath string, parent core.QObject_ITF) *QQmlApplicationEngine
func NewQQmlApplicationEngineFromPointer ¶
func NewQQmlApplicationEngineFromPointer(ptr unsafe.Pointer) *QQmlApplicationEngine
func (*QQmlApplicationEngine) ConnectObjectCreated ¶
func (ptr *QQmlApplicationEngine) ConnectObjectCreated(f func(object *core.QObject, url *core.QUrl))
func (*QQmlApplicationEngine) DestroyQQmlApplicationEngine ¶
func (ptr *QQmlApplicationEngine) DestroyQQmlApplicationEngine()
func (*QQmlApplicationEngine) DisconnectObjectCreated ¶
func (ptr *QQmlApplicationEngine) DisconnectObjectCreated()
func (*QQmlApplicationEngine) Load ¶
func (ptr *QQmlApplicationEngine) Load(url core.QUrl_ITF)
func (*QQmlApplicationEngine) Load2 ¶
func (ptr *QQmlApplicationEngine) Load2(filePath string)
func (*QQmlApplicationEngine) LoadData ¶
func (ptr *QQmlApplicationEngine) LoadData(data core.QByteArray_ITF, url core.QUrl_ITF)
func (*QQmlApplicationEngine) QQmlApplicationEngine_PTR ¶
func (ptr *QQmlApplicationEngine) QQmlApplicationEngine_PTR() *QQmlApplicationEngine
type QQmlApplicationEngine_ITF ¶
type QQmlApplicationEngine_ITF interface { QQmlEngine_ITF QQmlApplicationEngine_PTR() *QQmlApplicationEngine }
type QQmlComponent ¶
func NewQQmlComponent ¶
func NewQQmlComponent(engine QQmlEngine_ITF, parent core.QObject_ITF) *QQmlComponent
func NewQQmlComponent3 ¶
func NewQQmlComponent3(engine QQmlEngine_ITF, fileName string, parent core.QObject_ITF) *QQmlComponent
func NewQQmlComponent4 ¶
func NewQQmlComponent4(engine QQmlEngine_ITF, fileName string, mode QQmlComponent__CompilationMode, parent core.QObject_ITF) *QQmlComponent
func NewQQmlComponent5 ¶
func NewQQmlComponent5(engine QQmlEngine_ITF, url core.QUrl_ITF, parent core.QObject_ITF) *QQmlComponent
func NewQQmlComponent6 ¶
func NewQQmlComponent6(engine QQmlEngine_ITF, url core.QUrl_ITF, mode QQmlComponent__CompilationMode, parent core.QObject_ITF) *QQmlComponent
func NewQQmlComponentFromPointer ¶
func NewQQmlComponentFromPointer(ptr unsafe.Pointer) *QQmlComponent
func (*QQmlComponent) BeginCreate ¶
func (ptr *QQmlComponent) BeginCreate(publicContext QQmlContext_ITF) *core.QObject
func (*QQmlComponent) ConnectCompleteCreate ¶
func (ptr *QQmlComponent) ConnectCompleteCreate(f func())
func (*QQmlComponent) ConnectProgressChanged ¶
func (ptr *QQmlComponent) ConnectProgressChanged(f func(progress float64))
func (*QQmlComponent) ConnectStatusChanged ¶
func (ptr *QQmlComponent) ConnectStatusChanged(f func(status QQmlComponent__Status))
func (*QQmlComponent) Create ¶
func (ptr *QQmlComponent) Create(context QQmlContext_ITF) *core.QObject
func (*QQmlComponent) Create2 ¶
func (ptr *QQmlComponent) Create2(incubator QQmlIncubator_ITF, context QQmlContext_ITF, forContext QQmlContext_ITF)
func (*QQmlComponent) CreationContext ¶
func (ptr *QQmlComponent) CreationContext() *QQmlContext
func (*QQmlComponent) DestroyQQmlComponent ¶
func (ptr *QQmlComponent) DestroyQQmlComponent()
func (*QQmlComponent) DisconnectCompleteCreate ¶
func (ptr *QQmlComponent) DisconnectCompleteCreate()
func (*QQmlComponent) DisconnectProgressChanged ¶
func (ptr *QQmlComponent) DisconnectProgressChanged()
func (*QQmlComponent) DisconnectStatusChanged ¶
func (ptr *QQmlComponent) DisconnectStatusChanged()
func (*QQmlComponent) IsError ¶
func (ptr *QQmlComponent) IsError() bool
func (*QQmlComponent) IsLoading ¶
func (ptr *QQmlComponent) IsLoading() bool
func (*QQmlComponent) IsNull ¶
func (ptr *QQmlComponent) IsNull() bool
func (*QQmlComponent) IsReady ¶
func (ptr *QQmlComponent) IsReady() bool
func (*QQmlComponent) LoadUrl ¶
func (ptr *QQmlComponent) LoadUrl(url core.QUrl_ITF)
func (*QQmlComponent) LoadUrl2 ¶
func (ptr *QQmlComponent) LoadUrl2(url core.QUrl_ITF, mode QQmlComponent__CompilationMode)
func (*QQmlComponent) Progress ¶
func (ptr *QQmlComponent) Progress() float64
func (*QQmlComponent) QQmlComponent_PTR ¶
func (ptr *QQmlComponent) QQmlComponent_PTR() *QQmlComponent
func (*QQmlComponent) SetData ¶
func (ptr *QQmlComponent) SetData(data core.QByteArray_ITF, url core.QUrl_ITF)
func (*QQmlComponent) Status ¶
func (ptr *QQmlComponent) Status() QQmlComponent__Status
func (*QQmlComponent) Url ¶
func (ptr *QQmlComponent) Url() *core.QUrl
type QQmlComponent_ITF ¶
type QQmlComponent_ITF interface { core.QObject_ITF QQmlComponent_PTR() *QQmlComponent }
type QQmlComponent__CompilationMode ¶
type QQmlComponent__CompilationMode int64
QQmlComponent::CompilationMode
type QQmlContext ¶
func NewQQmlContext ¶
func NewQQmlContext(engine QQmlEngine_ITF, parent core.QObject_ITF) *QQmlContext
func NewQQmlContext2 ¶
func NewQQmlContext2(parentContext QQmlContext_ITF, parent core.QObject_ITF) *QQmlContext
func NewQQmlContextFromPointer ¶
func NewQQmlContextFromPointer(ptr unsafe.Pointer) *QQmlContext
func QQmlEngine_ContextForObject ¶
func QQmlEngine_ContextForObject(object core.QObject_ITF) *QQmlContext
func (*QQmlContext) BaseUrl ¶
func (ptr *QQmlContext) BaseUrl() *core.QUrl
func (*QQmlContext) ContextObject ¶
func (ptr *QQmlContext) ContextObject() *core.QObject
func (*QQmlContext) ContextProperty ¶
func (ptr *QQmlContext) ContextProperty(name string) *core.QVariant
func (*QQmlContext) DestroyQQmlContext ¶
func (ptr *QQmlContext) DestroyQQmlContext()
func (*QQmlContext) Engine ¶
func (ptr *QQmlContext) Engine() *QQmlEngine
func (*QQmlContext) IsValid ¶
func (ptr *QQmlContext) IsValid() bool
func (*QQmlContext) NameForObject ¶
func (ptr *QQmlContext) NameForObject(object core.QObject_ITF) string
func (*QQmlContext) ParentContext ¶
func (ptr *QQmlContext) ParentContext() *QQmlContext
func (*QQmlContext) QQmlContext_PTR ¶
func (ptr *QQmlContext) QQmlContext_PTR() *QQmlContext
func (*QQmlContext) ResolvedUrl ¶
func (ptr *QQmlContext) ResolvedUrl(src core.QUrl_ITF) *core.QUrl
func (*QQmlContext) SetBaseUrl ¶
func (ptr *QQmlContext) SetBaseUrl(baseUrl core.QUrl_ITF)
func (*QQmlContext) SetContextObject ¶
func (ptr *QQmlContext) SetContextObject(object core.QObject_ITF)
func (*QQmlContext) SetContextProperty ¶
func (ptr *QQmlContext) SetContextProperty(name string, value core.QObject_ITF)
func (*QQmlContext) SetContextProperty2 ¶
func (ptr *QQmlContext) SetContextProperty2(name string, value core.QVariant_ITF)
type QQmlContext_ITF ¶
type QQmlContext_ITF interface { core.QObject_ITF QQmlContext_PTR() *QQmlContext }
type QQmlEngine ¶
type QQmlEngine struct {
QJSEngine
}
func NewQQmlEngine ¶
func NewQQmlEngine(parent core.QObject_ITF) *QQmlEngine
func NewQQmlEngineFromPointer ¶
func NewQQmlEngineFromPointer(ptr unsafe.Pointer) *QQmlEngine
func (*QQmlEngine) AddImageProvider ¶
func (ptr *QQmlEngine) AddImageProvider(providerId string, provider QQmlImageProviderBase_ITF)
func (*QQmlEngine) AddImportPath ¶
func (ptr *QQmlEngine) AddImportPath(path string)
func (*QQmlEngine) AddPluginPath ¶
func (ptr *QQmlEngine) AddPluginPath(path string)
func (*QQmlEngine) BaseUrl ¶
func (ptr *QQmlEngine) BaseUrl() *core.QUrl
func (*QQmlEngine) ClearComponentCache ¶
func (ptr *QQmlEngine) ClearComponentCache()
func (*QQmlEngine) ConnectQuit ¶
func (ptr *QQmlEngine) ConnectQuit(f func())
func (*QQmlEngine) DestroyQQmlEngine ¶
func (ptr *QQmlEngine) DestroyQQmlEngine()
func (*QQmlEngine) DisconnectQuit ¶
func (ptr *QQmlEngine) DisconnectQuit()
func (*QQmlEngine) ImageProvider ¶
func (ptr *QQmlEngine) ImageProvider(providerId string) *QQmlImageProviderBase
func (*QQmlEngine) ImportPathList ¶
func (ptr *QQmlEngine) ImportPathList() []string
func (*QQmlEngine) IncubationController ¶
func (ptr *QQmlEngine) IncubationController() *QQmlIncubationController
func (*QQmlEngine) NetworkAccessManager ¶
func (ptr *QQmlEngine) NetworkAccessManager() *network.QNetworkAccessManager
func (*QQmlEngine) NetworkAccessManagerFactory ¶
func (ptr *QQmlEngine) NetworkAccessManagerFactory() *QQmlNetworkAccessManagerFactory
func (*QQmlEngine) OfflineStoragePath ¶
func (ptr *QQmlEngine) OfflineStoragePath() string
func (*QQmlEngine) OutputWarningsToStandardError ¶
func (ptr *QQmlEngine) OutputWarningsToStandardError() bool
func (*QQmlEngine) PluginPathList ¶
func (ptr *QQmlEngine) PluginPathList() []string
func (*QQmlEngine) QQmlEngine_PTR ¶
func (ptr *QQmlEngine) QQmlEngine_PTR() *QQmlEngine
func (*QQmlEngine) RemoveImageProvider ¶
func (ptr *QQmlEngine) RemoveImageProvider(providerId string)
func (*QQmlEngine) RootContext ¶
func (ptr *QQmlEngine) RootContext() *QQmlContext
func (*QQmlEngine) SetBaseUrl ¶
func (ptr *QQmlEngine) SetBaseUrl(url core.QUrl_ITF)
func (*QQmlEngine) SetImportPathList ¶
func (ptr *QQmlEngine) SetImportPathList(paths []string)
func (*QQmlEngine) SetIncubationController ¶
func (ptr *QQmlEngine) SetIncubationController(controller QQmlIncubationController_ITF)
func (*QQmlEngine) SetNetworkAccessManagerFactory ¶
func (ptr *QQmlEngine) SetNetworkAccessManagerFactory(factory QQmlNetworkAccessManagerFactory_ITF)
func (*QQmlEngine) SetOfflineStoragePath ¶
func (ptr *QQmlEngine) SetOfflineStoragePath(dir string)
func (*QQmlEngine) SetOutputWarningsToStandardError ¶
func (ptr *QQmlEngine) SetOutputWarningsToStandardError(enabled bool)
func (*QQmlEngine) SetPluginPathList ¶
func (ptr *QQmlEngine) SetPluginPathList(paths []string)
func (*QQmlEngine) TrimComponentCache ¶
func (ptr *QQmlEngine) TrimComponentCache()
type QQmlEngine_ITF ¶
type QQmlEngine_ITF interface { QJSEngine_ITF QQmlEngine_PTR() *QQmlEngine }
type QQmlEngine__ObjectOwnership ¶
type QQmlEngine__ObjectOwnership int64
QQmlEngine::ObjectOwnership
func QQmlEngine_ObjectOwnership ¶
func QQmlEngine_ObjectOwnership(object core.QObject_ITF) QQmlEngine__ObjectOwnership
type QQmlError ¶
type QQmlError struct {
// contains filtered or unexported fields
}
func NewQQmlError ¶
func NewQQmlError() *QQmlError
func NewQQmlError2 ¶
func NewQQmlError2(other QQmlError_ITF) *QQmlError
func NewQQmlErrorFromPointer ¶
func (*QQmlError) Description ¶
func (*QQmlError) QQmlError_PTR ¶
func (*QQmlError) SetDescription ¶
func (*QQmlError) SetObject ¶
func (ptr *QQmlError) SetObject(object core.QObject_ITF)
func (*QQmlError) SetPointer ¶
type QQmlError_ITF ¶
type QQmlError_ITF interface {
QQmlError_PTR() *QQmlError
}
type QQmlExpression ¶
func NewQQmlExpression ¶
func NewQQmlExpression() *QQmlExpression
func NewQQmlExpression2 ¶
func NewQQmlExpression2(ctxt QQmlContext_ITF, scope core.QObject_ITF, expression string, parent core.QObject_ITF) *QQmlExpression
func NewQQmlExpression3 ¶
func NewQQmlExpression3(script QQmlScriptString_ITF, ctxt QQmlContext_ITF, scope core.QObject_ITF, parent core.QObject_ITF) *QQmlExpression
func NewQQmlExpressionFromPointer ¶
func NewQQmlExpressionFromPointer(ptr unsafe.Pointer) *QQmlExpression
func (*QQmlExpression) ClearError ¶
func (ptr *QQmlExpression) ClearError()
func (*QQmlExpression) ColumnNumber ¶
func (ptr *QQmlExpression) ColumnNumber() int
func (*QQmlExpression) ConnectValueChanged ¶
func (ptr *QQmlExpression) ConnectValueChanged(f func())
func (*QQmlExpression) Context ¶
func (ptr *QQmlExpression) Context() *QQmlContext
func (*QQmlExpression) DestroyQQmlExpression ¶
func (ptr *QQmlExpression) DestroyQQmlExpression()
func (*QQmlExpression) DisconnectValueChanged ¶
func (ptr *QQmlExpression) DisconnectValueChanged()
func (*QQmlExpression) Engine ¶
func (ptr *QQmlExpression) Engine() *QQmlEngine
func (*QQmlExpression) Evaluate ¶
func (ptr *QQmlExpression) Evaluate(valueIsUndefined bool) *core.QVariant
func (*QQmlExpression) Expression ¶
func (ptr *QQmlExpression) Expression() string
func (*QQmlExpression) HasError ¶
func (ptr *QQmlExpression) HasError() bool
func (*QQmlExpression) LineNumber ¶
func (ptr *QQmlExpression) LineNumber() int
func (*QQmlExpression) NotifyOnValueChanged ¶
func (ptr *QQmlExpression) NotifyOnValueChanged() bool
func (*QQmlExpression) QQmlExpression_PTR ¶
func (ptr *QQmlExpression) QQmlExpression_PTR() *QQmlExpression
func (*QQmlExpression) ScopeObject ¶
func (ptr *QQmlExpression) ScopeObject() *core.QObject
func (*QQmlExpression) SetExpression ¶
func (ptr *QQmlExpression) SetExpression(expression string)
func (*QQmlExpression) SetNotifyOnValueChanged ¶
func (ptr *QQmlExpression) SetNotifyOnValueChanged(notifyOnChange bool)
func (*QQmlExpression) SetSourceLocation ¶
func (ptr *QQmlExpression) SetSourceLocation(url string, line int, column int)
func (*QQmlExpression) SourceFile ¶
func (ptr *QQmlExpression) SourceFile() string
type QQmlExpression_ITF ¶
type QQmlExpression_ITF interface { core.QObject_ITF QQmlExpression_PTR() *QQmlExpression }
type QQmlExtensionPlugin ¶
func NewQQmlExtensionPluginFromPointer ¶
func NewQQmlExtensionPluginFromPointer(ptr unsafe.Pointer) *QQmlExtensionPlugin
func (*QQmlExtensionPlugin) BaseUrl ¶
func (ptr *QQmlExtensionPlugin) BaseUrl() *core.QUrl
func (*QQmlExtensionPlugin) QQmlExtensionPlugin_PTR ¶
func (ptr *QQmlExtensionPlugin) QQmlExtensionPlugin_PTR() *QQmlExtensionPlugin
func (*QQmlExtensionPlugin) RegisterTypes ¶
func (ptr *QQmlExtensionPlugin) RegisterTypes(uri string)
type QQmlExtensionPlugin_ITF ¶
type QQmlExtensionPlugin_ITF interface { core.QObject_ITF QQmlExtensionPlugin_PTR() *QQmlExtensionPlugin }
type QQmlFileSelector ¶
func NewQQmlFileSelector ¶
func NewQQmlFileSelector(engine QQmlEngine_ITF, parent core.QObject_ITF) *QQmlFileSelector
func NewQQmlFileSelectorFromPointer ¶
func NewQQmlFileSelectorFromPointer(ptr unsafe.Pointer) *QQmlFileSelector
func QQmlFileSelector_Get ¶
func QQmlFileSelector_Get(engine QQmlEngine_ITF) *QQmlFileSelector
func (*QQmlFileSelector) DestroyQQmlFileSelector ¶
func (ptr *QQmlFileSelector) DestroyQQmlFileSelector()
func (*QQmlFileSelector) QQmlFileSelector_PTR ¶
func (ptr *QQmlFileSelector) QQmlFileSelector_PTR() *QQmlFileSelector
func (*QQmlFileSelector) SetExtraSelectors ¶
func (ptr *QQmlFileSelector) SetExtraSelectors(strin []string)
func (*QQmlFileSelector) SetExtraSelectors2 ¶
func (ptr *QQmlFileSelector) SetExtraSelectors2(strin []string)
func (*QQmlFileSelector) SetSelector ¶
func (ptr *QQmlFileSelector) SetSelector(selector core.QFileSelector_ITF)
type QQmlFileSelector_ITF ¶
type QQmlFileSelector_ITF interface { core.QObject_ITF QQmlFileSelector_PTR() *QQmlFileSelector }
type QQmlImageProviderBase ¶
type QQmlImageProviderBase struct {
// contains filtered or unexported fields
}
func NewQQmlImageProviderBaseFromPointer ¶
func NewQQmlImageProviderBaseFromPointer(ptr unsafe.Pointer) *QQmlImageProviderBase
func (*QQmlImageProviderBase) Flags ¶
func (ptr *QQmlImageProviderBase) Flags() QQmlImageProviderBase__Flag
func (*QQmlImageProviderBase) ImageType ¶
func (ptr *QQmlImageProviderBase) ImageType() QQmlImageProviderBase__ImageType
func (*QQmlImageProviderBase) Pointer ¶
func (p *QQmlImageProviderBase) Pointer() unsafe.Pointer
func (*QQmlImageProviderBase) QQmlImageProviderBase_PTR ¶
func (ptr *QQmlImageProviderBase) QQmlImageProviderBase_PTR() *QQmlImageProviderBase
func (*QQmlImageProviderBase) SetPointer ¶
func (p *QQmlImageProviderBase) SetPointer(ptr unsafe.Pointer)
type QQmlImageProviderBase_ITF ¶
type QQmlImageProviderBase_ITF interface {
QQmlImageProviderBase_PTR() *QQmlImageProviderBase
}
type QQmlImageProviderBase__Flag ¶
type QQmlImageProviderBase__Flag int64
QQmlImageProviderBase::Flag
type QQmlImageProviderBase__ImageType ¶
type QQmlImageProviderBase__ImageType int64
QQmlImageProviderBase::ImageType
type QQmlIncubationController ¶
type QQmlIncubationController struct {
// contains filtered or unexported fields
}
func NewQQmlIncubationController ¶
func NewQQmlIncubationController() *QQmlIncubationController
func NewQQmlIncubationControllerFromPointer ¶
func NewQQmlIncubationControllerFromPointer(ptr unsafe.Pointer) *QQmlIncubationController
func (*QQmlIncubationController) ConnectIncubatingObjectCountChanged ¶
func (ptr *QQmlIncubationController) ConnectIncubatingObjectCountChanged(f func(incubatingObjectCount int))
func (*QQmlIncubationController) DisconnectIncubatingObjectCountChanged ¶
func (ptr *QQmlIncubationController) DisconnectIncubatingObjectCountChanged()
func (*QQmlIncubationController) Engine ¶
func (ptr *QQmlIncubationController) Engine() *QQmlEngine
func (*QQmlIncubationController) IncubateFor ¶
func (ptr *QQmlIncubationController) IncubateFor(msecs int)
func (*QQmlIncubationController) IncubatingObjectCount ¶
func (ptr *QQmlIncubationController) IncubatingObjectCount() int
func (*QQmlIncubationController) ObjectNameAbs ¶
func (ptr *QQmlIncubationController) ObjectNameAbs() string
func (*QQmlIncubationController) Pointer ¶
func (p *QQmlIncubationController) Pointer() unsafe.Pointer
func (*QQmlIncubationController) QQmlIncubationController_PTR ¶
func (ptr *QQmlIncubationController) QQmlIncubationController_PTR() *QQmlIncubationController
func (*QQmlIncubationController) SetObjectNameAbs ¶
func (ptr *QQmlIncubationController) SetObjectNameAbs(name string)
func (*QQmlIncubationController) SetPointer ¶
func (p *QQmlIncubationController) SetPointer(ptr unsafe.Pointer)
type QQmlIncubationController_ITF ¶
type QQmlIncubationController_ITF interface {
QQmlIncubationController_PTR() *QQmlIncubationController
}
type QQmlIncubator ¶
type QQmlIncubator struct {
// contains filtered or unexported fields
}
func NewQQmlIncubator ¶
func NewQQmlIncubator(mode QQmlIncubator__IncubationMode) *QQmlIncubator
func NewQQmlIncubatorFromPointer ¶
func NewQQmlIncubatorFromPointer(ptr unsafe.Pointer) *QQmlIncubator
func (*QQmlIncubator) Clear ¶
func (ptr *QQmlIncubator) Clear()
func (*QQmlIncubator) ConnectSetInitialState ¶
func (ptr *QQmlIncubator) ConnectSetInitialState(f func(object *core.QObject))
func (*QQmlIncubator) ConnectStatusChanged ¶
func (ptr *QQmlIncubator) ConnectStatusChanged(f func(status QQmlIncubator__Status))
func (*QQmlIncubator) DisconnectSetInitialState ¶
func (ptr *QQmlIncubator) DisconnectSetInitialState()
func (*QQmlIncubator) DisconnectStatusChanged ¶
func (ptr *QQmlIncubator) DisconnectStatusChanged()
func (*QQmlIncubator) ForceCompletion ¶
func (ptr *QQmlIncubator) ForceCompletion()
func (*QQmlIncubator) IncubationMode ¶
func (ptr *QQmlIncubator) IncubationMode() QQmlIncubator__IncubationMode
func (*QQmlIncubator) IsError ¶
func (ptr *QQmlIncubator) IsError() bool
func (*QQmlIncubator) IsLoading ¶
func (ptr *QQmlIncubator) IsLoading() bool
func (*QQmlIncubator) IsNull ¶
func (ptr *QQmlIncubator) IsNull() bool
func (*QQmlIncubator) IsReady ¶
func (ptr *QQmlIncubator) IsReady() bool
func (*QQmlIncubator) Object ¶
func (ptr *QQmlIncubator) Object() *core.QObject
func (*QQmlIncubator) ObjectNameAbs ¶
func (ptr *QQmlIncubator) ObjectNameAbs() string
func (*QQmlIncubator) Pointer ¶
func (p *QQmlIncubator) Pointer() unsafe.Pointer
func (*QQmlIncubator) QQmlIncubator_PTR ¶
func (ptr *QQmlIncubator) QQmlIncubator_PTR() *QQmlIncubator
func (*QQmlIncubator) SetObjectNameAbs ¶
func (ptr *QQmlIncubator) SetObjectNameAbs(name string)
func (*QQmlIncubator) SetPointer ¶
func (p *QQmlIncubator) SetPointer(ptr unsafe.Pointer)
func (*QQmlIncubator) Status ¶
func (ptr *QQmlIncubator) Status() QQmlIncubator__Status
type QQmlIncubator_ITF ¶
type QQmlIncubator_ITF interface {
QQmlIncubator_PTR() *QQmlIncubator
}
type QQmlIncubator__IncubationMode ¶
type QQmlIncubator__IncubationMode int64
QQmlIncubator::IncubationMode
type QQmlListProperty ¶
type QQmlListProperty struct {
// contains filtered or unexported fields
}
func NewQQmlListPropertyFromPointer ¶
func NewQQmlListPropertyFromPointer(ptr unsafe.Pointer) *QQmlListProperty
func (*QQmlListProperty) Pointer ¶
func (p *QQmlListProperty) Pointer() unsafe.Pointer
func (*QQmlListProperty) QQmlListProperty_PTR ¶
func (ptr *QQmlListProperty) QQmlListProperty_PTR() *QQmlListProperty
func (*QQmlListProperty) SetPointer ¶
func (p *QQmlListProperty) SetPointer(ptr unsafe.Pointer)
type QQmlListProperty_ITF ¶
type QQmlListProperty_ITF interface {
QQmlListProperty_PTR() *QQmlListProperty
}
type QQmlListReference ¶
type QQmlListReference struct {
// contains filtered or unexported fields
}
func NewQQmlListReference ¶
func NewQQmlListReference() *QQmlListReference
func NewQQmlListReference2 ¶
func NewQQmlListReference2(object core.QObject_ITF, property string, engine QQmlEngine_ITF) *QQmlListReference
func NewQQmlListReferenceFromPointer ¶
func NewQQmlListReferenceFromPointer(ptr unsafe.Pointer) *QQmlListReference
func (*QQmlListReference) Append ¶
func (ptr *QQmlListReference) Append(object core.QObject_ITF) bool
func (*QQmlListReference) CanAppend ¶
func (ptr *QQmlListReference) CanAppend() bool
func (*QQmlListReference) CanAt ¶
func (ptr *QQmlListReference) CanAt() bool
func (*QQmlListReference) CanClear ¶
func (ptr *QQmlListReference) CanClear() bool
func (*QQmlListReference) CanCount ¶
func (ptr *QQmlListReference) CanCount() bool
func (*QQmlListReference) Clear ¶
func (ptr *QQmlListReference) Clear() bool
func (*QQmlListReference) Count ¶
func (ptr *QQmlListReference) Count() int
func (*QQmlListReference) IsManipulable ¶
func (ptr *QQmlListReference) IsManipulable() bool
func (*QQmlListReference) IsReadable ¶
func (ptr *QQmlListReference) IsReadable() bool
func (*QQmlListReference) IsValid ¶
func (ptr *QQmlListReference) IsValid() bool
func (*QQmlListReference) ListElementType ¶
func (ptr *QQmlListReference) ListElementType() *core.QMetaObject
func (*QQmlListReference) Object ¶
func (ptr *QQmlListReference) Object() *core.QObject
func (*QQmlListReference) Pointer ¶
func (p *QQmlListReference) Pointer() unsafe.Pointer
func (*QQmlListReference) QQmlListReference_PTR ¶
func (ptr *QQmlListReference) QQmlListReference_PTR() *QQmlListReference
func (*QQmlListReference) SetPointer ¶
func (p *QQmlListReference) SetPointer(ptr unsafe.Pointer)
type QQmlListReference_ITF ¶
type QQmlListReference_ITF interface {
QQmlListReference_PTR() *QQmlListReference
}
type QQmlNetworkAccessManagerFactory ¶
type QQmlNetworkAccessManagerFactory struct {
// contains filtered or unexported fields
}
func NewQQmlNetworkAccessManagerFactoryFromPointer ¶
func NewQQmlNetworkAccessManagerFactoryFromPointer(ptr unsafe.Pointer) *QQmlNetworkAccessManagerFactory
func (*QQmlNetworkAccessManagerFactory) Create ¶
func (ptr *QQmlNetworkAccessManagerFactory) Create(parent core.QObject_ITF) *network.QNetworkAccessManager
func (*QQmlNetworkAccessManagerFactory) DestroyQQmlNetworkAccessManagerFactory ¶
func (ptr *QQmlNetworkAccessManagerFactory) DestroyQQmlNetworkAccessManagerFactory()
func (*QQmlNetworkAccessManagerFactory) ObjectNameAbs ¶
func (ptr *QQmlNetworkAccessManagerFactory) ObjectNameAbs() string
func (*QQmlNetworkAccessManagerFactory) Pointer ¶
func (p *QQmlNetworkAccessManagerFactory) Pointer() unsafe.Pointer
func (*QQmlNetworkAccessManagerFactory) QQmlNetworkAccessManagerFactory_PTR ¶
func (ptr *QQmlNetworkAccessManagerFactory) QQmlNetworkAccessManagerFactory_PTR() *QQmlNetworkAccessManagerFactory
func (*QQmlNetworkAccessManagerFactory) SetObjectNameAbs ¶
func (ptr *QQmlNetworkAccessManagerFactory) SetObjectNameAbs(name string)
func (*QQmlNetworkAccessManagerFactory) SetPointer ¶
func (p *QQmlNetworkAccessManagerFactory) SetPointer(ptr unsafe.Pointer)
type QQmlNetworkAccessManagerFactory_ITF ¶
type QQmlNetworkAccessManagerFactory_ITF interface {
QQmlNetworkAccessManagerFactory_PTR() *QQmlNetworkAccessManagerFactory
}
type QQmlParserStatus ¶
type QQmlParserStatus struct {
// contains filtered or unexported fields
}
func NewQQmlParserStatusFromPointer ¶
func NewQQmlParserStatusFromPointer(ptr unsafe.Pointer) *QQmlParserStatus
func (*QQmlParserStatus) ClassBegin ¶
func (ptr *QQmlParserStatus) ClassBegin()
func (*QQmlParserStatus) ComponentComplete ¶
func (ptr *QQmlParserStatus) ComponentComplete()
func (*QQmlParserStatus) Pointer ¶
func (p *QQmlParserStatus) Pointer() unsafe.Pointer
func (*QQmlParserStatus) QQmlParserStatus_PTR ¶
func (ptr *QQmlParserStatus) QQmlParserStatus_PTR() *QQmlParserStatus
func (*QQmlParserStatus) SetPointer ¶
func (p *QQmlParserStatus) SetPointer(ptr unsafe.Pointer)
type QQmlParserStatus_ITF ¶
type QQmlParserStatus_ITF interface {
QQmlParserStatus_PTR() *QQmlParserStatus
}
type QQmlProperty ¶
type QQmlProperty struct {
// contains filtered or unexported fields
}
func NewQQmlProperty ¶
func NewQQmlProperty() *QQmlProperty
func NewQQmlProperty2 ¶
func NewQQmlProperty2(obj core.QObject_ITF) *QQmlProperty
func NewQQmlProperty3 ¶
func NewQQmlProperty3(obj core.QObject_ITF, ctxt QQmlContext_ITF) *QQmlProperty
func NewQQmlProperty4 ¶
func NewQQmlProperty4(obj core.QObject_ITF, engine QQmlEngine_ITF) *QQmlProperty
func NewQQmlProperty5 ¶
func NewQQmlProperty5(obj core.QObject_ITF, name string) *QQmlProperty
func NewQQmlProperty6 ¶
func NewQQmlProperty6(obj core.QObject_ITF, name string, ctxt QQmlContext_ITF) *QQmlProperty
func NewQQmlProperty7 ¶
func NewQQmlProperty7(obj core.QObject_ITF, name string, engine QQmlEngine_ITF) *QQmlProperty
func NewQQmlProperty8 ¶
func NewQQmlProperty8(other QQmlProperty_ITF) *QQmlProperty
func NewQQmlPropertyFromPointer ¶
func NewQQmlPropertyFromPointer(ptr unsafe.Pointer) *QQmlProperty
func (*QQmlProperty) ConnectNotifySignal ¶
func (ptr *QQmlProperty) ConnectNotifySignal(dest core.QObject_ITF, slot string) bool
func (*QQmlProperty) ConnectNotifySignal2 ¶
func (ptr *QQmlProperty) ConnectNotifySignal2(dest core.QObject_ITF, method int) bool
func (*QQmlProperty) HasNotifySignal ¶
func (ptr *QQmlProperty) HasNotifySignal() bool
func (*QQmlProperty) Index ¶
func (ptr *QQmlProperty) Index() int
func (*QQmlProperty) IsDesignable ¶
func (ptr *QQmlProperty) IsDesignable() bool
func (*QQmlProperty) IsProperty ¶
func (ptr *QQmlProperty) IsProperty() bool
func (*QQmlProperty) IsResettable ¶
func (ptr *QQmlProperty) IsResettable() bool
func (*QQmlProperty) IsSignalProperty ¶
func (ptr *QQmlProperty) IsSignalProperty() bool
func (*QQmlProperty) IsValid ¶
func (ptr *QQmlProperty) IsValid() bool
func (*QQmlProperty) IsWritable ¶
func (ptr *QQmlProperty) IsWritable() bool
func (*QQmlProperty) Name ¶
func (ptr *QQmlProperty) Name() string
func (*QQmlProperty) NeedsNotifySignal ¶
func (ptr *QQmlProperty) NeedsNotifySignal() bool
func (*QQmlProperty) Object ¶
func (ptr *QQmlProperty) Object() *core.QObject
func (*QQmlProperty) Pointer ¶
func (p *QQmlProperty) Pointer() unsafe.Pointer
func (*QQmlProperty) PropertyType ¶
func (ptr *QQmlProperty) PropertyType() int
func (*QQmlProperty) PropertyTypeCategory ¶
func (ptr *QQmlProperty) PropertyTypeCategory() QQmlProperty__PropertyTypeCategory
func (*QQmlProperty) QQmlProperty_PTR ¶
func (ptr *QQmlProperty) QQmlProperty_PTR() *QQmlProperty
func (*QQmlProperty) Read ¶
func (ptr *QQmlProperty) Read() *core.QVariant
func (*QQmlProperty) Reset ¶
func (ptr *QQmlProperty) Reset() bool
func (*QQmlProperty) SetPointer ¶
func (p *QQmlProperty) SetPointer(ptr unsafe.Pointer)
func (*QQmlProperty) Type ¶
func (ptr *QQmlProperty) Type() QQmlProperty__Type
func (*QQmlProperty) Write ¶
func (ptr *QQmlProperty) Write(value core.QVariant_ITF) bool
type QQmlPropertyMap ¶
func NewQQmlPropertyMap ¶
func NewQQmlPropertyMap(parent core.QObject_ITF) *QQmlPropertyMap
func NewQQmlPropertyMapFromPointer ¶
func NewQQmlPropertyMapFromPointer(ptr unsafe.Pointer) *QQmlPropertyMap
func (*QQmlPropertyMap) Clear ¶
func (ptr *QQmlPropertyMap) Clear(key string)
func (*QQmlPropertyMap) ConnectValueChanged ¶
func (ptr *QQmlPropertyMap) ConnectValueChanged(f func(key string, value *core.QVariant))
func (*QQmlPropertyMap) Contains ¶
func (ptr *QQmlPropertyMap) Contains(key string) bool
func (*QQmlPropertyMap) Count ¶
func (ptr *QQmlPropertyMap) Count() int
func (*QQmlPropertyMap) DestroyQQmlPropertyMap ¶
func (ptr *QQmlPropertyMap) DestroyQQmlPropertyMap()
func (*QQmlPropertyMap) DisconnectValueChanged ¶
func (ptr *QQmlPropertyMap) DisconnectValueChanged()
func (*QQmlPropertyMap) IsEmpty ¶
func (ptr *QQmlPropertyMap) IsEmpty() bool
func (*QQmlPropertyMap) Keys ¶
func (ptr *QQmlPropertyMap) Keys() []string
func (*QQmlPropertyMap) QQmlPropertyMap_PTR ¶
func (ptr *QQmlPropertyMap) QQmlPropertyMap_PTR() *QQmlPropertyMap
func (*QQmlPropertyMap) Size ¶
func (ptr *QQmlPropertyMap) Size() int
type QQmlPropertyMap_ITF ¶
type QQmlPropertyMap_ITF interface { core.QObject_ITF QQmlPropertyMap_PTR() *QQmlPropertyMap }
type QQmlPropertyValueSource ¶
type QQmlPropertyValueSource struct {
// contains filtered or unexported fields
}
func NewQQmlPropertyValueSourceFromPointer ¶
func NewQQmlPropertyValueSourceFromPointer(ptr unsafe.Pointer) *QQmlPropertyValueSource
func (*QQmlPropertyValueSource) DestroyQQmlPropertyValueSource ¶
func (ptr *QQmlPropertyValueSource) DestroyQQmlPropertyValueSource()
func (*QQmlPropertyValueSource) ObjectNameAbs ¶
func (ptr *QQmlPropertyValueSource) ObjectNameAbs() string
func (*QQmlPropertyValueSource) Pointer ¶
func (p *QQmlPropertyValueSource) Pointer() unsafe.Pointer
func (*QQmlPropertyValueSource) QQmlPropertyValueSource_PTR ¶
func (ptr *QQmlPropertyValueSource) QQmlPropertyValueSource_PTR() *QQmlPropertyValueSource
func (*QQmlPropertyValueSource) SetObjectNameAbs ¶
func (ptr *QQmlPropertyValueSource) SetObjectNameAbs(name string)
func (*QQmlPropertyValueSource) SetPointer ¶
func (p *QQmlPropertyValueSource) SetPointer(ptr unsafe.Pointer)
func (*QQmlPropertyValueSource) SetTarget ¶
func (ptr *QQmlPropertyValueSource) SetTarget(property QQmlProperty_ITF)
type QQmlPropertyValueSource_ITF ¶
type QQmlPropertyValueSource_ITF interface {
QQmlPropertyValueSource_PTR() *QQmlPropertyValueSource
}
type QQmlProperty_ITF ¶
type QQmlProperty_ITF interface {
QQmlProperty_PTR() *QQmlProperty
}
type QQmlProperty__PropertyTypeCategory ¶
type QQmlProperty__PropertyTypeCategory int64
QQmlProperty::PropertyTypeCategory
type QQmlScriptString ¶
type QQmlScriptString struct {
// contains filtered or unexported fields
}
func NewQQmlScriptString ¶
func NewQQmlScriptString() *QQmlScriptString
func NewQQmlScriptString2 ¶
func NewQQmlScriptString2(other QQmlScriptString_ITF) *QQmlScriptString
func NewQQmlScriptStringFromPointer ¶
func NewQQmlScriptStringFromPointer(ptr unsafe.Pointer) *QQmlScriptString
func (*QQmlScriptString) BooleanLiteral ¶
func (ptr *QQmlScriptString) BooleanLiteral(ok bool) bool
func (*QQmlScriptString) IsEmpty ¶
func (ptr *QQmlScriptString) IsEmpty() bool
func (*QQmlScriptString) IsNullLiteral ¶
func (ptr *QQmlScriptString) IsNullLiteral() bool
func (*QQmlScriptString) IsUndefinedLiteral ¶
func (ptr *QQmlScriptString) IsUndefinedLiteral() bool
func (*QQmlScriptString) NumberLiteral ¶
func (ptr *QQmlScriptString) NumberLiteral(ok bool) float64
func (*QQmlScriptString) Pointer ¶
func (p *QQmlScriptString) Pointer() unsafe.Pointer
func (*QQmlScriptString) QQmlScriptString_PTR ¶
func (ptr *QQmlScriptString) QQmlScriptString_PTR() *QQmlScriptString
func (*QQmlScriptString) SetPointer ¶
func (p *QQmlScriptString) SetPointer(ptr unsafe.Pointer)
func (*QQmlScriptString) StringLiteral ¶
func (ptr *QQmlScriptString) StringLiteral() string
type QQmlScriptString_ITF ¶
type QQmlScriptString_ITF interface {
QQmlScriptString_PTR() *QQmlScriptString
}
Source Files ¶
- cgo_linux_amd64.go
- qjsengine.go
- qjsvalue.go
- qjsvalueiterator.go
- qqmlabstracturlinterceptor.go
- qqmlapplicationengine.go
- qqmlcomponent.go
- qqmlcontext.go
- qqmlengine.go
- qqmlerror.go
- qqmlexpression.go
- qqmlextensionplugin.go
- qqmlfileselector.go
- qqmlimageproviderbase.go
- qqmlincubationcontroller.go
- qqmlincubator.go
- qqmllistproperty.go
- qqmllistreference.go
- qqmlnetworkaccessmanagerfactory.go
- qqmlparserstatus.go
- qqmlproperty.go
- qqmlpropertymap.go
- qqmlpropertyvaluesource.go
- qqmlscriptstring.go
Click to show internal directories.
Click to hide internal directories.