cantor/src/lib
assistant.cpp
Go to the documentation of this file.
33 Assistant::Assistant(QObject* parent) : QObject(parent), KXMLGUIClient(dynamic_cast<KXMLGUIClient*>(parent)),
void setBackend(Backend *backend)
Sets the backend, this Assistant operates on.
Definition: assistant.cpp:44
void setPluginInfo(KPluginInfo info)
Sets the properties of this Assistant accodring to KPluginInfo.
Definition: assistant.cpp:49
QStringList requiredExtensions()
Returns a list of all extensions, the current backend must provide to make this Assistant work...
Definition: assistant.cpp:57
The Backend class provides access to information about the backend.
Definition: backend.h:52
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.