#include <contactmanager.h>
Inheritance diagram for ContactManager:

Public Member Functions | |
| ContactManager (KernelMessenger &rKernel, ListeWidget &rWidget) | |
| Constructor. | |
| ~ContactManager () | |
| Destructor. | |
| void | addContact (const Contact &contact) |
| Adds a contact to the contact list. | |
| void | removeContact (const int contactID) |
| Removes a contact from the contact list. | |
| void | clear () |
| Clears the contact list. | |
| void | setContactList (const ContactList &list) |
| Set a new contact list. | |
| const Contact *const | getContact (const int contactID) const |
| Returns a contact which ID is contactID. | |
| void | changeContactStatus (const int contactID, const Contact::Status newStatus) |
| Change a contact status. | |
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
|
Adds a contact to the contact list.
|
|
||||||||||||
|
Change a contact status.
|
|
|
Returns a contact which ID is contactID.
|
|
|
Removes a contact from the contact list.
|
|
|
Set a new contact list.
|
1.4.6