akonadi
#include <contacteditorwidget.h>
Public Types | |
| enum | DisplayMode { FullMode , VCardMode } |
Public Member Functions | |
| ContactEditorWidget (DisplayMode displayMode, QWidget *parent) | |
| ContactEditorWidget (QWidget *parent=0) | |
| ~ContactEditorWidget () | |
| void | loadContact (const KABC::Addressee &contact, const Akonadi::ContactMetaData &metaData) |
| void | setReadOnly (bool readOnly) |
| void | storeContact (KABC::Addressee &contact, Akonadi::ContactMetaData &metaData) const |
Detailed Description
A widget for editing a contact.
Definition at line 37 of file contacteditorwidget.h.
Member Enumeration Documentation
◆ DisplayMode
| Enumerator | |
|---|---|
| FullMode | Show all pages. |
| VCardMode | Show just pages with elements stored in vcard. |
Definition at line 40 of file contacteditorwidget.h.
Constructor & Destructor Documentation
◆ ContactEditorWidget() [1/2]
|
explicit |
Creates a new contact editor widget.
- Parameters
-
parent The parent widget.
Definition at line 536 of file contacteditorwidget.cpp.
◆ ContactEditorWidget() [2/2]
| ContactEditorWidget::ContactEditorWidget | ( | ContactEditorWidget::DisplayMode | displayMode, |
| QWidget * | parent ) |
Definition at line 547 of file contacteditorwidget.cpp.
◆ ~ContactEditorWidget()
| ContactEditorWidget::~ContactEditorWidget | ( | ) |
Destroys the contact editor widget.
Definition at line 558 of file contacteditorwidget.cpp.
Member Function Documentation
◆ loadContact()
| void ContactEditorWidget::loadContact | ( | const KABC::Addressee & | contact, |
| const Akonadi::ContactMetaData & | metaData ) |
Initializes the fields of the contact editor with the values from a contact.
Definition at line 563 of file contacteditorwidget.cpp.
◆ setReadOnly()
| void ContactEditorWidget::setReadOnly | ( | bool | readOnly | ) |
Sets whether the contact in the editor allows the user to edit the contact or not.
Definition at line 728 of file contacteditorwidget.cpp.
◆ storeContact()
| void ContactEditorWidget::storeContact | ( | KABC::Addressee & | contact, |
| Akonadi::ContactMetaData & | metaData ) const |
Stores back the fields of the contact editor into the given contact.
Definition at line 642 of file contacteditorwidget.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2025 The KDE developers.
Generated on Thu Jul 24 2025 00:00:00 by doxygen 1.14.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.