akregator
speechclient.cpp
Go to the documentation of this file.
103 qDebug()<<" SpeechClient::slotSpeak(const Articlessssssssssss& article) :"<<articles.isEmpty()<<" isTextToSpeechInstalled :"<<isTextToSpeechInstalled();
126 for (QList<uint>::ConstIterator it = d->pendingJobs.constBegin(); it != d->pendingJobs.constEnd(); ++it)
192 connect( QDBusConnection::sessionBus().interface(), SIGNAL(serviceUnregistered(QString)), this, SLOT(slotServiceUnregistered(QString)) );
193 connect( QDBusConnection::sessionBus().interface(), SIGNAL(serviceOwnerChanged(QString,QString,QString)), this, SLOT(slotServiceOwnerChanged(QString,QString,QString)) );
209 void SpeechClient::slotServiceOwnerChanged( const QString &service, const QString &, const QString &newOwner )
void signalActivated(bool)
static QString stripTags(const QString &str)
removes HTML/XML tags (everything between < and >) from a string.
Definition: utils.cpp:31
void signalJobsDone()
emitted when all jobs were finished or aborted and no further jobs are queued
Definition: speechclient.h:39
bool isTextToSpeechInstalled() const
Definition: speechclient.cpp:151
A proxy class for Syndication::ItemPtr with some additional methods to assist sorting.
Definition: article.h:61
void textRemoved(const QString &appId, int jobNum, int state)
Definition: speechclient.cpp:137
void signalJobsStarted()
emitted when the job queue was empty before and the first job was just queued
void slotSpeak(const QString &text, const QString &language)
Definition: speechclient.cpp:74
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:58:14 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.