akonadi/contact
   22 #ifndef AKONADI_CONTACTEDITOR_H 
   23 #define AKONADI_CONTACTEDITOR_H 
   25 #include "akonadi-contact_export.h" 
   35 class AbstractContactEditorWidget;
 
  113     ContactEditor( Mode mode, AbstractContactEditorWidget *editorWidget, QWidget *parent = 0 );
 
  123     ContactEditor( Mode mode, DisplayMode displayMode, QWidget *parent = 0 );
 
  135     void setContactTemplate( 
const KABC::Addressee &contact );
 
  141     void setDefaultAddressBook( 
const Akonadi::Collection &addressbook );
 
  148     KABC::Addressee contact();
 
  153     void loadContact( 
const Akonadi::Item &contact );
 
  160     AKONADI_CONTACT_DEPRECATED 
bool saveContact();
 
  167     void saveContactInAddressBook();
 
  174     void contactStored( 
const Akonadi::Item &contact );
 
  181     void error( 
const QString &errorMsg );
 
  193     Q_PRIVATE_SLOT( d, 
void itemFetchDone( KJob* ) )
 
  194     Q_PRIVATE_SLOT( d, 
void parentCollectionFetchDone( KJob* ) )
 
  195     Q_PRIVATE_SLOT( d, 
void storeDone( KJob* ) )
 
  196     Q_PRIVATE_SLOT( d, 
void itemChanged( const Akonadi::Item&, const QSet<QByteArray>& ) )
 
  
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 23:00:49 by
doxygen 1.8.7 written
by 
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.