Akonadi::ContactEditorPagePlugin Class Reference

The base class for custom ContactEditor page plugins. More...

#include <contacteditorpageplugin.h>

Inherits QWidget.

List of all members.

Public Member Functions

virtual void loadContact (const KABC::Addressee &contact)=0
virtual void setReadOnly (bool readOnly)=0
virtual void storeContact (KABC::Addressee &contact) const =0
virtual QString title () const =0

Detailed Description

The base class for custom ContactEditor page plugins.

Author:
Tobias Koenig <tokoe@kde.org>
Since:
4.4

Definition at line 40 of file contacteditorpageplugin.h.


Member Function Documentation

virtual void Akonadi::ContactEditorPagePlugin::loadContact ( const KABC::Addressee &  contact  )  [pure virtual]

This method is called to fill the editor widget with the data from contact.

virtual void Akonadi::ContactEditorPagePlugin::setReadOnly ( bool  readOnly  )  [pure virtual]

This method is called to set the editor widget readOnly.

virtual void Akonadi::ContactEditorPagePlugin::storeContact ( KABC::Addressee &  contact  )  const [pure virtual]

This method is called to store the data from the editor widget into contact.

virtual QString Akonadi::ContactEditorPagePlugin::title (  )  const [pure virtual]

Returns the i18n'd page title.


The documentation for this class was generated from the following file:
KDE Home | KDE Accessibility Home | Description of Access Keys