AbstractItemView Class Reference

#include <abstractitemview.h>

Inheritance diagram for AbstractItemView:
Overlay Overlay AchievementsView AchievementsView CommentsView GamesView HighScoresView

List of all members.

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

Detailed Description

Definition at line 32 of file abstractitemview.h.


Constructor & Destructor Documentation

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.


Member Function Documentation

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.


Member Data Documentation

QAbstractItemModel * AbstractItemView::m_model [protected]

Definition at line 42 of file abstractitemview.h.


The documentation for this class was generated from the following files:
Generated on Mon Dec 27 13:13:41 2010 for Gluon by  doxygen 1.6.3