kopete/libkopete
kopeteplugin.cpp
Go to the documentation of this file.
Q_INVOKABLE bool shouldExitOnclose()
Called when the application is about to exit.
Definition: kopeteplugin.cpp:73
QString displayName() const
Returns the display name of this plugin.
Definition: kopeteplugin.cpp:52
KPluginInfo pluginInfo() const
Returns the KPluginInfo object associated with this plugin.
Definition: kopeteplugin.cpp:63
QStringList addressBookFields() const
Return the list of all keys from the address book in which the plugin is interested.
Definition: kopeteplugin.cpp:100
AddressBookFieldAddMode
Mode for an address book field as used by addAddressBookField()
Definition: kopeteplugin.h:139
QString addressBookIndexField() const
Return the index field as set by addAddressBookField()
Definition: kopeteplugin.cpp:105
Q_INVOKABLE bool showCloseWindowMessage()
Called when user is about to close the main-window.
Definition: kopeteplugin.cpp:68
QString pluginIcon() const
Get the name of the icon for this plugin.
Definition: kopeteplugin.cpp:57
KPluginInfo pluginInfo(const Kopete::Plugin *plugin) const
Definition: kopetepluginmanager.cpp:153
void addAddressBookField(const QString &field, AddressBookFieldAddMode mode=AddOnly)
Add a field to the list of address book fields.
Definition: kopeteplugin.cpp:93
Plugin(const KComponentData &instance, QObject *parent)
Definition: kopeteplugin.cpp:34
static PluginManager * self()
Retrieve the plugin loader instance.
Definition: kopetepluginmanager.cpp:104
virtual void deserialize(MetaContact *metaContact, const QMap< QString, QString > &data)
deserialize() and tell the plugin to apply the previously stored data again.
Definition: kopeteplugin.cpp:85
Definition: kopetemetacontact.h:54
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:51 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.