okteta
#include <podtablemodel.h>
|
| PODTableModel (PODDecoderTool *tool, QObject *parent=0) |
|
virtual | ~PODTableModel () |
|
virtual QModelIndex | buddy (const QModelIndex &index) const |
|
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 int | rowCount (const QModelIndex &parent) const |
|
virtual bool | setData (const QModelIndex &index, const QVariant &value, int role) |
|
Definition at line 36 of file podtablemodel.h.
Enumerator |
---|
NameId |
|
ValueId |
|
NoOfColumnIds |
|
Definition at line 41 of file podtablemodel.h.
Kasten2::PODTableModel::~PODTableModel |
( |
| ) |
|
|
virtual |
QModelIndex Kasten2::PODTableModel::buddy |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
int Kasten2::PODTableModel::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
QVariant Kasten2::PODTableModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
virtual |
Qt::ItemFlags Kasten2::PODTableModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
virtual |
QVariant Kasten2::PODTableModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role |
|
) |
| const |
|
virtual |
int Kasten2::PODTableModel::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
virtual |
bool Kasten2::PODTableModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role |
|
) |
| |
|
virtual |
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 23:04:12 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.