kaddressbook
ContactListViewItem Class Reference
#include <contactlistview.h>
Inheritance diagram for ContactListViewItem:

Detailed Description
The whole tooltip design needs a lot of work.Currently it is hacked together to function.
Definition at line 56 of file contactlistview.h.
Public Member Functions | |
| const KABC::Addressee & | addressee () const |
| ContactListViewItem (const KABC::Addressee &a, ContactListView *parent, KABC::AddressBook *doc, const KABC::Field::List &fields, KIMProxy *proxy) | |
| virtual QString | key (int, bool) const |
| virtual void | paintCell (QPainter *p, const QColorGroup &cg, int column, int width, int align) |
| virtual ContactListView * | parent () |
| virtual void | refresh () |
| void | setHasIM (bool hasIM) |
Constructor & Destructor Documentation
| ContactListViewItem::ContactListViewItem | ( | const KABC::Addressee & | a, | |
| ContactListView * | parent, | |||
| KABC::AddressBook * | doc, | |||
| const KABC::Field::List & | fields, | |||
| KIMProxy * | proxy | |||
| ) |
Definition at line 152 of file contactlistview.cpp.
Member Function Documentation
| const KABC::Addressee& ContactListViewItem::addressee | ( | ) | const [inline] |
Definition at line 62 of file contactlistview.h.
| QString ContactListViewItem::key | ( | int | column, | |
| bool | ascending | |||
| ) | const [virtual] |
Definition at line 167 of file contactlistview.cpp.
| void ContactListViewItem::paintCell | ( | QPainter * | p, | |
| const QColorGroup & | cg, | |||
| int | column, | |||
| int | width, | |||
| int | align | |||
| ) | [virtual] |
Adds the border around the cell if the user wants it.
This is how the single line config option is implemented.
Definition at line 192 of file contactlistview.cpp.
| ContactListView * ContactListViewItem::parent | ( | ) | [virtual] |
Definition at line 210 of file contactlistview.cpp.
| void ContactListViewItem::refresh | ( | ) | [virtual] |
Definition at line 216 of file contactlistview.cpp.
| void ContactListViewItem::setHasIM | ( | bool | hasIM | ) |
Definition at line 245 of file contactlistview.cpp.
The documentation for this class was generated from the following files:
KDE 4.2 API Reference