#include <abstractitemview.h>
Public Member Functions | |
| AbstractItemView (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
| virtual void | setModel (QAbstractItemModel *model) |
| QAbstractItemModel * | model () const |
| AbstractItemView (QWidget *parent=0, Qt::WindowFlags wFlags=0) | |
| virtual void | setModel (QAbstractItemModel *model) |
| QAbstractItemModel * | model () const |
Protected Attributes | |
| QAbstractItemModel * | m_model |
Definition at line 32 of file abstractitemview.h.
| AbstractItemView::AbstractItemView | ( | QGraphicsItem * | parent = 0, |
|
| Qt::WindowFlags | wFlags = 0 | |||
| ) |
Definition at line 28 of file abstractitemview.cpp.
| AbstractItemView::AbstractItemView | ( | QWidget * | parent = 0, |
|
| Qt::WindowFlags | wFlags = 0 | |||
| ) |
Definition at line 28 of file abstractitemview.cpp.
| QAbstractItemModel* AbstractItemView::model | ( | ) | const |
| QAbstractItemModel * AbstractItemView::model | ( | ) | const |
Definition at line 34 of file abstractitemview.cpp.
| virtual void AbstractItemView::setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Reimplemented in CommentsView, GamesView, and HighScoresView.
| void AbstractItemView::setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Reimplemented in CommentsView, GamesView, and HighScoresView.
Definition at line 39 of file abstractitemview.cpp.
QAbstractItemModel * AbstractItemView::m_model [protected] |
Definition at line 42 of file abstractitemview.h.
1.6.3