kabc
21 #ifndef KABC_DISTRIBUTIONLIST_H
22 #define KABC_DISTRIBUTIONLIST_H
24 #include "kabc_export.h"
25 #ifndef KDEPIM_NO_KRESOURCES
26 #include "addressbook.h"
28 #include "addressee.h"
29 #include <QtCore/QMap>
31 #include <QtCore/QList>
82 Entry(
const Addressee &addressee,
const QString &email );
99 Addressee addressee()
const;
106 QString email()
const;
129 const QString &name );
141 void setIdentifier(
const QString &identifier );
146 QString identifier()
const;
153 void setName(
const QString & );
158 QString name()
const;
169 void insertEntry(
const Addressee &,
const QString &email=QString() );
179 void removeEntry(
const Addressee &,
const QString &email=QString() );
185 QStringList emails()
const;
205 typedef QMap<QString, DistributionList*> DistributionListMap;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Sat Jul 13 2013 01:29:40 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.