speech

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

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PointerFromQTextToSpeech

func PointerFromQTextToSpeech(ptr QTextToSpeech_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngine

func PointerFromQTextToSpeechEngine(ptr QTextToSpeechEngine_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineAndroid

func PointerFromQTextToSpeechEngineAndroid(ptr QTextToSpeechEngineAndroid_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineFlite

func PointerFromQTextToSpeechEngineFlite(ptr QTextToSpeechEngineFlite_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineIos

func PointerFromQTextToSpeechEngineIos(ptr QTextToSpeechEngineIos_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineOsx

func PointerFromQTextToSpeechEngineOsx(ptr QTextToSpeechEngineOsx_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineSapi

func PointerFromQTextToSpeechEngineSapi(ptr QTextToSpeechEngineSapi_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineSpeechd

func PointerFromQTextToSpeechEngineSpeechd(ptr QTextToSpeechEngineSpeechd_ITF) unsafe.Pointer

func PointerFromQTextToSpeechEngineWinRT

func PointerFromQTextToSpeechEngineWinRT(ptr QTextToSpeechEngineWinRT_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPlugin

func PointerFromQTextToSpeechPlugin(ptr QTextToSpeechPlugin_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginAndroid

func PointerFromQTextToSpeechPluginAndroid(ptr QTextToSpeechPluginAndroid_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginFlite

func PointerFromQTextToSpeechPluginFlite(ptr QTextToSpeechPluginFlite_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginIos

func PointerFromQTextToSpeechPluginIos(ptr QTextToSpeechPluginIos_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginOsx

func PointerFromQTextToSpeechPluginOsx(ptr QTextToSpeechPluginOsx_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginSapi

func PointerFromQTextToSpeechPluginSapi(ptr QTextToSpeechPluginSapi_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginSpeechd

func PointerFromQTextToSpeechPluginSpeechd(ptr QTextToSpeechPluginSpeechd_ITF) unsafe.Pointer

func PointerFromQTextToSpeechPluginWinRT

func PointerFromQTextToSpeechPluginWinRT(ptr QTextToSpeechPluginWinRT_ITF) unsafe.Pointer

func PointerFromQTextToSpeechProcessorFlite

func PointerFromQTextToSpeechProcessorFlite(ptr QTextToSpeechProcessorFlite_ITF) unsafe.Pointer

func PointerFromQVoice

func PointerFromQVoice(ptr QVoice_ITF) unsafe.Pointer

func QTextToSpeechEngine_VoiceData

func QTextToSpeechEngine_VoiceData(voice QVoice_ITF) *core.QVariant

func QTextToSpeech_AvailableEngines

func QTextToSpeech_AvailableEngines() []string

func QVoice_AgeName

func QVoice_AgeName(age QVoice__Age) string

func QVoice_GenderName

func QVoice_GenderName(gender QVoice__Gender) string

Types

type QTextToSpeech

type QTextToSpeech struct {
	core.QObject
}

func NewQTextToSpeech

func NewQTextToSpeech(parent core.QObject_ITF) *QTextToSpeech

func NewQTextToSpeech2

func NewQTextToSpeech2(engine string, parent core.QObject_ITF) *QTextToSpeech

func NewQTextToSpeechFromPointer

func NewQTextToSpeechFromPointer(ptr unsafe.Pointer) (n *QTextToSpeech)

func (*QTextToSpeech) AvailableEngines

func (ptr *QTextToSpeech) AvailableEngines() []string

func (*QTextToSpeech) AvailableLocales

func (ptr *QTextToSpeech) AvailableLocales() []*core.QLocale

func (*QTextToSpeech) AvailableVoices

func (ptr *QTextToSpeech) AvailableVoices() []*QVoice

func (*QTextToSpeech) ChildEventDefault

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

func (*QTextToSpeech) ClassNameInternalF

func (n *QTextToSpeech) ClassNameInternalF() string

func (*QTextToSpeech) ConnectLocaleChanged

func (ptr *QTextToSpeech) ConnectLocaleChanged(f func(locale *core.QLocale))

func (*QTextToSpeech) ConnectNotifyDefault

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

func (*QTextToSpeech) ConnectPause

func (ptr *QTextToSpeech) ConnectPause(f func())

func (*QTextToSpeech) ConnectPitchChanged

func (ptr *QTextToSpeech) ConnectPitchChanged(f func(pitch float64))

func (*QTextToSpeech) ConnectRateChanged

func (ptr *QTextToSpeech) ConnectRateChanged(f func(rate float64))

func (*QTextToSpeech) ConnectResume

func (ptr *QTextToSpeech) ConnectResume(f func())

func (*QTextToSpeech) ConnectSay

func (ptr *QTextToSpeech) ConnectSay(f func(text string))

func (*QTextToSpeech) ConnectSetLocale

func (ptr *QTextToSpeech) ConnectSetLocale(f func(locale *core.QLocale))

func (*QTextToSpeech) ConnectSetPitch

func (ptr *QTextToSpeech) ConnectSetPitch(f func(pitch float64))

func (*QTextToSpeech) ConnectSetRate

func (ptr *QTextToSpeech) ConnectSetRate(f func(rate float64))

func (*QTextToSpeech) ConnectSetVoice

func (ptr *QTextToSpeech) ConnectSetVoice(f func(voice *QVoice))

func (*QTextToSpeech) ConnectSetVolume

func (ptr *QTextToSpeech) ConnectSetVolume(f func(volume float64))

func (*QTextToSpeech) ConnectStateChanged

func (ptr *QTextToSpeech) ConnectStateChanged(f func(state QTextToSpeech__State))

func (*QTextToSpeech) ConnectStop

func (ptr *QTextToSpeech) ConnectStop(f func())

func (*QTextToSpeech) ConnectVolumeChanged

func (ptr *QTextToSpeech) ConnectVolumeChanged(f func(volume int))

func (*QTextToSpeech) ConnectVolumeChanged2

func (ptr *QTextToSpeech) ConnectVolumeChanged2(f func(volume float64))

func (*QTextToSpeech) CustomEventDefault

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

func (*QTextToSpeech) DeleteLaterDefault

func (ptr *QTextToSpeech) DeleteLaterDefault()

func (*QTextToSpeech) DestroyQTextToSpeech

func (ptr *QTextToSpeech) DestroyQTextToSpeech()

func (*QTextToSpeech) DisconnectLocaleChanged

func (ptr *QTextToSpeech) DisconnectLocaleChanged()

func (*QTextToSpeech) DisconnectNotifyDefault

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

func (*QTextToSpeech) DisconnectPause

func (ptr *QTextToSpeech) DisconnectPause()

func (*QTextToSpeech) DisconnectPitchChanged

func (ptr *QTextToSpeech) DisconnectPitchChanged()

func (*QTextToSpeech) DisconnectRateChanged

func (ptr *QTextToSpeech) DisconnectRateChanged()

func (*QTextToSpeech) DisconnectResume

func (ptr *QTextToSpeech) DisconnectResume()

func (*QTextToSpeech) DisconnectSay

func (ptr *QTextToSpeech) DisconnectSay()

func (*QTextToSpeech) DisconnectSetLocale

func (ptr *QTextToSpeech) DisconnectSetLocale()

func (*QTextToSpeech) DisconnectSetPitch

func (ptr *QTextToSpeech) DisconnectSetPitch()

func (*QTextToSpeech) DisconnectSetRate

func (ptr *QTextToSpeech) DisconnectSetRate()

func (*QTextToSpeech) DisconnectSetVoice

func (ptr *QTextToSpeech) DisconnectSetVoice()

func (*QTextToSpeech) DisconnectSetVolume

func (ptr *QTextToSpeech) DisconnectSetVolume()

func (*QTextToSpeech) DisconnectStateChanged

func (ptr *QTextToSpeech) DisconnectStateChanged()

func (*QTextToSpeech) DisconnectStop

func (ptr *QTextToSpeech) DisconnectStop()

func (*QTextToSpeech) DisconnectVolumeChanged

func (ptr *QTextToSpeech) DisconnectVolumeChanged()

func (*QTextToSpeech) DisconnectVolumeChanged2

func (ptr *QTextToSpeech) DisconnectVolumeChanged2()

func (*QTextToSpeech) EventDefault

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

func (*QTextToSpeech) EventFilterDefault

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

func (*QTextToSpeech) InitFromInternal

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

func (*QTextToSpeech) Locale

func (ptr *QTextToSpeech) Locale() *core.QLocale

func (*QTextToSpeech) LocaleChanged

func (ptr *QTextToSpeech) LocaleChanged(locale core.QLocale_ITF)

func (*QTextToSpeech) MetaObjectDefault

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

func (*QTextToSpeech) Pause

func (ptr *QTextToSpeech) Pause()

func (*QTextToSpeech) PauseDefault

func (ptr *QTextToSpeech) PauseDefault()

func (*QTextToSpeech) Pitch

func (ptr *QTextToSpeech) Pitch() float64

func (*QTextToSpeech) PitchChanged

func (ptr *QTextToSpeech) PitchChanged(pitch float64)

func (*QTextToSpeech) Pointer

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

func (*QTextToSpeech) QTextToSpeech_PTR

func (ptr *QTextToSpeech) QTextToSpeech_PTR() *QTextToSpeech

func (*QTextToSpeech) Rate

func (ptr *QTextToSpeech) Rate() float64

func (*QTextToSpeech) RateChanged

func (ptr *QTextToSpeech) RateChanged(rate float64)

func (*QTextToSpeech) Resume

func (ptr *QTextToSpeech) Resume()

func (*QTextToSpeech) ResumeDefault

func (ptr *QTextToSpeech) ResumeDefault()

func (*QTextToSpeech) Say

func (ptr *QTextToSpeech) Say(text string)

func (*QTextToSpeech) SayDefault

func (ptr *QTextToSpeech) SayDefault(text string)

func (*QTextToSpeech) SetLocale

func (ptr *QTextToSpeech) SetLocale(locale core.QLocale_ITF)

func (*QTextToSpeech) SetLocaleDefault

func (ptr *QTextToSpeech) SetLocaleDefault(locale core.QLocale_ITF)

func (*QTextToSpeech) SetPitch

func (ptr *QTextToSpeech) SetPitch(pitch float64)

func (*QTextToSpeech) SetPitchDefault

func (ptr *QTextToSpeech) SetPitchDefault(pitch float64)

func (*QTextToSpeech) SetPointer

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

func (*QTextToSpeech) SetRate

func (ptr *QTextToSpeech) SetRate(rate float64)

func (*QTextToSpeech) SetRateDefault

func (ptr *QTextToSpeech) SetRateDefault(rate float64)

func (*QTextToSpeech) SetVoice

func (ptr *QTextToSpeech) SetVoice(voice QVoice_ITF)

func (*QTextToSpeech) SetVoiceDefault

func (ptr *QTextToSpeech) SetVoiceDefault(voice QVoice_ITF)

func (*QTextToSpeech) SetVolume

func (ptr *QTextToSpeech) SetVolume(volume float64)

func (*QTextToSpeech) SetVolumeDefault

func (ptr *QTextToSpeech) SetVolumeDefault(volume float64)

func (*QTextToSpeech) State

func (ptr *QTextToSpeech) State() QTextToSpeech__State

func (*QTextToSpeech) StateChanged

func (ptr *QTextToSpeech) StateChanged(state QTextToSpeech__State)

func (*QTextToSpeech) Stop

func (ptr *QTextToSpeech) Stop()

func (*QTextToSpeech) StopDefault

func (ptr *QTextToSpeech) StopDefault()

func (*QTextToSpeech) TimerEventDefault

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

func (*QTextToSpeech) Voice

func (ptr *QTextToSpeech) Voice() *QVoice

func (*QTextToSpeech) Volume

func (ptr *QTextToSpeech) Volume() float64

func (*QTextToSpeech) VolumeChanged

func (ptr *QTextToSpeech) VolumeChanged(volume int)

func (*QTextToSpeech) VolumeChanged2

func (ptr *QTextToSpeech) VolumeChanged2(volume float64)

type QTextToSpeechEngine

type QTextToSpeechEngine struct {
	core.QObject
}

func NewQTextToSpeechEngine

func NewQTextToSpeechEngine(parent core.QObject_ITF) *QTextToSpeechEngine

func NewQTextToSpeechEngineFromPointer

func NewQTextToSpeechEngineFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngine)

func (*QTextToSpeechEngine) AvailableLocales

func (ptr *QTextToSpeechEngine) AvailableLocales() []*core.QLocale

func (*QTextToSpeechEngine) AvailableVoices

func (ptr *QTextToSpeechEngine) AvailableVoices() []*QVoice

func (*QTextToSpeechEngine) ChildEventDefault

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

func (*QTextToSpeechEngine) ClassNameInternalF

func (n *QTextToSpeechEngine) ClassNameInternalF() string

func (*QTextToSpeechEngine) ConnectAvailableLocales

func (ptr *QTextToSpeechEngine) ConnectAvailableLocales(f func() []*core.QLocale)

func (*QTextToSpeechEngine) ConnectAvailableVoices

func (ptr *QTextToSpeechEngine) ConnectAvailableVoices(f func() []*QVoice)

func (*QTextToSpeechEngine) ConnectLocale

func (ptr *QTextToSpeechEngine) ConnectLocale(f func() *core.QLocale)

func (*QTextToSpeechEngine) ConnectNotifyDefault

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

func (*QTextToSpeechEngine) ConnectPause

func (ptr *QTextToSpeechEngine) ConnectPause(f func())

func (*QTextToSpeechEngine) ConnectPitch

func (ptr *QTextToSpeechEngine) ConnectPitch(f func() float64)

func (*QTextToSpeechEngine) ConnectRate

func (ptr *QTextToSpeechEngine) ConnectRate(f func() float64)

func (*QTextToSpeechEngine) ConnectResume

func (ptr *QTextToSpeechEngine) ConnectResume(f func())

func (*QTextToSpeechEngine) ConnectSay

func (ptr *QTextToSpeechEngine) ConnectSay(f func(text string))

func (*QTextToSpeechEngine) ConnectSetLocale

func (ptr *QTextToSpeechEngine) ConnectSetLocale(f func(locale *core.QLocale) bool)

func (*QTextToSpeechEngine) ConnectSetPitch

func (ptr *QTextToSpeechEngine) ConnectSetPitch(f func(pitch float64) bool)

func (*QTextToSpeechEngine) ConnectSetRate

func (ptr *QTextToSpeechEngine) ConnectSetRate(f func(rate float64) bool)

func (*QTextToSpeechEngine) ConnectSetVoice

func (ptr *QTextToSpeechEngine) ConnectSetVoice(f func(voice *QVoice) bool)

func (*QTextToSpeechEngine) ConnectSetVolume

func (ptr *QTextToSpeechEngine) ConnectSetVolume(f func(volume float64) bool)

func (*QTextToSpeechEngine) ConnectState

func (ptr *QTextToSpeechEngine) ConnectState(f func() QTextToSpeech__State)

func (*QTextToSpeechEngine) ConnectStateChanged

func (ptr *QTextToSpeechEngine) ConnectStateChanged(f func(state QTextToSpeech__State))

func (*QTextToSpeechEngine) ConnectStop

func (ptr *QTextToSpeechEngine) ConnectStop(f func())

func (*QTextToSpeechEngine) ConnectVoice

func (ptr *QTextToSpeechEngine) ConnectVoice(f func() *QVoice)

func (*QTextToSpeechEngine) ConnectVolume

func (ptr *QTextToSpeechEngine) ConnectVolume(f func() float64)

func (*QTextToSpeechEngine) CreateVoice

func (ptr *QTextToSpeechEngine) CreateVoice(name string, gender QVoice__Gender, age QVoice__Age, data core.QVariant_ITF) *QVoice

func (*QTextToSpeechEngine) CustomEventDefault

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

func (*QTextToSpeechEngine) DeleteLaterDefault

func (ptr *QTextToSpeechEngine) DeleteLaterDefault()

func (*QTextToSpeechEngine) DestroyQTextToSpeechEngine

func (ptr *QTextToSpeechEngine) DestroyQTextToSpeechEngine()

func (*QTextToSpeechEngine) DisconnectAvailableLocales

func (ptr *QTextToSpeechEngine) DisconnectAvailableLocales()

func (*QTextToSpeechEngine) DisconnectAvailableVoices

func (ptr *QTextToSpeechEngine) DisconnectAvailableVoices()

func (*QTextToSpeechEngine) DisconnectLocale

func (ptr *QTextToSpeechEngine) DisconnectLocale()

func (*QTextToSpeechEngine) DisconnectNotifyDefault

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

func (*QTextToSpeechEngine) DisconnectPause

func (ptr *QTextToSpeechEngine) DisconnectPause()

func (*QTextToSpeechEngine) DisconnectPitch

func (ptr *QTextToSpeechEngine) DisconnectPitch()

func (*QTextToSpeechEngine) DisconnectRate

func (ptr *QTextToSpeechEngine) DisconnectRate()

func (*QTextToSpeechEngine) DisconnectResume

func (ptr *QTextToSpeechEngine) DisconnectResume()

func (*QTextToSpeechEngine) DisconnectSay

func (ptr *QTextToSpeechEngine) DisconnectSay()

func (*QTextToSpeechEngine) DisconnectSetLocale

func (ptr *QTextToSpeechEngine) DisconnectSetLocale()

func (*QTextToSpeechEngine) DisconnectSetPitch

func (ptr *QTextToSpeechEngine) DisconnectSetPitch()

func (*QTextToSpeechEngine) DisconnectSetRate

func (ptr *QTextToSpeechEngine) DisconnectSetRate()

func (*QTextToSpeechEngine) DisconnectSetVoice

func (ptr *QTextToSpeechEngine) DisconnectSetVoice()

func (*QTextToSpeechEngine) DisconnectSetVolume

func (ptr *QTextToSpeechEngine) DisconnectSetVolume()

func (*QTextToSpeechEngine) DisconnectState

func (ptr *QTextToSpeechEngine) DisconnectState()

func (*QTextToSpeechEngine) DisconnectStateChanged

func (ptr *QTextToSpeechEngine) DisconnectStateChanged()

func (*QTextToSpeechEngine) DisconnectStop

func (ptr *QTextToSpeechEngine) DisconnectStop()

func (*QTextToSpeechEngine) DisconnectVoice

func (ptr *QTextToSpeechEngine) DisconnectVoice()

func (*QTextToSpeechEngine) DisconnectVolume

func (ptr *QTextToSpeechEngine) DisconnectVolume()

func (*QTextToSpeechEngine) EventDefault

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

func (*QTextToSpeechEngine) EventFilterDefault

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

func (*QTextToSpeechEngine) InitFromInternal

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

func (*QTextToSpeechEngine) Locale

func (ptr *QTextToSpeechEngine) Locale() *core.QLocale

func (*QTextToSpeechEngine) MetaObjectDefault

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

func (*QTextToSpeechEngine) Pause

func (ptr *QTextToSpeechEngine) Pause()

func (*QTextToSpeechEngine) Pitch

func (ptr *QTextToSpeechEngine) Pitch() float64

func (*QTextToSpeechEngine) Pointer

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

func (*QTextToSpeechEngine) QTextToSpeechEngine_PTR

func (ptr *QTextToSpeechEngine) QTextToSpeechEngine_PTR() *QTextToSpeechEngine

func (*QTextToSpeechEngine) Rate

func (ptr *QTextToSpeechEngine) Rate() float64

func (*QTextToSpeechEngine) Resume

func (ptr *QTextToSpeechEngine) Resume()

func (*QTextToSpeechEngine) Say

func (ptr *QTextToSpeechEngine) Say(text string)

func (*QTextToSpeechEngine) SetLocale

func (ptr *QTextToSpeechEngine) SetLocale(locale core.QLocale_ITF) bool

func (*QTextToSpeechEngine) SetPitch

func (ptr *QTextToSpeechEngine) SetPitch(pitch float64) bool

func (*QTextToSpeechEngine) SetPointer

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

func (*QTextToSpeechEngine) SetRate

func (ptr *QTextToSpeechEngine) SetRate(rate float64) bool

func (*QTextToSpeechEngine) SetVoice

func (ptr *QTextToSpeechEngine) SetVoice(voice QVoice_ITF) bool

func (*QTextToSpeechEngine) SetVolume

func (ptr *QTextToSpeechEngine) SetVolume(volume float64) bool

func (*QTextToSpeechEngine) State

func (*QTextToSpeechEngine) StateChanged

func (ptr *QTextToSpeechEngine) StateChanged(state QTextToSpeech__State)

func (*QTextToSpeechEngine) Stop

func (ptr *QTextToSpeechEngine) Stop()

func (*QTextToSpeechEngine) TimerEventDefault

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

func (*QTextToSpeechEngine) Voice

func (ptr *QTextToSpeechEngine) Voice() *QVoice

func (*QTextToSpeechEngine) VoiceData

func (ptr *QTextToSpeechEngine) VoiceData(voice QVoice_ITF) *core.QVariant

func (*QTextToSpeechEngine) Volume

func (ptr *QTextToSpeechEngine) Volume() float64

type QTextToSpeechEngineAndroid

type QTextToSpeechEngineAndroid struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineAndroidFromPointer

func NewQTextToSpeechEngineAndroidFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineAndroid)

func (*QTextToSpeechEngineAndroid) ClassNameInternalF

func (n *QTextToSpeechEngineAndroid) ClassNameInternalF() string

func (*QTextToSpeechEngineAndroid) DestroyQTextToSpeechEngineAndroid

func (ptr *QTextToSpeechEngineAndroid) DestroyQTextToSpeechEngineAndroid()

func (*QTextToSpeechEngineAndroid) InitFromInternal

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

func (*QTextToSpeechEngineAndroid) Pointer

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

func (*QTextToSpeechEngineAndroid) QTextToSpeechEngineAndroid_PTR

func (ptr *QTextToSpeechEngineAndroid) QTextToSpeechEngineAndroid_PTR() *QTextToSpeechEngineAndroid

func (*QTextToSpeechEngineAndroid) SetPointer

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

type QTextToSpeechEngineAndroid_ITF

type QTextToSpeechEngineAndroid_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineAndroid_PTR() *QTextToSpeechEngineAndroid
}

type QTextToSpeechEngineFlite

type QTextToSpeechEngineFlite struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineFliteFromPointer

func NewQTextToSpeechEngineFliteFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineFlite)

func (*QTextToSpeechEngineFlite) ClassNameInternalF

func (n *QTextToSpeechEngineFlite) ClassNameInternalF() string

func (*QTextToSpeechEngineFlite) DestroyQTextToSpeechEngineFlite

func (ptr *QTextToSpeechEngineFlite) DestroyQTextToSpeechEngineFlite()

func (*QTextToSpeechEngineFlite) InitFromInternal

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

func (*QTextToSpeechEngineFlite) Pointer

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

func (*QTextToSpeechEngineFlite) QTextToSpeechEngineFlite_PTR

func (ptr *QTextToSpeechEngineFlite) QTextToSpeechEngineFlite_PTR() *QTextToSpeechEngineFlite

func (*QTextToSpeechEngineFlite) SetPointer

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

type QTextToSpeechEngineFlite_ITF

type QTextToSpeechEngineFlite_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineFlite_PTR() *QTextToSpeechEngineFlite
}

type QTextToSpeechEngineIos

type QTextToSpeechEngineIos struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineIosFromPointer

func NewQTextToSpeechEngineIosFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineIos)

func (*QTextToSpeechEngineIos) ClassNameInternalF

func (n *QTextToSpeechEngineIos) ClassNameInternalF() string

func (*QTextToSpeechEngineIos) DestroyQTextToSpeechEngineIos

func (ptr *QTextToSpeechEngineIos) DestroyQTextToSpeechEngineIos()

func (*QTextToSpeechEngineIos) InitFromInternal

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

func (*QTextToSpeechEngineIos) Pointer

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

func (*QTextToSpeechEngineIos) QTextToSpeechEngineIos_PTR

func (ptr *QTextToSpeechEngineIos) QTextToSpeechEngineIos_PTR() *QTextToSpeechEngineIos

func (*QTextToSpeechEngineIos) SetPointer

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

type QTextToSpeechEngineIos_ITF

type QTextToSpeechEngineIos_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineIos_PTR() *QTextToSpeechEngineIos
}

type QTextToSpeechEngineOsx

type QTextToSpeechEngineOsx struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineOsxFromPointer

func NewQTextToSpeechEngineOsxFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineOsx)

func (*QTextToSpeechEngineOsx) ClassNameInternalF

func (n *QTextToSpeechEngineOsx) ClassNameInternalF() string

func (*QTextToSpeechEngineOsx) DestroyQTextToSpeechEngineOsx

func (ptr *QTextToSpeechEngineOsx) DestroyQTextToSpeechEngineOsx()

func (*QTextToSpeechEngineOsx) InitFromInternal

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

func (*QTextToSpeechEngineOsx) Pointer

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

func (*QTextToSpeechEngineOsx) QTextToSpeechEngineOsx_PTR

func (ptr *QTextToSpeechEngineOsx) QTextToSpeechEngineOsx_PTR() *QTextToSpeechEngineOsx

func (*QTextToSpeechEngineOsx) SetPointer

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

type QTextToSpeechEngineOsx_ITF

type QTextToSpeechEngineOsx_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineOsx_PTR() *QTextToSpeechEngineOsx
}

type QTextToSpeechEngineSapi

type QTextToSpeechEngineSapi struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineSapiFromPointer

func NewQTextToSpeechEngineSapiFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineSapi)

func (*QTextToSpeechEngineSapi) ClassNameInternalF

func (n *QTextToSpeechEngineSapi) ClassNameInternalF() string

func (*QTextToSpeechEngineSapi) DestroyQTextToSpeechEngineSapi

func (ptr *QTextToSpeechEngineSapi) DestroyQTextToSpeechEngineSapi()

func (*QTextToSpeechEngineSapi) InitFromInternal

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

func (*QTextToSpeechEngineSapi) Pointer

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

func (*QTextToSpeechEngineSapi) QTextToSpeechEngineSapi_PTR

func (ptr *QTextToSpeechEngineSapi) QTextToSpeechEngineSapi_PTR() *QTextToSpeechEngineSapi

func (*QTextToSpeechEngineSapi) SetPointer

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

type QTextToSpeechEngineSapi_ITF

type QTextToSpeechEngineSapi_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineSapi_PTR() *QTextToSpeechEngineSapi
}

type QTextToSpeechEngineSpeechd

type QTextToSpeechEngineSpeechd struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineSpeechdFromPointer

func NewQTextToSpeechEngineSpeechdFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineSpeechd)

func (*QTextToSpeechEngineSpeechd) ClassNameInternalF

func (n *QTextToSpeechEngineSpeechd) ClassNameInternalF() string

func (*QTextToSpeechEngineSpeechd) DestroyQTextToSpeechEngineSpeechd

func (ptr *QTextToSpeechEngineSpeechd) DestroyQTextToSpeechEngineSpeechd()

func (*QTextToSpeechEngineSpeechd) InitFromInternal

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

func (*QTextToSpeechEngineSpeechd) Pointer

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

func (*QTextToSpeechEngineSpeechd) QTextToSpeechEngineSpeechd_PTR

func (ptr *QTextToSpeechEngineSpeechd) QTextToSpeechEngineSpeechd_PTR() *QTextToSpeechEngineSpeechd

func (*QTextToSpeechEngineSpeechd) SetPointer

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

type QTextToSpeechEngineSpeechd_ITF

type QTextToSpeechEngineSpeechd_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineSpeechd_PTR() *QTextToSpeechEngineSpeechd
}

type QTextToSpeechEngineWinRT

type QTextToSpeechEngineWinRT struct {
	QTextToSpeechEngine
}

func NewQTextToSpeechEngineWinRTFromPointer

func NewQTextToSpeechEngineWinRTFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechEngineWinRT)

func (*QTextToSpeechEngineWinRT) ClassNameInternalF

func (n *QTextToSpeechEngineWinRT) ClassNameInternalF() string

func (*QTextToSpeechEngineWinRT) DestroyQTextToSpeechEngineWinRT

func (ptr *QTextToSpeechEngineWinRT) DestroyQTextToSpeechEngineWinRT()

func (*QTextToSpeechEngineWinRT) InitFromInternal

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

func (*QTextToSpeechEngineWinRT) Pointer

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

func (*QTextToSpeechEngineWinRT) QTextToSpeechEngineWinRT_PTR

func (ptr *QTextToSpeechEngineWinRT) QTextToSpeechEngineWinRT_PTR() *QTextToSpeechEngineWinRT

func (*QTextToSpeechEngineWinRT) SetPointer

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

type QTextToSpeechEngineWinRT_ITF

type QTextToSpeechEngineWinRT_ITF interface {
	QTextToSpeechEngine_ITF
	QTextToSpeechEngineWinRT_PTR() *QTextToSpeechEngineWinRT
}

type QTextToSpeechEngine_ITF

type QTextToSpeechEngine_ITF interface {
	core.QObject_ITF
	QTextToSpeechEngine_PTR() *QTextToSpeechEngine
}

type QTextToSpeechPlugin

type QTextToSpeechPlugin struct {
	internal.Internal
}

func NewQTextToSpeechPluginFromPointer

func NewQTextToSpeechPluginFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPlugin)

func (*QTextToSpeechPlugin) ClassNameInternalF

func (n *QTextToSpeechPlugin) ClassNameInternalF() string

func (*QTextToSpeechPlugin) ConnectCreateTextToSpeechEngine

func (ptr *QTextToSpeechPlugin) ConnectCreateTextToSpeechEngine(f func(parameters map[string]*core.QVariant, parent *core.QObject, errorString string) *QTextToSpeechEngine)

func (*QTextToSpeechPlugin) CreateTextToSpeechEngine

func (ptr *QTextToSpeechPlugin) CreateTextToSpeechEngine(parameters map[string]*core.QVariant, parent core.QObject_ITF, errorString string) *QTextToSpeechEngine

func (*QTextToSpeechPlugin) CreateTextToSpeechEngineDefault

func (ptr *QTextToSpeechPlugin) CreateTextToSpeechEngineDefault(parameters map[string]*core.QVariant, parent core.QObject_ITF, errorString string) *QTextToSpeechEngine

func (*QTextToSpeechPlugin) DestroyQTextToSpeechPlugin

func (ptr *QTextToSpeechPlugin) DestroyQTextToSpeechPlugin()

func (*QTextToSpeechPlugin) DisconnectCreateTextToSpeechEngine

func (ptr *QTextToSpeechPlugin) DisconnectCreateTextToSpeechEngine()

func (*QTextToSpeechPlugin) Pointer

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

func (*QTextToSpeechPlugin) QTextToSpeechPlugin_PTR

func (ptr *QTextToSpeechPlugin) QTextToSpeechPlugin_PTR() *QTextToSpeechPlugin

func (*QTextToSpeechPlugin) SetPointer

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

type QTextToSpeechPluginAndroid

type QTextToSpeechPluginAndroid struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginAndroidFromPointer

func NewQTextToSpeechPluginAndroidFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginAndroid)

func (*QTextToSpeechPluginAndroid) ClassNameInternalF

func (n *QTextToSpeechPluginAndroid) ClassNameInternalF() string

func (*QTextToSpeechPluginAndroid) DestroyQTextToSpeechPluginAndroid

func (ptr *QTextToSpeechPluginAndroid) DestroyQTextToSpeechPluginAndroid()

func (*QTextToSpeechPluginAndroid) InitFromInternal

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

func (*QTextToSpeechPluginAndroid) Pointer

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

func (*QTextToSpeechPluginAndroid) QTextToSpeechPluginAndroid_PTR

func (ptr *QTextToSpeechPluginAndroid) QTextToSpeechPluginAndroid_PTR() *QTextToSpeechPluginAndroid

func (*QTextToSpeechPluginAndroid) SetPointer

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

type QTextToSpeechPluginAndroid_ITF

type QTextToSpeechPluginAndroid_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginAndroid_PTR() *QTextToSpeechPluginAndroid
}

type QTextToSpeechPluginFlite

type QTextToSpeechPluginFlite struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginFliteFromPointer

func NewQTextToSpeechPluginFliteFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginFlite)

func (*QTextToSpeechPluginFlite) ClassNameInternalF

func (n *QTextToSpeechPluginFlite) ClassNameInternalF() string

func (*QTextToSpeechPluginFlite) DestroyQTextToSpeechPluginFlite

func (ptr *QTextToSpeechPluginFlite) DestroyQTextToSpeechPluginFlite()

func (*QTextToSpeechPluginFlite) InitFromInternal

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

func (*QTextToSpeechPluginFlite) Pointer

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

func (*QTextToSpeechPluginFlite) QTextToSpeechPluginFlite_PTR

func (ptr *QTextToSpeechPluginFlite) QTextToSpeechPluginFlite_PTR() *QTextToSpeechPluginFlite

func (*QTextToSpeechPluginFlite) SetPointer

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

type QTextToSpeechPluginFlite_ITF

type QTextToSpeechPluginFlite_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginFlite_PTR() *QTextToSpeechPluginFlite
}

type QTextToSpeechPluginIos

type QTextToSpeechPluginIos struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginIosFromPointer

func NewQTextToSpeechPluginIosFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginIos)

func (*QTextToSpeechPluginIos) ClassNameInternalF

func (n *QTextToSpeechPluginIos) ClassNameInternalF() string

func (*QTextToSpeechPluginIos) DestroyQTextToSpeechPluginIos

func (ptr *QTextToSpeechPluginIos) DestroyQTextToSpeechPluginIos()

func (*QTextToSpeechPluginIos) InitFromInternal

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

func (*QTextToSpeechPluginIos) Pointer

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

func (*QTextToSpeechPluginIos) QTextToSpeechPluginIos_PTR

func (ptr *QTextToSpeechPluginIos) QTextToSpeechPluginIos_PTR() *QTextToSpeechPluginIos

func (*QTextToSpeechPluginIos) SetPointer

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

type QTextToSpeechPluginIos_ITF

type QTextToSpeechPluginIos_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginIos_PTR() *QTextToSpeechPluginIos
}

type QTextToSpeechPluginOsx

type QTextToSpeechPluginOsx struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginOsxFromPointer

func NewQTextToSpeechPluginOsxFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginOsx)

func (*QTextToSpeechPluginOsx) ClassNameInternalF

func (n *QTextToSpeechPluginOsx) ClassNameInternalF() string

func (*QTextToSpeechPluginOsx) DestroyQTextToSpeechPluginOsx

func (ptr *QTextToSpeechPluginOsx) DestroyQTextToSpeechPluginOsx()

func (*QTextToSpeechPluginOsx) InitFromInternal

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

func (*QTextToSpeechPluginOsx) Pointer

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

func (*QTextToSpeechPluginOsx) QTextToSpeechPluginOsx_PTR

func (ptr *QTextToSpeechPluginOsx) QTextToSpeechPluginOsx_PTR() *QTextToSpeechPluginOsx

func (*QTextToSpeechPluginOsx) SetPointer

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

type QTextToSpeechPluginOsx_ITF

type QTextToSpeechPluginOsx_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginOsx_PTR() *QTextToSpeechPluginOsx
}

type QTextToSpeechPluginSapi

type QTextToSpeechPluginSapi struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginSapiFromPointer

func NewQTextToSpeechPluginSapiFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginSapi)

func (*QTextToSpeechPluginSapi) ClassNameInternalF

func (n *QTextToSpeechPluginSapi) ClassNameInternalF() string

func (*QTextToSpeechPluginSapi) DestroyQTextToSpeechPluginSapi

func (ptr *QTextToSpeechPluginSapi) DestroyQTextToSpeechPluginSapi()

func (*QTextToSpeechPluginSapi) InitFromInternal

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

func (*QTextToSpeechPluginSapi) Pointer

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

func (*QTextToSpeechPluginSapi) QTextToSpeechPluginSapi_PTR

func (ptr *QTextToSpeechPluginSapi) QTextToSpeechPluginSapi_PTR() *QTextToSpeechPluginSapi

func (*QTextToSpeechPluginSapi) SetPointer

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

type QTextToSpeechPluginSapi_ITF

type QTextToSpeechPluginSapi_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginSapi_PTR() *QTextToSpeechPluginSapi
}

type QTextToSpeechPluginSpeechd

type QTextToSpeechPluginSpeechd struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginSpeechdFromPointer

func NewQTextToSpeechPluginSpeechdFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginSpeechd)

func (*QTextToSpeechPluginSpeechd) ClassNameInternalF

func (n *QTextToSpeechPluginSpeechd) ClassNameInternalF() string

func (*QTextToSpeechPluginSpeechd) DestroyQTextToSpeechPluginSpeechd

func (ptr *QTextToSpeechPluginSpeechd) DestroyQTextToSpeechPluginSpeechd()

func (*QTextToSpeechPluginSpeechd) InitFromInternal

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

func (*QTextToSpeechPluginSpeechd) Pointer

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

func (*QTextToSpeechPluginSpeechd) QTextToSpeechPluginSpeechd_PTR

func (ptr *QTextToSpeechPluginSpeechd) QTextToSpeechPluginSpeechd_PTR() *QTextToSpeechPluginSpeechd

func (*QTextToSpeechPluginSpeechd) SetPointer

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

type QTextToSpeechPluginSpeechd_ITF

type QTextToSpeechPluginSpeechd_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginSpeechd_PTR() *QTextToSpeechPluginSpeechd
}

type QTextToSpeechPluginWinRT

type QTextToSpeechPluginWinRT struct {
	core.QObject
	QTextToSpeechPlugin
}

func NewQTextToSpeechPluginWinRTFromPointer

func NewQTextToSpeechPluginWinRTFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechPluginWinRT)

func (*QTextToSpeechPluginWinRT) ClassNameInternalF

func (n *QTextToSpeechPluginWinRT) ClassNameInternalF() string

func (*QTextToSpeechPluginWinRT) DestroyQTextToSpeechPluginWinRT

func (ptr *QTextToSpeechPluginWinRT) DestroyQTextToSpeechPluginWinRT()

func (*QTextToSpeechPluginWinRT) InitFromInternal

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

func (*QTextToSpeechPluginWinRT) Pointer

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

func (*QTextToSpeechPluginWinRT) QTextToSpeechPluginWinRT_PTR

func (ptr *QTextToSpeechPluginWinRT) QTextToSpeechPluginWinRT_PTR() *QTextToSpeechPluginWinRT

func (*QTextToSpeechPluginWinRT) SetPointer

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

type QTextToSpeechPluginWinRT_ITF

type QTextToSpeechPluginWinRT_ITF interface {
	core.QObject_ITF
	QTextToSpeechPlugin_ITF
	QTextToSpeechPluginWinRT_PTR() *QTextToSpeechPluginWinRT
}

type QTextToSpeechPlugin_ITF

type QTextToSpeechPlugin_ITF interface {
	QTextToSpeechPlugin_PTR() *QTextToSpeechPlugin
}

type QTextToSpeechProcessorFlite

type QTextToSpeechProcessorFlite struct {
	internal.Internal
}

func NewQTextToSpeechProcessorFliteFromPointer

func NewQTextToSpeechProcessorFliteFromPointer(ptr unsafe.Pointer) (n *QTextToSpeechProcessorFlite)

func (*QTextToSpeechProcessorFlite) ClassNameInternalF

func (n *QTextToSpeechProcessorFlite) ClassNameInternalF() string

func (*QTextToSpeechProcessorFlite) DestroyQTextToSpeechProcessorFlite

func (ptr *QTextToSpeechProcessorFlite) DestroyQTextToSpeechProcessorFlite()

func (*QTextToSpeechProcessorFlite) Pointer

func (*QTextToSpeechProcessorFlite) QTextToSpeechProcessorFlite_PTR

func (ptr *QTextToSpeechProcessorFlite) QTextToSpeechProcessorFlite_PTR() *QTextToSpeechProcessorFlite

func (*QTextToSpeechProcessorFlite) SetPointer

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

type QTextToSpeechProcessorFlite_ITF

type QTextToSpeechProcessorFlite_ITF interface {
	QTextToSpeechProcessorFlite_PTR() *QTextToSpeechProcessorFlite
}

type QTextToSpeech_ITF

type QTextToSpeech_ITF interface {
	core.QObject_ITF
	QTextToSpeech_PTR() *QTextToSpeech
}

type QTextToSpeech__State

type QTextToSpeech__State int64

QTextToSpeech::State

const (
	QTextToSpeech__Ready        QTextToSpeech__State = QTextToSpeech__State(0)
	QTextToSpeech__Speaking     QTextToSpeech__State = QTextToSpeech__State(1)
	QTextToSpeech__Paused       QTextToSpeech__State = QTextToSpeech__State(2)
	QTextToSpeech__BackendError QTextToSpeech__State = QTextToSpeech__State(3)
)

type QVoice

type QVoice struct {
	internal.Internal
}

func NewQVoiceFromPointer

func NewQVoiceFromPointer(ptr unsafe.Pointer) (n *QVoice)

func QTextToSpeechEngine_CreateVoice

func QTextToSpeechEngine_CreateVoice(name string, gender QVoice__Gender, age QVoice__Age, data core.QVariant_ITF) *QVoice

func (*QVoice) Age

func (ptr *QVoice) Age() QVoice__Age

func (*QVoice) AgeName

func (ptr *QVoice) AgeName(age QVoice__Age) string

func (*QVoice) ClassNameInternalF

func (n *QVoice) ClassNameInternalF() string

func (*QVoice) DestroyQVoice

func (ptr *QVoice) DestroyQVoice()

func (*QVoice) Gender

func (ptr *QVoice) Gender() QVoice__Gender

func (*QVoice) GenderName

func (ptr *QVoice) GenderName(gender QVoice__Gender) string

func (*QVoice) Name

func (ptr *QVoice) Name() string

func (*QVoice) Pointer

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

func (*QVoice) QVoice_PTR

func (ptr *QVoice) QVoice_PTR() *QVoice

func (*QVoice) SetPointer

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

type QVoice_ITF

type QVoice_ITF interface {
	QVoice_PTR() *QVoice
}

type QVoice__Age

type QVoice__Age int64

QVoice::Age

const (
	QVoice__Child    QVoice__Age = QVoice__Age(0)
	QVoice__Teenager QVoice__Age = QVoice__Age(1)
	QVoice__Adult    QVoice__Age = QVoice__Age(2)
	QVoice__Senior   QVoice__Age = QVoice__Age(3)
	QVoice__Other    QVoice__Age = QVoice__Age(4)
)

type QVoice__Gender

type QVoice__Gender int64

QVoice::Gender

const (
	QVoice__Male    QVoice__Gender = QVoice__Gender(0)
	QVoice__Female  QVoice__Gender = QVoice__Gender(1)
	QVoice__Unknown QVoice__Gender = QVoice__Gender(2)
)

Jump to

Keyboard shortcuts

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