akonadi
22 #ifndef AKONADI_CONTACTGROUPEDITOR_P_H
23 #define AKONADI_CONTACTGROUPEDITOR_P_H
25 #include "contactgroupeditor.h"
27 #include "ui_contactgroupeditor.h"
29 #include <akonadi/collection.h>
30 #include <akonadi/item.h>
37 class ContactGroupModel;
40 class ContactGroupEditor::Private
46 void itemFetchDone( KJob* );
47 void parentCollectionFetchDone( KJob* );
48 void storeDone( KJob* );
49 void itemChanged(
const Akonadi::Item &item,
const QSet<QByteArray>& );
51 void setReadOnly(
bool );
53 void adaptHeaderSizes();
56 bool storeContactGroup( KABC::ContactGroup &group );
63 Collection mDefaultCollection;
64 Ui::ContactGroupEditor mGui;
66 ContactGroupModel *mGroupModel;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:27:34 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.