Home
last modified time | relevance | path

Searched refs:SpeechPluginObject (Results 1 – 3 of 3) sorted by relevance

/dports/polish/kadu/kadu-4.3/plugins/speech/
H A Dspeech-plugin-object.cpp31 SpeechPluginObject::SpeechPluginObject(QObject *parent) : in SpeechPluginObject() function in SpeechPluginObject
36 SpeechPluginObject::~SpeechPluginObject() in ~SpeechPluginObject()
40 void SpeechPluginObject::setConfigurationUiHandlerRepository(ConfigurationUiHandlerRepository *conf… in setConfigurationUiHandlerRepository()
45 void SpeechPluginObject::setMainConfigurationWindowService(MainConfigurationWindowService *mainConf… in setMainConfigurationWindowService()
50 void SpeechPluginObject::setNotifierRepository(NotifierRepository *notifierRepository) in setNotifierRepository()
55 void SpeechPluginObject::setPathsProvider(PathsProvider *pathsProvider) in setPathsProvider()
60 void SpeechPluginObject::setSpeechConfigurationUiHandler(SpeechConfigurationUiHandler *speechConfig… in setSpeechConfigurationUiHandler()
65 void SpeechPluginObject::setSpeech(Speech *speech) in setSpeech()
70 void SpeechPluginObject::init() in init()
78 void SpeechPluginObject::done() in done()
H A Dspeech-plugin-object.h34 class SpeechPluginObject : public QObject
40 Q_INVOKABLE explicit SpeechPluginObject(QObject *parent = nullptr);
41 virtual ~SpeechPluginObject();
H A Dspeech-module.cpp29 add_type<SpeechPluginObject>(); in SpeechModule()