kget
#include <peerviewmodel.h>
|
void | sort (int col, Qt::SortOrder order) |
|
|
| PeerViewModel (QObject *parent) |
|
virtual | ~PeerViewModel () |
|
void | clear () |
|
virtual int | columnCount (const QModelIndex &parent) const |
|
virtual QVariant | data (const QModelIndex &index, int role) const |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
|
virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
|
bt::PeerInterface * | indexToPeer (const QModelIndex &idx) |
|
virtual bool | insertRows (int row, int count, const QModelIndex &parent) |
|
void | peerAdded (bt::PeerInterface *peer) |
|
void | peerRemoved (bt::PeerInterface *peer) |
|
virtual bool | removeRows (int row, int count, const QModelIndex &parent) |
|
virtual int | rowCount (const QModelIndex &parent) const |
|
void | update () |
|
- Author
- Joris Guisson Model for the PeerView
Definition at line 36 of file peerviewmodel.h.
kt::PeerViewModel::PeerViewModel |
( |
QObject * |
parent | ) |
|
kt::PeerViewModel::~PeerViewModel |
( |
| ) |
|
|
virtual |
void kt::PeerViewModel::clear |
( |
| ) |
|
int kt::PeerViewModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
QVariant kt::PeerViewModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
QVariant kt::PeerViewModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
virtual |
QModelIndex kt::PeerViewModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
bt::PeerInterface * kt::PeerViewModel::indexToPeer |
( |
const QModelIndex & |
idx | ) |
|
bool kt::PeerViewModel::insertRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
void kt::PeerViewModel::peerAdded |
( |
bt::PeerInterface * |
peer | ) |
|
void kt::PeerViewModel::peerRemoved |
( |
bt::PeerInterface * |
peer | ) |
|
bool kt::PeerViewModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
int kt::PeerViewModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
void kt::PeerViewModel::sort |
( |
int |
col, |
|
|
Qt::SortOrder |
order |
|
) |
| |
|
slot |
void kt::PeerViewModel::update |
( |
| ) |
|
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:53:18 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.