#include </home/clem/local/src/opie/core/pim/addressbook/abtable.h>
Collaboration diagram for AbTable:

Signals | |
| void | signalSwitch () |
| void | signalEditor () |
| void | signalKeyDown () |
| void | signalKeyUp () |
| void | signalSortOrderChanged (bool order) |
Public Member Functions | |
| AbTable (const QValueList< int > ordered, QWidget *parent, const char *name=0) | |
| ~AbTable () | |
| void | setContacts (const Opie::OPimContactAccess::List &viewList) |
| void | setOrderedList (const QValueList< int > ordered) |
| bool | selectContact (int UID) |
| Opie::OPimContact | currentEntry () |
| int | currentEntry_UID () |
| void | init () |
| void | clear () |
| void | refresh () |
| void | show () |
| void | setPaintingEnabled (bool e) |
| void | viewportPaintEvent (QPaintEvent *e) |
| void | paintCell (QPainter *p, int row, int col, const QRect &, bool) |
| void | setChoiceSelection (const QValueList< int > &list) |
| QStringList | choiceSelection (int index) const |
Protected Slots | |
| void | moveTo (char) |
| virtual void | columnClicked (int col) |
| void | itemClicked (int, int col) |
| void | rowHeightChanged (int row) |
Protected Member Functions | |
| virtual void | keyPressEvent (QKeyEvent *e) |
Private Member Functions | |
| ContactItem | findContactContact (const Opie::OPimContact &entry, int row) |
| void | fitColumns () |
| void | resizeRows () |
| void | realignTable () |
| void | resort () |
| void | updateVisible () |
Private Attributes | |
| int | lastSortCol |
| bool | asc |
| QValueList< int > | intFields |
| QStringList | choicenames |
| bool | enablePainting |
| bool | columnVisible |
| int | countNested |
| Opie::OPimContactAccess::List | m_viewList |
Definition at line 78 of file abtable.h.
|
||||||||||||||||
|
Definition at line 115 of file abtable.cpp. References init(), and itemClicked(). |
|
|
Definition at line 136 of file abtable.cpp. |
|
|
Definition at line 464 of file abtable.cpp. Referenced by AddressPicker::selection(). |
|
|
Definition at line 233 of file abtable.cpp. References FALSE, odebug, oendl, setPaintingEnabled(), and TRUE. Referenced by setContacts(). |
|
|
Definition at line 206 of file abtable.cpp. References asc, odebug, oendl, and signalSortOrderChanged(). |
|
|
Definition at line 223 of file abtable.cpp. References m_viewList. Referenced by currentEntry_UID(). |
|
|
Definition at line 228 of file abtable.cpp. References currentEntry(). |
|
||||||||||||
|
|
Definition at line 393 of file abtable.cpp. References columnVisible, FALSE, odebug, oendl, setPaintingEnabled(), and TRUE. Referenced by realignTable(). |
|
|
Definition at line 140 of file abtable.cpp. References columnVisible, and tr. Referenced by AbTable(). |
|
||||||||||||
|
Definition at line 441 of file abtable.cpp. References signalSwitch(). Referenced by AbTable(). |
|
|
Definition at line 279 of file abtable.cpp. References Qt::Key_Enter, Qt::Key_Return, Qt::Key_Space, moveTo(), and signalSwitch(). |
|
|
Definition at line 307 of file abtable.cpp. Referenced by keyPressEvent(). |
|
||||||||||||||||||||||||
|
Definition at line 548 of file abtable.cpp. References f, Opie::OPimContact::fileAs(), findContactContact(), ContactItem::icon, m_viewList, ContactItem::value, Opie::MM::x, and Opie::MM::y. |
|
|
Definition at line 343 of file abtable.cpp. References FALSE, fitColumns(), resizeRows(), setPaintingEnabled(), and TRUE. Referenced by show(), and updateVisible(). |
|
|
Definition at line 251 of file abtable.cpp. References FALSE, findContactContact(), ContactItem::icon, oendl, owarn, resort(), setPaintingEnabled(), TRUE, and ContactItem::value. Referenced by AbView::setListOrder(). |
|
|
Definition at line 331 of file abtable.cpp. Referenced by realignTable(). |
|
|
Definition at line 217 of file abtable.cpp. Referenced by refresh(). |
|
|
Definition at line 603 of file abtable.cpp. References enablePainting. Referenced by setPaintingEnabled(). |
|
|
Definition at line 177 of file abtable.cpp. References FALSE, m_viewList, odebug, oendl, setPaintingEnabled(), and TRUE. |
|
|
Definition at line 459 of file abtable.cpp. References intFields. Referenced by AddressPicker::setSelection(). |
|
|
Definition at line 153 of file abtable.cpp. References clear(), FALSE, m_viewList, odebug, oendl, setPaintingEnabled(), TRUE, and updateVisible(). |
|
|
Definition at line 171 of file abtable.cpp. References intFields. Referenced by AbView::setListOrder(). |
|
|
Definition at line 518 of file abtable.cpp. References countNested, enablePainting, and rowHeightChanged(). Referenced by clear(), fitColumns(), realignTable(), refresh(), selectContact(), setContacts(), and updateVisible(). |
|
|
Definition at line 417 of file abtable.cpp. References realignTable(). |
|
|
|
|
|
|
|
|
|
|
|
Referenced by columnClicked(). |
|
|
Referenced by itemClicked(), and keyPressEvent(). |
|
|
Definition at line 482 of file abtable.cpp. References FALSE, realignTable(), row, setPaintingEnabled(), and TRUE. Referenced by setContacts(). |
|
|
Definition at line 541 of file abtable.cpp. References enablePainting. |
|
|
Definition at line 149 of file abtable.h. Referenced by columnClicked(). |
|
|
|
|
|
Definition at line 154 of file abtable.h. Referenced by fitColumns(), and init(). |
|
|
Definition at line 155 of file abtable.h. Referenced by setPaintingEnabled(). |
|
|
Definition at line 153 of file abtable.h. Referenced by rowHeightChanged(), setPaintingEnabled(), and viewportPaintEvent(). |
|
|
Definition at line 151 of file abtable.h. Referenced by findContactContact(), setChoiceSelection(), and setOrderedList(). |
|
|
|
|
|
Definition at line 157 of file abtable.h. Referenced by currentEntry(), paintCell(), selectContact(), and setContacts(). |
1.4.2