cantor/src/lib
panelplugin.cpp
Go to the documentation of this file.
36 PanelPlugin::PanelPlugin( QObject* parent) : QObject(parent), /* KXMLGUIClient(dynamic_cast<KXMLGUIClient*>(parent)),*/
QStringList requiredExtensions()
Returns a list of all extensions, the current backend must provide to make this PanelPlugin work...
Definition: panelplugin.cpp:65
void setSession(Session *session)
sets the session this plugin operates on
Definition: panelplugin.cpp:85
void setParentWidget(QWidget *widget)
Definition: panelplugin.cpp:48
virtual Backend::Capabilities requiredCapabilities()
Returns the capabilities, the current backend must provide to make this PanelPlugin work...
Definition: panelplugin.cpp:70
void setPluginInfo(KPluginInfo info)
Sets the properties of this PanelPlugin accodring to KPluginInfo.
Definition: panelplugin.cpp:58
the Backend doesn't support any of the optional features
Definition: backend.h:60
The Session object is the main class used to interact with a Backend.
Definition: session.h:50
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:16:33 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.