1 /***************************************************************************
2 * Copyright (C) 2008 by Pino Toscano <pino@kde.org> *
4 * This program is free software; you can redistribute it and/or modify *
5 * it under the terms of the GNU General Public License as published by *
6 * the Free Software Foundation; either version 2 of the License, or *
7 * (at your option) any later version. *
8 ***************************************************************************/
15 class OkularTTS
: public QObject
19 OkularTTS( QObject
*parent
= 0 );
22 void say( const QString
&text
);
23 void stopAllSpeechs();
26 void hasSpeechs( bool has
);
27 void errorMessage( const QString
&message
);
30 void slotServiceUnregistered( const QString
& );
31 void slotServiceOwnerChanged( const QString
&, const QString
&, const QString
& );
32 void slotJobStateChanged( const QString
&appId
, int jobNum
, int state
);