kaddressbook
ContactList Class Reference
#include <contactlist.h>
Public Member Functions | |
ContactList () | |
KABC::Addressee::List | addressList () const |
void | append (const KABC::Addressee &addr) |
void | append (const KABC::ContactGroup &group) |
void | clear () |
KABC::ContactGroup::List | contactGroupList () const |
int | count () const |
bool | isEmpty () const |
void | setAddressList (const KABC::Addressee::List &value) |
void | setContactGroupList (const KABC::ContactGroup::List &value) |
Detailed Description
Definition at line 27 of file contactlist.h.
Constructor & Destructor Documentation
ContactList::ContactList | ( | ) |
Definition at line 23 of file contactlist.cpp.
Member Function Documentation
KABC::Addressee::List ContactList::addressList | ( | ) | const |
Definition at line 64 of file contactlist.cpp.
void ContactList::append | ( | const KABC::Addressee & | addr | ) |
Definition at line 44 of file contactlist.cpp.
void ContactList::append | ( | const KABC::ContactGroup & | group | ) |
Definition at line 49 of file contactlist.cpp.
void ContactList::clear | ( | ) |
Definition at line 38 of file contactlist.cpp.
KABC::ContactGroup::List ContactList::contactGroupList | ( | ) | const |
Definition at line 54 of file contactlist.cpp.
int ContactList::count | ( | ) | const |
Definition at line 33 of file contactlist.cpp.
bool ContactList::isEmpty | ( | ) | const |
Definition at line 28 of file contactlist.cpp.
void ContactList::setAddressList | ( | const KABC::Addressee::List & | value | ) |
Definition at line 69 of file contactlist.cpp.
void ContactList::setContactGroupList | ( | const KABC::ContactGroup::List & | value | ) |
Definition at line 59 of file contactlist.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:32:34 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.