Nepomuk-Core
Go to the documentation of this file.
27 #include <KServiceTypeTrader>
33 class MessageFilterConfigManager::Private
43 KService::List offers()
const;
50 KService::List MessageFilterConfigManager::Private::offers()
const
52 return KServiceTypeTrader::self()->query(QLatin1String(
"KTpTextUi/MessageFilter"),
57 void MessageFilterConfigManager::Private::generateCache()
59 KPluginInfo::List pluginInfos = KPluginInfo::fromServices(offers(), q->configGroup());
60 for (KPluginInfo::List::Iterator i = pluginInfos.begin(); i != pluginInfos.end(); i++) {
61 KPluginInfo &plugin = *i;
66 if (plugin.isPluginEnabled()) {
67 enabled.insert(plugin);
98 return d->all.toList();
103 return d->enabled.toList();
113 return KSharedConfig::openConfig(QLatin1String(
"ktelepathyrc"));
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Mar 22 2013 10:58:52 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.