kget
kt::IWFileTreeModel Class Reference
#include <iwfiletreemodel.h>
Inheritance diagram for kt::IWFileTreeModel:

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