KontactInterface::Plugin

Search for usage in LXR

KontactInterface::Plugin Class Referenceabstract

#include <plugin.h>

Inheritance diagram for KontactInterface::Plugin:

Public Slots

void slotConfigUpdated ()
 

Public Member Functions

 Plugin (Core *core, QObject *parent, const KPluginMetaData &data, const char *appName, const char *pluginName=nullptr)
 
 ~Plugin () override
 
virtual const KAboutData aboutData ()
 
void aboutToSelect ()
 
virtual void bringToForeground ()
 
virtual bool canDecodeMimeData (const QMimeData *data) const
 
virtual void configUpdated ()
 
Corecore () const
 
virtual SummarycreateSummaryWidget (QWidget *parent)
 
bool disabled () const
 
QString executableName () const
 
QString icon () const
 
QString identifier () const
 
void insertNewAction (QAction *action)
 
void insertSyncAction (QAction *action)
 
virtual QStringList invisibleToolbarActions () const
 
virtual bool isRunningStandalone () const
 
QList< QAction * > newActions () const
 
KParts::Partpart ()
 
virtual void processDropEvent (QDropEvent *)
 
virtual bool queryClose () const
 
virtual void readProperties (const KConfigGroup &)
 
QString registerClient ()
 
virtual void saveProperties (KConfigGroup &)
 
virtual void select ()
 
void setDisabled (bool value)
 
void setExecutableName (const QString &name)
 
void setIcon (const QString &icon)
 
void setIdentifier (const QString &identifier)
 
void setPartLibraryName (const QByteArray &name)
 
void setShowInSideBar (bool hasPart)
 
void setTitle (const QString &title)
 
virtual void shortcutChanged ()
 
virtual bool showInSideBar () const
 
QList< QAction * > syncActions () const
 
QString title () const
 
virtual int weight () const
 
- Public Member Functions inherited from QObject
 QObject (QObject *parent)
 
QBindable< QStringbindableObjectName ()
 
bool blockSignals (bool block)
 
const QObjectListchildren () const const
 
QMetaObject::Connection connect (const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const const
 
void deleteLater ()
 
void destroyed (QObject *obj)
 
bool disconnect (const char *signal, const QObject *receiver, const char *method) const const
 
bool disconnect (const QObject *receiver, const char *method) const const
 
void dumpObjectInfo () const const
 
void dumpObjectTree () const const
 
QList< QByteArraydynamicPropertyNames () const const
 
virtual bool event (QEvent *e)
 
virtual bool eventFilter (QObject *watched, QEvent *event)
 
findChild (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QRegularExpression &re, Qt::FindChildOptions options) const const
 
QList< T > findChildren (const QString &name, Qt::FindChildOptions options) const const
 
QList< T > findChildren (Qt::FindChildOptions options) const const
 
bool inherits (const char *className) const const
 
void installEventFilter (QObject *filterObj)
 
bool isQuickItemType () const const
 
bool isWidgetType () const const
 
bool isWindowType () const const
 
void killTimer (int id)
 
virtual const QMetaObjectmetaObject () const const
 
void moveToThread (QThread *targetThread)
 
QString objectName () const const
 
void objectNameChanged (const QString &objectName)
 
QObjectparent () const const
 
QVariant property (const char *name) const const
 
 Q_CLASSINFO (Name, Value)
 
 Q_EMIT Q_EMIT
 
 Q_ENUM (...)
 
 Q_ENUM_NS (...)
 
 Q_ENUMS (...)
 
 Q_FLAG (...)
 
 Q_FLAG_NS (...)
 
 Q_FLAGS (...)
 
 Q_GADGET Q_GADGET
 
 Q_GADGET_EXPORT (EXPORT_MACRO)
 
 Q_INTERFACES (...)
 
 Q_INVOKABLE Q_INVOKABLE
 
 Q_MOC_INCLUDE Q_MOC_INCLUDE
 
 Q_NAMESPACE Q_NAMESPACE
 
 Q_NAMESPACE_EXPORT (EXPORT_MACRO)
 
 Q_OBJECT Q_OBJECT
 
 Q_PROPERTY (...)
 
 Q_REVISION Q_REVISION
 
 Q_SET_OBJECT_NAME (Object)
 
 Q_SIGNAL Q_SIGNAL
 
 Q_SIGNALS Q_SIGNALS
 
 Q_SLOT Q_SLOT
 
 Q_SLOTS Q_SLOTS
 
qobject_cast (const QObject *object)
 
qobject_cast (QObject *object)
 
 QT_NO_NARROWING_CONVERSIONS_IN_CONNECT QT_NO_NARROWING_CONVERSIONS_IN_CONNECT
 
void removeEventFilter (QObject *obj)
 
void setObjectName (const QString &name)
 
void setObjectName (QAnyStringView name)
 
void setParent (QObject *parent)
 
bool setProperty (const char *name, const QVariant &value)
 
bool setProperty (const char *name, QVariant &&value)
 
bool signalsBlocked () const const
 
int startTimer (int interval, Qt::TimerType timerType)
 
int startTimer (std::chrono::milliseconds interval, Qt::TimerType timerType)
 
QThreadthread () const const
 
- Public Member Functions inherited from KXMLGUIClient
 KXMLGUIClient (KXMLGUIClient *parent)
 
virtual QActionaction (const QDomElement &element) const
 
QActionaction (const QString &name) const
 
virtual KActionCollectionactionCollection () const
 
QList< KXMLGUIClient * > childClients ()
 
KXMLGUIBuilderclientBuilder () const
 
virtual QString componentName () const
 
virtual QDomDocument domDocument () const
 
KXMLGUIFactoryfactory () const
 
void insertChildClient (KXMLGUIClient *child)
 
KXMLGUIClientparentClient () const
 
void plugActionList (const QString &name, const QList< QAction * > &actionList)
 
void reloadXML ()
 
void removeChildClient (KXMLGUIClient *child)
 
void replaceXMLFile (const QString &xmlfile, const QString &localxmlfile, bool merge=false)
 
void setClientBuilder (KXMLGUIBuilder *builder)
 
void setFactory (KXMLGUIFactory *factory)
 
void setXMLGUIBuildDocument (const QDomDocument &doc)
 
void unplugActionList (const QString &name)
 
virtual QString xmlFile () const
 
QDomDocument xmlguiBuildDocument () const
 

Protected Member Functions

virtual KParts::PartcreatePart ()=0
 
KParts::PartloadPart ()
 
void virtual_hook (int id, void *data) override
 
- Protected Member Functions inherited from QObject
virtual void childEvent (QChildEvent *event)
 
virtual void connectNotify (const QMetaMethod &signal)
 
virtual void customEvent (QEvent *event)
 
virtual void disconnectNotify (const QMetaMethod &signal)
 
bool isSignalConnected (const QMetaMethod &signal) const const
 
int receivers (const char *signal) const const
 
QObjectsender () const const
 
int senderSignalIndex () const const
 
virtual void timerEvent (QTimerEvent *event)
 
- Protected Member Functions inherited from KXMLGUIClient
void loadStandardsXmlFile ()
 
virtual void setComponentName (const QString &componentName, const QString &componentDisplayName)
 
virtual void setDOMDocument (const QDomDocument &document, bool merge=false)
 
virtual void setLocalXMLFile (const QString &file)
 
virtual void setXML (const QString &document, bool merge=false)
 
virtual void setXMLFile (const QString &file, bool merge=false, bool setXMLDoc=true)
 
virtual void stateChanged (const QString &newstate, ReverseStateChange reverse=StateNoReverse)
 

Additional Inherited Members

- Properties inherited from QObject
 objectName
 
- Static Public Member Functions inherited from QObject
QMetaObject::Connection connect (const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)
 
QMetaObject::Connection connect (const QObject *sender, PointerToMemberFunction signal, Functor functor)
 
bool disconnect (const QMetaObject::Connection &connection)
 
bool disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *method)
 
bool disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)
 
bool disconnect (const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)
 
QString tr (const char *sourceText, const char *disambiguation, int n)
 
- Static Public Member Functions inherited from KXMLGUIClient
static QString findVersionNumber (const QString &xml)
 
- Public Attributes inherited from QObject
typedef QObjectList
 
- Static Protected Member Functions inherited from KXMLGUIClient
static QString standardsXmlFileLocation ()
 

Detailed Description

Base class for all Plugins in Kontact.

Inherit from it to get a plugin. It can insert an icon into the sidepane, add widgets to the widgetstack and add menu items via XMLGUI.

Definition at line 65 of file plugin.h.

Constructor & Destructor Documentation

◆ Plugin()

Plugin::Plugin ( Core * core,
QObject * parent,
const KPluginMetaData & data,
const char * appName,
const char * pluginName = nullptr )

Creates a new plugin.

PluginPrivate class that helps to provide binary compatibility between releases.

Parameters
coreThe core object that manages the plugin.
parentThe parent object.
appNameThe name of the application that provides the part. This is the name used for DBus registration. It's ok to have several plugins using the same application name.
pluginNameThe unique name of the plugin. Defaults to appName if not set.

Definition at line 58 of file plugin.cpp.

◆ ~Plugin()

Plugin::~Plugin ( )
override

Destroys the plugin.

Definition at line 70 of file plugin.cpp.

Member Function Documentation

◆ aboutData()

const KAboutData Plugin::aboutData ( )
nodiscardvirtual

Reimplement this method if you want to add your credits to the Kontact about dialog.

Definition at line 130 of file plugin.cpp.

◆ aboutToSelect()

void Plugin::aboutToSelect ( )

Called by kontact when the plugin is selected by the user.

Calls the virtual method select(), but also handles some standard behavior like "invisible toolbar actions".

Definition at line 216 of file plugin.cpp.

◆ bringToForeground()

void Plugin::bringToForeground ( )
virtual

Reimplement this method if your application needs a different approach to be brought in the foreground.

The default behaviour is calling the binary. This is only required if your part is also available as standalone application.

Definition at line 316 of file plugin.cpp.

◆ canDecodeMimeData()

bool Plugin::canDecodeMimeData ( const QMimeData * data) const
nodiscardvirtual

Returns whether the plugin can handle the drag object of the given mime type.

Definition at line 193 of file plugin.cpp.

◆ configUpdated()

void Plugin::configUpdated ( )
virtual

This function is called whenever the config dialog has been closed successfully.

Definition at line 229 of file plugin.cpp.

◆ core()

Core * Plugin::core ( ) const
nodiscard

Returns a pointer to the kontact core object.

Definition at line 211 of file plugin.cpp.

◆ createPart()

virtual KParts::Part * KontactInterface::Plugin::createPart ( )
protectedpure virtual

Reimplement and return the part here.

Reimplementing createPart() is mandatory!

◆ createSummaryWidget()

Summary * Plugin::createSummaryWidget ( QWidget * parent)
nodiscardvirtual

Reimplement this method if you want to add a widget for your application to Kontact's summary page.

Parameters
parentThe parent widget of the summary widget.

Definition at line 329 of file plugin.cpp.

◆ disabled()

bool Plugin::disabled ( ) const
nodiscard

Returns whether the plugin is disabled.

Definition at line 355 of file plugin.cpp.

◆ executableName()

QString Plugin::executableName ( ) const
nodiscard

Returns the name of the executable (if existent).

Definition at line 110 of file plugin.cpp.

◆ icon()

QString Plugin::icon ( ) const
nodiscard

Returns the icon name that is used for the plugin.

Definition at line 100 of file plugin.cpp.

◆ identifier()

QString Plugin::identifier ( ) const
nodiscard

Returns the identifier of the plugin.

Definition at line 80 of file plugin.cpp.

◆ insertNewAction()

void Plugin::insertNewAction ( QAction * action)

Inserts a custom "New" action.

Parameters
actionthe new action to insert

Definition at line 168 of file plugin.cpp.

◆ insertSyncAction()

void Plugin::insertSyncAction ( QAction * action)

Inserts a custom "Sync" action.

Parameters
actionthe custom Sync action to insert

Definition at line 173 of file plugin.cpp.

◆ invisibleToolbarActions()

QStringList Plugin::invisibleToolbarActions ( ) const
nodiscardvirtual

Returns a list of action names that shall be hidden in the main toolbar.

Definition at line 188 of file plugin.cpp.

◆ isRunningStandalone()

bool Plugin::isRunningStandalone ( ) const
nodiscardvirtual

Reimplement this method and return whether a standalone application is still running.

This is only required if your part is also available as standalone application.

Definition at line 120 of file plugin.cpp.

◆ loadPart()

KParts::Part * Plugin::loadPart ( )
protected

Returns the loaded part.

Definition at line 125 of file plugin.cpp.

◆ newActions()

QList< QAction * > Plugin::newActions ( ) const
nodiscard

Returns the list of custom "New" actions.

Definition at line 178 of file plugin.cpp.

◆ part()

KParts::Part * Plugin::part ( )
nodiscard

You can use this method if you need to access the current part.

You can be sure that you always get the same pointer as long as the part has not been deleted.

Definition at line 135 of file plugin.cpp.

◆ processDropEvent()

void Plugin::processDropEvent ( QDropEvent * )
virtual

Process drop event.

Definition at line 199 of file plugin.cpp.

◆ queryClose()

bool Plugin::queryClose ( ) const
nodiscardvirtual

Reimplement this method if you want to add checks before closing the main kontact window.

Return true if it's OK to close the window. If any loaded plugin returns false from this method, then the main kontact window will not close.

Definition at line 345 of file plugin.cpp.

◆ readProperties()

void Plugin::readProperties ( const KConfigGroup & )
virtual

Session management: read properties.

Definition at line 203 of file plugin.cpp.

◆ registerClient()

QString Plugin::registerClient ( )

Registers the client at DBus and returns the dbus identifier.

Definition at line 150 of file plugin.cpp.

◆ saveProperties()

void Plugin::saveProperties ( KConfigGroup & )
virtual

Session management: save properties.

Definition at line 207 of file plugin.cpp.

◆ select()

void Plugin::select ( )
virtual

This function is called when the plugin is selected by the user before the widget of the KPart belonging to the plugin is raised.

Definition at line 225 of file plugin.cpp.

◆ setDisabled()

void Plugin::setDisabled ( bool value)

Sets whether the plugin shall be disabled.

Definition at line 350 of file plugin.cpp.

◆ setExecutableName()

void Plugin::setExecutableName ( const QString & name)

Sets the name of executable (if existent).

Definition at line 105 of file plugin.cpp.

◆ setIcon()

void Plugin::setIcon ( const QString & icon)

Sets the icon name that is used for the plugin.

Definition at line 95 of file plugin.cpp.

◆ setIdentifier()

void Plugin::setIdentifier ( const QString & identifier)

Sets the identifier of the plugin.

Definition at line 75 of file plugin.cpp.

◆ setPartLibraryName()

void Plugin::setPartLibraryName ( const QByteArray & name)

Set name of library which contains the KPart used by this plugin.

Definition at line 115 of file plugin.cpp.

◆ setShowInSideBar()

void Plugin::setShowInSideBar ( bool hasPart)

Set if the plugin provides a part that should be shown in the sidebar.

Parameters
hasPartshows part in sidebar if set as true

Definition at line 340 of file plugin.cpp.

◆ setTitle()

void Plugin::setTitle ( const QString & title)

Sets the localized title of the plugin.

Definition at line 85 of file plugin.cpp.

◆ shortcutChanged()

void Plugin::shortcutChanged ( )
virtual
Since
4.13

Definition at line 360 of file plugin.cpp.

◆ showInSideBar()

bool Plugin::showInSideBar ( ) const
nodiscardvirtual

Returns whether the plugin provides a part that should be shown in the sidebar.

Definition at line 335 of file plugin.cpp.

◆ slotConfigUpdated

void Plugin::slotConfigUpdated ( )
slot

usage

This slot is called whenever the configuration has been changed.

Definition at line 311 of file plugin.cpp.

◆ syncActions()

QList< QAction * > Plugin::syncActions ( ) const
nodiscard

Returns the list of custom "Sync" actions.

Definition at line 183 of file plugin.cpp.

◆ title()

QString Plugin::title ( ) const
nodiscard

Returns the localized title of the plugin.

Definition at line 90 of file plugin.cpp.

◆ virtual_hook()

void Plugin::virtual_hook ( int id,
void * data )
overrideprotected

Virtual hook for BC extension.

Definition at line 364 of file plugin.cpp.

◆ weight()

int Plugin::weight ( ) const
virtual

Return the weight of the plugin.

The higher the weight the lower it will be displayed in the sidebar. The default implementation returns 0.

Definition at line 163 of file plugin.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Jul 26 2024 11:51:19 by doxygen 1.11.0 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.