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
43 Private( ContactGroupEditor *parent );
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();
55 void loadContactGroup(
const KABC::ContactGroup &group );
56 bool storeContactGroup( KABC::ContactGroup &group );
59 ContactGroupEditor *mParent;
60 ContactGroupEditor::Mode mMode;
63 Collection mDefaultCollection;
64 Ui::ContactGroupEditor mGui;
66 ContactGroupModel *mGroupModel;
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Sep 24 2012 09:06:25 by
doxygen 1.8.1.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.