ContactEditorWidget

Search for usage in LXR

ContactEditorWidget Class Reference

#include <contacteditorwidget.h>

Inherits AbstractContactEditorWidget.

Public Types

enum  DisplayMode { FullMode, VCardMode }
 

Public Member Functions

 ContactEditorWidget (DisplayMode displayMode, QWidget *parent)
 
 ContactEditorWidget (QWidget *parent=nullptr)
 
 ~ContactEditorWidget () override
 
bool hasNoSavedData () const override
 
void loadContact (const KContacts::Addressee &contact, const ContactEditor::ContactMetaDataBase &metaData) override
 
void setReadOnly (bool readOnly) override
 
void storeContact (KContacts::Addressee &contact, ContactEditor::ContactMetaDataBase &metaData) const override
 

Detailed Description

A widget for editing a contact.

Author
Tobias Koenig tokoe[email protected]@kde[email protected].org

Definition at line 28 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 32 of file contacteditorwidget.h.

Constructor & Destructor Documentation

◆ ContactEditorWidget()

ContactEditorWidget::ContactEditorWidget ( QWidget parent = nullptr)
explicit

Creates a new contact editor widget.

Parameters
parentThe parent widget.

Definition at line 179 of file contacteditorwidget.cpp.

◆ ~ContactEditorWidget()

ContactEditorWidget::~ContactEditorWidget ( )
overridedefault

Destroys the contact editor widget.

Member Function Documentation

◆ loadContact()

void ContactEditorWidget::loadContact ( const KContacts::Addressee contact,
const ContactEditor::ContactMetaDataBase &  metaData 
)
override

Initializes the fields of the contact editor with the values from a contact.

Definition at line 195 of file contacteditorwidget.cpp.

◆ setReadOnly()

void ContactEditorWidget::setReadOnly ( bool  readOnly)
override

Sets whether the contact in the editor allows the user to edit the contact or not.

Definition at line 249 of file contacteditorwidget.cpp.

◆ storeContact()

void ContactEditorWidget::storeContact ( KContacts::Addressee contact,
ContactEditor::ContactMetaDataBase &  metaData 
) const
override

Stores back the fields of the contact editor into the given contact.

Definition at line 221 of file contacteditorwidget.cpp.


The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Sun Mar 26 2023 03:56:46 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006

KDE's Doxygen guidelines are available online.