akonadi/contact
22 #ifndef AKONADI_CONTACTEDITOR_H
23 #define AKONADI_CONTACTEDITOR_H
25 #include "akonadi-contact_export.h"
27 #include <QtGui/QWidget>
35 class AbstractContactEditorWidget;
112 ContactEditor( Mode mode, AbstractContactEditorWidget *editorWidget, QWidget *parent = 0 );
125 void setContactTemplate(
const KABC::Addressee &contact );
131 void setDefaultAddressBook(
const Akonadi::Collection &addressbook );
137 void loadContact(
const Akonadi::Item &contact );
149 void contactStored(
const Akonadi::Item &contact );
156 void error(
const QString &errorMsg );
163 Q_PRIVATE_SLOT( d,
void itemFetchDone( KJob* ) )
164 Q_PRIVATE_SLOT( d,
void parentCollectionFetchDone( KJob* ) )
165 Q_PRIVATE_SLOT( d,
void storeDone( KJob* ) )
166 Q_PRIVATE_SLOT( d,
void itemChanged( const Akonadi::Item&, const QSet<QByteArray>& ) )
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 4 2012 14:36:30 by
doxygen 1.8.1.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.