akonadi/contact
Akonadi::ContactEditorPagePlugin Class Referenceabstract
#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
Definition at line 40 of file contacteditorpageplugin.h.
Member Function Documentation
◆ loadContact()
|
pure virtual |
This method is called to fill the editor widget with the data from contact
.
◆ setReadOnly()
|
pure virtual |
This method is called to set the editor widget readOnly
.
◆ storeContact()
|
pure virtual |
This method is called to store the data from the editor widget into contact
.
◆ title()
|
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-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.