• 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
  • libkttsd
filterconf.h
Go to the documentation of this file.
1 /***************************************************** vim:set ts=4 sw=4 sts=4:
2  Filter Configuration class.
3  This is the interface definition for text filter configuration dialogs.
4  -------------------
5  Copyright:
6  (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
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 FILTERCONF_H
26 #define FILTERCONF_H
27 
28 // Qt includes.
29 #include <QtGui/QWidget>
30 
31 // KDE includes.
32 #include <kconfig.h>
33 #include <kdebug.h>
34 #include <kdemacros.h>
35 
36 class KDE_EXPORT KttsFilterConf : public QWidget{
37  Q_OBJECT
38 
39  public:
43  explicit KttsFilterConf( QWidget *parent, const QVariantList &);
44 
48  virtual ~KttsFilterConf();
49 
68  virtual void load(KConfig *config, const QString &configGroup);
69 
80  virtual void save(KConfig *config, const QString &configGroup);
81 
89  virtual void defaults();
90 
96  virtual bool supportsMultiInstance();
97 
106  virtual QString userPlugInName();
107 
112  virtual bool isSBD();
113 
114  static QString realFilePath(const QString &filename);
115 
116  public slots:
122  void configChanged(){
123  // kDebug() << "KttsFilterConf::configChanged: Running";
124  emit changed(true);
125  }
126 
127  signals:
132  void changed(bool);
133 
134  protected:
142  QString getLocation(const QString &name);
143 
145  QStringList m_path;
146 };
147 
148 #endif //FILTERCONF_H
KttsFilterConf::m_path
QStringList m_path
The system path in a QStringList.
Definition: filterconf.h:145
QWidget
KttsFilterConf::configChanged
void configChanged()
This slot is used internally when the configuration is changed.
Definition: filterconf.h:122
KttsFilterConf
Definition: filterconf.h:36
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