kget
#include <trackermodel.h>
|
| TrackerModel (QObject *parent) |
|
virtual | ~TrackerModel () |
|
void | changeTC (bt::TorrentInterface *tc) |
|
virtual int | columnCount (const QModelIndex &parent) const |
|
virtual QVariant | data (const QModelIndex &index, int role) const |
|
virtual Qt::ItemFlags | flags (const QModelIndex &index) const |
|
virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
|
virtual QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
|
virtual bool | insertRows (int row, int count, const QModelIndex &parent) |
|
virtual bool | removeRows (int row, int count, const QModelIndex &parent) |
|
virtual int | rowCount (const QModelIndex &parent) const |
|
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) |
|
bt::TrackerInterface * | tracker (const QModelIndex &idx) |
|
KUrl | trackerUrl (const QModelIndex &idx) |
|
void | update () |
|
- Author
Definition at line 40 of file trackermodel.h.
kt::TrackerModel::TrackerModel |
( |
QObject * |
parent | ) |
|
kt::TrackerModel::~TrackerModel |
( |
| ) |
|
|
virtual |
void kt::TrackerModel::changeTC |
( |
bt::TorrentInterface * |
tc | ) |
|
int kt::TrackerModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
QVariant kt::TrackerModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
Qt::ItemFlags kt::TrackerModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
QVariant kt::TrackerModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
virtual |
QModelIndex kt::TrackerModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
virtual |
bool kt::TrackerModel::insertRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
bool kt::TrackerModel::removeRows |
( |
int |
row, |
|
|
int |
count, |
|
|
const QModelIndex & |
parent |
|
) |
| |
|
virtual |
int kt::TrackerModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
bool kt::TrackerModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
virtual |
bt::TrackerInterface * kt::TrackerModel::tracker |
( |
const QModelIndex & |
idx | ) |
|
KUrl kt::TrackerModel::trackerUrl |
( |
const QModelIndex & |
idx | ) |
|
void kt::TrackerModel::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.