#include <SetupTreeModel.h>
List of all members.
Public Member Functions |
| SetupTreeModel (const QMap< QString, QString > &setuptree, QObject *parent=0) |
| ~SetupTreeModel () |
QModelIndex | index (int row, int column, const QModelIndex &parent=QModelIndex()) const |
QModelIndex | parent (const QModelIndex &index) const |
int | rowCount (const QModelIndex &parent=QModelIndex()) const |
int | columnCount (const QModelIndex &parent=QModelIndex()) const |
QVariant | data (const QModelIndex &index, int role=Qt::DisplayRole) const |
QVariant | headerData (int section, Qt::Orientation orientation, int role=Qt::DisplayRole) const |
Detailed Description
- Author:
- Matthias Nagl <mnagl@uni-goettingen.de>
Constructor & Destructor Documentation
SetupTreeModel::SetupTreeModel |
( |
const QMap< QString, QString > & |
setuptree, |
|
|
QObject * |
parent = 0 |
|
) |
| |
SetupTreeModel::~SetupTreeModel |
( |
| ) |
|
Member Function Documentation
int SetupTreeModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QVariant SetupTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
QVariant SetupTreeModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
QModelIndex SetupTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
QModelIndex SetupTreeModel::parent |
( |
const QModelIndex & |
index | ) |
const |
int SetupTreeModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
The documentation for this class was generated from the following files: