akonadi/contact
Akonadi::ContactEditorPagePlugin Class Reference
#include <contacteditorpageplugin.h>
Inherits QWidget.
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.
- Since:
- 4.4
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:
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 05:01:51 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon May 14 2012 05:01:51 by doxygen 1.7.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.