#include </home/clem/local/src/opie/noncore/apps/tableviewer/ui/tvlistview.h>
Collaboration diagram for TVListView:

Signals | |
| void | loadFile () |
| void | browseView () |
| void | filterView () |
| void | editView () |
Public Member Functions | |
| TVListView (TableState *t, QWidget *parent=0, const char *name=0, WFlags fl=0) | |
| ~TVListView () | |
| void | addItem (DataElem *) |
| void | removeItem () |
| void | clearItems () |
| void | first () |
| void | last () |
| void | next () |
| void | previous () |
| void | rebuildKeys () |
| void | rebuildData () |
| void | reset () |
| DataElem * | getCurrentData () |
| void | findItem (int i, TVVariant v) |
Protected Slots | |
| void | setSorting (int) |
| void | setCurrent (QListViewItem *) |
Protected Attributes | |
| QListViewItemIterator * | it |
| TableState * | ts |
| TVListViewPrivate * | listViewDisplay |
| QMap< int, int > | keyIds |
|
||||||||||||||||||||
|
Definition at line 95 of file tvlistview.cpp. References it, listViewDisplay, setCurrent(), setSorting(), tr, and ts. |
|
|
Definition at line 125 of file tvlistview.cpp. |
|
|
Definition at line 129 of file tvlistview.cpp. References i, it, and listViewDisplay. Referenced by TableViewerWindow::applyFilter(), TableViewerWindow::editKeysSlot(), and TableViewerWindow::openDocument(). |
|
|
|
|
|
Definition at line 156 of file tvlistview.cpp. References it, and listViewDisplay. Referenced by TableViewerWindow::applyFilter(), TableViewerWindow::editKeysSlot(), and TableViewerWindow::openDocument(). |
|
|
|
|
|
|
|
||||||||||||
|
Now to implement the closest match function Definition at line 202 of file tvlistview.cpp. References DataElem::closer(), TVListViewItem::getDataElem(), i, it, listViewDisplay, and NULL. Referenced by TableViewerWindow::searchOnKey(). |
|
|
Definition at line 165 of file tvlistview.cpp. References it, and listViewDisplay. Referenced by TableViewerWindow::applyFilter(), TableViewerWindow::firstItem(), and TableViewerWindow::openDocument(). |
|
|
Definition at line 194 of file tvlistview.cpp. Referenced by TableViewerWindow::browseViewSlot(), TableViewerWindow::firstItem(), TableViewerWindow::lastItem(), TableViewerWindow::nextItem(), TableViewerWindow::openDocument(), TableViewerWindow::previousItem(), and TableViewerWindow::searchOnKey(). |
|
|
Definition at line 171 of file tvlistview.cpp. Referenced by TableViewerWindow::lastItem(). |
|
|
|
|
|
Definition at line 176 of file tvlistview.cpp. References it. Referenced by TableViewerWindow::nextItem(). |
|
|
Definition at line 185 of file tvlistview.cpp. References it. Referenced by TableViewerWindow::previousItem(). |
|
|
Definition at line 265 of file tvlistview.cpp. References QMap< Key, T >::begin(), _TableState::current_column, QMap< Key, T >::end(), i, it, keyIds, listViewDisplay, TVListViewPrivate::setSorting(), and ts. Referenced by TableViewerWindow::applyFilter(), TableViewerWindow::deleteItemSlot(), TableViewerWindow::editItemSlot(), TableViewerWindow::newItemSlot(), TableViewerWindow::openDocument(), and TableViewerWindow::setPrimaryKey(). |
|
|
Definition at line 231 of file tvlistview.cpp. References QIntDictIterator< type >::current(), QIntDictIterator< type >::currentKey(), i, QMap< Key, T >::insert(), keyIds, _TableState::kRep, listViewDisplay, and ts. Referenced by TableViewerWindow::editKeysSlot(), and TableViewerWindow::openDocument(). |
|
|
Definition at line 138 of file tvlistview.cpp. References it. Referenced by TableViewerWindow::deleteItemSlot(). |
|
|
Definition at line 292 of file tvlistview.cpp. References QMap< Key, T >::clear(), i, keyIds, and listViewDisplay. Referenced by TableViewerWindow::editKeysSlot(), TableViewerWindow::newDocument(), and TableViewerWindow::openDocument(). |
|
|
Definition at line 304 of file tvlistview.cpp. References _TableState::current_elem, TVListViewItem::getDataElem(), it, t, and ts. Referenced by TVListView(). |
|
|
Definition at line 255 of file tvlistview.cpp. References _TableState::current_column, keyIds, and ts. Referenced by TVListView(). |
|
|
Definition at line 83 of file tvlistview.h. Referenced by addItem(), clearItems(), findItem(), first(), getCurrentData(), next(), previous(), rebuildData(), removeItem(), setCurrent(), and TVListView(). |
|
|
Definition at line 88 of file tvlistview.h. Referenced by rebuildData(), rebuildKeys(), reset(), and setSorting(). |
|
|
Definition at line 86 of file tvlistview.h. Referenced by addItem(), clearItems(), findItem(), first(), rebuildData(), rebuildKeys(), reset(), and TVListView(). |
|
|
Definition at line 84 of file tvlistview.h. Referenced by rebuildData(), rebuildKeys(), setCurrent(), setSorting(), and TVListView(). |
1.4.2