#include <gamesview.h>
Signals | |
void | gameToPlaySelected (const QModelIndex &index) |
void | gameSelected (const QModelIndex &index) |
Public Member Functions | |
GamesView (QGraphicsItem *parent=0, Qt::WindowFlags wFlags=0) | |
virtual void | setModel (QAbstractItemModel *model) |
Protected Member Functions | |
bool | eventFilter (QObject *obj, QEvent *event) |
Protected Attributes | |
Plasma::ItemBackground * | m_itemBackground |
Definition at line 32 of file gamesview.h.
GamesView::GamesView | ( | QGraphicsItem * | parent = 0 , |
|
Qt::WindowFlags | wFlags = 0 | |||
) |
Definition at line 28 of file gamesview.cpp.
bool GamesView::eventFilter | ( | QObject * | obj, | |
QEvent * | event | |||
) | [protected] |
Definition at line 50 of file gamesview.cpp.
void GamesView::gameSelected | ( | const QModelIndex & | index | ) | [signal] |
void GamesView::gameToPlaySelected | ( | const QModelIndex & | index | ) | [signal] |
void GamesView::setModel | ( | QAbstractItemModel * | model | ) | [virtual] |
Reimplemented from AbstractItemView.
Definition at line 34 of file gamesview.cpp.
Plasma::ItemBackground* GamesView::m_itemBackground [protected] |
Definition at line 40 of file gamesview.h.