• 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
  • filters
  • xmltransformer
xmltransformerconf.h
Go to the documentation of this file.
1 /***************************************************** vim:set ts=4 sw=4 sts=4:
2  Generic XML Transformation Filter Configuration class.
3  -------------------
4  Copyright:
5  (C) 2005 by Gary Cramblitt <garycramblitt@comcast.net>
6  -------------------
7  Original author: Gary Cramblitt <garycramblitt@comcast.net>
8 
9  This program is free software; you can redistribute it and/or modify
10  it under the terms of the GNU General Public License as published by
11  the Free Software Foundation; either version 2 of the License, or
12  (at your option) any later version.
13 
14  This program is distributed in the hope that it will be useful,
15  but WITHOUT ANY WARRANTY; without even the implied warranty of
16  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17  GNU General Public License for more details.
18 
19  You should have received a copy of the GNU General Public License
20  along with this program; if not, write to the Free Software
21  Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
22  ******************************************************************************/
23 
24 #ifndef XMLTRANSFORMERCONF_H
25 #define XMLTRANSFORMERCONF_H
26 
27 // Qt includes.
28 #include <QtGui/QWidget>
29 
30 // KDE includes.
31 #include <kconfig.h>
32 #include <kdebug.h>
33 
34 // KTTS includes.
35 #include "filterconf.h"
36 
37 // XmlTransformer includes.
38 #include "ui_xmltransformerconfwidget.h"
39 
40 class XmlTransformerConf : public KttsFilterConf, public Ui::XmlTransformerConfWidget
41 {
42  Q_OBJECT
43 
44  public:
48  explicit XmlTransformerConf( QWidget *parent, const QVariantList &args);
49 
53  virtual ~XmlTransformerConf();
54 
73  virtual void load(KConfig *c, const QString &configGroup);
74 
85  virtual void save(KConfig *c, const QString &configGroup);
86 
94  virtual void defaults();
95 
101  virtual bool supportsMultiInstance();
102 
111  virtual QString userPlugInName();
112 
113  private slots:
114 
115  private:
116 };
117 
118 #endif //XMLTRANSFORMERCONF_H
XmlTransformerConf::XmlTransformerConf
XmlTransformerConf(QWidget *parent, const QVariantList &args)
Constructor.
Definition: xmltransformerconf.cpp:45
QWidget
filterconf.h
XmlTransformerConf::~XmlTransformerConf
virtual ~XmlTransformerConf()
Destructor.
Definition: xmltransformerconf.cpp:76
XmlTransformerConf::supportsMultiInstance
virtual bool supportsMultiInstance()
Indicates whether the plugin supports multiple instances.
Definition: xmltransformerconf.cpp:134
XmlTransformerConf
Definition: xmltransformerconf.h:40
XmlTransformerConf::defaults
virtual void defaults()
This function is called to set the settings in the module to sensible default values.
Definition: xmltransformerconf.cpp:112
KttsFilterConf
Definition: filterconf.h:36
XmlTransformerConf::load
virtual void load(KConfig *c, const QString &configGroup)
This method is invoked whenever the module should read its configuration (most of the times from a co...
Definition: xmltransformerconf.cpp:80
XmlTransformerConf::userPlugInName
virtual QString userPlugInName()
Returns the name of the plugin.
Definition: xmltransformerconf.cpp:144
XmlTransformerConf::save
virtual void save(KConfig *c, const QString &configGroup)
This function gets called when the user wants to save the settings in the user interface, updating the config files or wherever the configuration is stored.
Definition: xmltransformerconf.cpp:94
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