akonadi/contact
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>
37class ContactGroupModel;
40class 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;
63 Collection mDefaultCollection;
64 Ui::ContactGroupEditor mGui;
66 ContactGroupModel *mGroupModel;
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by
doxygen 1.10.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.