Plasma
abstracttoolbox.h
Go to the documentation of this file.
48 AddTool = 0,
49 ConfigureTool = 100,
50 ControlTool = 200,
51 MiscTool = 300,
52 DestructiveTool = 400,
54 };
69 static AbstractToolBox *load(const QString &name, const QVariantList &args=QVariantList(), Plasma::Containment *containment=0);
Definition: abstracttoolbox.h:41
void visibilityChanged(bool open)
Toolbox opened or closed.
virtual void removeTool(QAction *action)=0
remove the tool associated with this action
virtual void setShowing(const bool show)=0
Opens or closes the ToolBox.
virtual void addTool(QAction *action)=0
create a toolbox tool from the given action action the action to associate the tool with
virtual bool isShowing() const =0
The base class for plugins that provide backgrounds and applet grouping containers.
Definition: containment.h:73
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Mon Feb 20 2023 00:00:00 by doxygen 1.9.6 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.