kget
kt::IWFileListModel Class Reference
#include <iwfilelistmodel.h>
Inheritance diagram for kt::IWFileListModel:

Detailed Description
Expands the standard TorrentFileListModel to show more information.
Definition at line 37 of file iwfilelistmodel.h.
Public Member Functions | |
| IWFileListModel (bt::TorrentInterface *tc, QObject *parent) | |
| virtual | ~IWFileListModel () |
| virtual int | columnCount (const QModelIndex &parent) const |
| virtual QVariant | headerData (int section, Qt::Orientation orientation, int role) const |
| virtual QVariant | data (const QModelIndex &index, int role) const |
| virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) |
| void | update () |
Constructor & Destructor Documentation
| kt::IWFileListModel::IWFileListModel | ( | bt::TorrentInterface * | tc, | |
| QObject * | parent | |||
| ) |
Definition at line 36 of file iwfilelistmodel.cpp.
| kt::IWFileListModel::~IWFileListModel | ( | ) | [virtual] |
Definition at line 51 of file iwfilelistmodel.cpp.
Member Function Documentation
| int kt::IWFileListModel::columnCount | ( | const QModelIndex & | parent | ) | const [virtual] |
| QVariant kt::IWFileListModel::headerData | ( | int | section, | |
| Qt::Orientation | orientation, | |||
| int | role | |||
| ) | const [virtual] |
| QVariant kt::IWFileListModel::data | ( | const QModelIndex & | index, | |
| int | role | |||
| ) | const [virtual] |
| bool kt::IWFileListModel::setData | ( | const QModelIndex & | index, | |
| const QVariant & | value, | |||
| int | role | |||
| ) | [virtual] |
| void kt::IWFileListModel::update | ( | ) | [virtual] |
Update gui if necessary.
Reimplemented from kt::TorrentFileModel.
Definition at line 200 of file iwfilelistmodel.cpp.
The documentation for this class was generated from the following files:
KDE 4.0 API Reference