Documentation
class QqTextToSpeechPlugin x1 where #
qTextToSpeechPlugin :: x1 -> IO (QTextToSpeechPlugin ()) #
Instances
QqTextToSpeechPlugin () # | |
Defined in Qtc.Speech.QTextToSpeechPlugin qTextToSpeechPlugin :: () -> IO (QTextToSpeechPlugin ()) # | |
QqTextToSpeechPlugin (QTextToSpeechPlugin t1) # | |
Defined in Qtc.Speech.QTextToSpeechPlugin qTextToSpeechPlugin :: QTextToSpeechPlugin t1 -> IO (QTextToSpeechPlugin ()) # |
class QqTextToSpeechPlugin_nf x1 where #
qTextToSpeechPlugin_nf :: x1 -> IO (QTextToSpeechPlugin ()) #
Instances
QqTextToSpeechPlugin_nf () # | |
Defined in Qtc.Speech.QTextToSpeechPlugin qTextToSpeechPlugin_nf :: () -> IO (QTextToSpeechPlugin ()) # | |
QqTextToSpeechPlugin_nf (QTextToSpeechPlugin t1) # | |
Defined in Qtc.Speech.QTextToSpeechPlugin qTextToSpeechPlugin_nf :: QTextToSpeechPlugin t1 -> IO (QTextToSpeechPlugin ()) # |
class QcreateTextToSpeechEngine x0 x1 where #
createTextToSpeechEngine :: x0 -> x1 -> IO (QTextToSpeechEngine ()) #
Instances
QcreateTextToSpeechEngine (QTextToSpeechPlugin ()) ([(String, QVariant t1_2)], QObject t2, QStringPtr t3) # | |
Defined in Qtc.Speech.QTextToSpeechPlugin createTextToSpeechEngine :: QTextToSpeechPlugin () -> ([(String, QVariant t1_2)], QObject t2, QStringPtr t3) -> IO (QTextToSpeechEngine ()) # | |
QcreateTextToSpeechEngine (QTextToSpeechPluginSc a) ([(String, QVariant t1_2)], QObject t2, QStringPtr t3) # | |
Defined in Qtc.Speech.QTextToSpeechPlugin createTextToSpeechEngine :: QTextToSpeechPluginSc a -> ([(String, QVariant t1_2)], QObject t2, QStringPtr t3) -> IO (QTextToSpeechEngine ()) # |
qTextToSpeechPlugin_delete :: QTextToSpeechPlugin a -> IO () #
qTextToSpeechPlugin_delete1 :: QTextToSpeechPlugin a -> IO () #
Orphan instances
QuserMethod (QTextToSpeechPlugin ()) () (IO ()) # | |
userMethod :: QTextToSpeechPlugin () -> Int -> () -> IO () # | |
QuserMethod (QTextToSpeechPluginSc a) () (IO ()) # | |
userMethod :: QTextToSpeechPluginSc a -> Int -> () -> IO () # | |
QuserMethod (QTextToSpeechPlugin ()) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QTextToSpeechPlugin () -> Int -> QVariant () -> IO (QVariant ()) # | |
QuserMethod (QTextToSpeechPluginSc a) (QVariant ()) (IO (QVariant ())) # | |
userMethod :: QTextToSpeechPluginSc a -> Int -> QVariant () -> IO (QVariant ()) # |