• Skip to content
  • Skip to link menu
KDE API Reference
  • KDE API Reference
  • kdeaccessibility API Reference
  • KDE Home
  • Contact Us
 

jovie

  • sources
  • kde-4.12
  • kdeaccessibility
  • jovie
  • kcmkttsmgr
addtalker.h
Go to the documentation of this file.
1 /***************************************************** vim:set ts=4 sw=4 sts=4:
2  Dialog to allow user to add a new Talker by selecting a language and synthesizer
3  (button). Uses addtalkerwidget.ui.
4  -------------------
5  Copyright 2004 by Gary Cramblitt <garycramblitt@comcast.net>
6  Copyright 2009 by Jeremy Whiting <jpwhiting@kde.org>
7  -------------------
8  Original author: Gary Cramblitt <garycramblitt@comcast.net>
9 
10  This program is free software; you can redistribute it and/or modify
11  it under the terms of the GNU General Public License as published by
12  the Free Software Foundation; either version 2 of the License, or
13  (at your option) any later version.
14 
15  This program is distributed in the hope that it will be useful,
16  but WITHOUT ANY WARRANTY; without even the implied warranty of
17  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
18  GNU General Public License for more details.
19 
20  You should have received a copy of the GNU General Public License
21  along with this program; if not, write to the Free Software
22  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
23  ******************************************************************************/
24 
25 #ifndef ADDTALKER_H
26 #define ADDTALKER_H
27 
28 // Qt includes.
29 #include <QtCore/QList>
30 
31 // KDE includes
32 #include <KDialog>
33 
34 #include "../libkttsd/talkercode.h"
35 
36 class TalkerWidget;
37 
38 class AddTalker : public KDialog
39 {
40  Q_OBJECT
41 
42 public:
47  explicit AddTalker(QWidget* parent = 0);
48 
52  ~AddTalker();
53 
58  void setTalkerCode(const TalkerCode & talker);
59 
63  TalkerCode getTalkerCode() const;
64 
65 private:
66  TalkerWidget * mWidget;
67 private slots:
68  void slotTalkerChanged();
69 };
70 
71 #endif
72 
QWidget
KDialog
AddTalker::setTalkerCode
void setTalkerCode(const TalkerCode &talker)
Set the talker configuration to start with.
Definition: addtalker.cpp:55
AddTalker
Definition: addtalker.h:38
AddTalker::AddTalker
AddTalker(QWidget *parent=0)
Constructor.
Definition: addtalker.cpp:36
TalkerCode
Definition: talkercode.h:38
AddTalker::~AddTalker
~AddTalker()
Destructor.
Definition: addtalker.cpp:50
AddTalker::getTalkerCode
TalkerCode getTalkerCode() const
Returns user's chosen talker configuration.
Definition: addtalker.cpp:60
TalkerWidget
Definition: talkerwidget.h:40
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:32:25 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.

jovie

Skip menu "jovie"
  • Main Page
  • Namespace List
  • Alphabetical List
  • Class List
  • Class Hierarchy
  • Class Members
  • File List
  • File Members

kdeaccessibility API Reference

Skip menu "kdeaccessibility API Reference"
  • jovie

Search



Report problems with this website to our bug tracking system.
Contact the specific authors with questions and comments about the page contents.

KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. | Legal