#include <contactlistitem.h>
Inheritance diagram for ContactListItem:

Public Member Functions | |
| ContactListItem (ContactListItem *parent, const std::string &name) | |
| Constructor. | |
| ContactListItem (QListView *parent, const std::string &name) | |
| Constructor. | |
| ~ContactListItem () | |
| Destructor. | |
| virtual bool | isContactItem () const |
| Tests if it's a contact item. | |
| virtual const Contact * | getContact () const |
| Returns the contact displayed. | |
It doesn't necessarily display a contact.
Yves Houpert <yves.houpert@insa-rouen.fr>
|
||||||||||||
|
Constructor.
|
|
||||||||||||
|
Constructor.
|
|
|
Returns the contact displayed.
Reimplemented in ContactItem. |
|
|
Tests if it's a contact item.
Reimplemented in ContactItem. |
1.4.6