#include <poitemTableView.h>
Public Member Functions | |
| PoitemTableView (QWidget *=0) | |
| virtual void | setModel (QAbstractItemModel *model) |
Public Slots | |
| virtual void | sHeaderDataChanged (Qt::Orientation, int, int) |
Protected Slots | |
| virtual void | closeEditor (QWidget *, QAbstractItemDelegate::EndEditHint) |
| virtual void | currentChanged (const QModelIndex &, const QModelIndex &) |
| PoitemTableView::PoitemTableView | ( | QWidget * | parent = 0 | ) |
| void PoitemTableView::closeEditor | ( | QWidget * | editor, |
| QAbstractItemDelegate::EndEditHint | hint | ||
| ) | [protected, virtual, slot] |
Reimplemented from QAbstractItemView.
| void PoitemTableView::currentChanged | ( | const QModelIndex & | current, |
| const QModelIndex & | previous | ||
| ) | [protected, virtual, slot] |
Reimplemented from QTableView.
| void PoitemTableView::setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Reimplemented from QTableView.
| void PoitemTableView::sHeaderDataChanged | ( | Qt::Orientation | porientation, |
| int | first, | ||
| int | last | ||
| ) | [virtual, slot] |
| Generated on Mon Jan 23 2012 12:22:35 | xTuple ERP Programmer Reference, Version 3.8.0 |
1.7.6.1
|