#include <highscoresviewitem.h>
Public Member Functions | |
HighScoresViewItem (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
virtual | ~HighScoresViewItem () |
virtual void | setModelIndex (const QModelIndex &index) |
QModelIndex | modelIndex () const |
Protected Member Functions | |
void | layoutWidgets () |
Protected Attributes | |
QGraphicsLinearLayout * | m_layout |
Definition at line 33 of file highscoresviewitem.h.
HighScoresViewItem::HighScoresViewItem | ( | QGraphicsItem * | parent = 0 , |
|
Qt::WindowFlags | wFlags = 0 | |||
) |
Definition at line 26 of file highscoresviewitem.cpp.
HighScoresViewItem::~HighScoresViewItem | ( | ) | [virtual] |
Definition at line 33 of file highscoresviewitem.cpp.
void HighScoresViewItem::layoutWidgets | ( | ) | [protected] |
Definition at line 48 of file highscoresviewitem.cpp.
QModelIndex HighScoresViewItem::modelIndex | ( | ) | const |
Definition at line 43 of file highscoresviewitem.cpp.
void HighScoresViewItem::setModelIndex | ( | const QModelIndex & | index | ) | [virtual] |
Definition at line 37 of file highscoresviewitem.cpp.
QGraphicsLinearLayout* HighScoresViewItem::m_layout [protected] |
Definition at line 45 of file highscoresviewitem.h.