Plasma
abstracttoolbox.cpp
Go to the documentation of this file.
59AbstractToolBox *AbstractToolBox::load(const QString &name, const QVariantList &args, Plasma::Containment *containment)
void save(const KConfigGroup &group)
Save the ToolBox settings It has to be reimplemented in toolboxes that need it.
Definition abstracttoolbox.cpp:106
Containment * containment() const
Definition abstracttoolbox.cpp:96
AbstractToolBox(Containment *parent)
Definition abstracttoolbox.cpp:39
static KPluginInfo::List listToolBoxInfo(const QString &parentApp=QString())
Returns a list of all installed ToolBox plugins.
Definition abstracttoolbox.cpp:76
void restore(const KConfigGroup &group)
Restore the ToolBox settings It has to be reimplemented in toolboxes that need it.
Definition abstracttoolbox.cpp:101
void reposition()
Inform the ToolBox it has to reposition itlself It has to be reimplemented in toolboxes that need it.
Definition abstracttoolbox.cpp:111
static AbstractToolBox * load(const QString &name, const QVariantList &args=QVariantList(), Plasma::Containment *containment=0)
Create a new AbstractToolBox, loading the proper plugin.
Definition abstracttoolbox.cpp:59
The base class for plugins that provide backgrounds and applet grouping containers.
Definition containment.h:73
bool isPluginVersionCompatible(unsigned int version)
Verifies that a plugin is compatible with plasma.
Definition version.cpp:51
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Tue Mar 25 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.