KUtils
kpluginselector_p.h
Go to the documentation of this file.
151 void addPlugins(const QList<KPluginInfo> &pluginList, const QString &categoryName, const QString &categoryKey, const KConfigGroup &cfgGroup, PluginLoadMethod pluginLoadMethod = ReadConfigFile, bool manuallyAdded = false);
154 virtual QModelIndex index(int row, int column = 0, const QModelIndex &parent = QModelIndex()) const;
191 void paint(QPainter *painter, const QStyleOptionViewItem &option, const QModelIndex &index) const;
Definition: kpluginselector_p.h:44
QString entryPath() const
This widget will inform the user about changes that happened automatically due to plugin dependencies...
Definition: kpluginselector_p.h:111
void changed(bool hasChanged)
Tells you whether the configuration is changed or not.
PluginDelegate * pluginDelegate
Definition: kpluginselector_p.h:82
int dependantLayoutValue(int value, int width, int totalWidth) const
Definition: kpluginselector.cpp:99
bool operator==(const PluginEntry &pe) const
Definition: kpluginselector_p.h:98
KPluginSelector::PluginLoadMethod pluginLoadMethod
Definition: kpluginselector_p.h:95
void addPlugins(const QString &componentName, const QString &categoryName=QString(), const QString &categoryKey=QString(), KSharedConfig::Ptr config=KSharedConfig::Ptr())
Add a list of KParts plugins.
Definition: kpluginselector.cpp:293
DependenciesWidget * dependenciesWidget
Definition: kpluginselector_p.h:83
Definition: kpluginselector_p.h:87
QList< PluginEntry > pluginEntryList
Definition: kpluginselector_p.h:160
void configCommitted(const QByteArray &componentName)
Emitted after the config of an embedded KCM has been saved.
void updateDependencies(PluginEntry *pluginEntry, bool added)
Definition: kpluginselector.cpp:64
KCategoryDrawer * categoryDrawer
Definition: kpluginselector_p.h:79
A widget to select what plugins to load and configure the plugins.
Definition: kpluginselector.h:58
This file is part of the KDE documentation.
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed May 11 2016 01:41:59 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2016 The KDE developers.
Generated on Wed May 11 2016 01:41:59 by doxygen 1.8.11 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.