jovie
filterconf.cpp
Go to the documentation of this file.
146 else if(QFileInfo(*it).baseName().append(QString(QLatin1String( "." )).append(QFileInfo(*it).suffix())) == name) {
virtual void defaults()
This function is called to set the settings in the module to sensible default values.
Definition: filterconf.cpp:97
static QString realFilePath(const QString &filename)
Definition: filterconf.cpp:154
virtual void load(KConfig *config, const QString &configGroup)
This method is invoked whenever the module should read its configuration (most of the times from a co...
Definition: filterconf.cpp:72
virtual void save(KConfig *config, 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: filterconf.cpp:86
virtual bool supportsMultiInstance()
Indicates whether the plugin supports multiple instances.
Definition: filterconf.cpp:106
virtual bool isSBD()
Returns True if this filter is a Sentence Boundary Detector.
Definition: filterconf.cpp:122
QString getLocation(const QString &name)
Searches the $PATH variable for any file.
Definition: filterconf.cpp:130
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
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.