okteta
#include <structtreemodel.h>
Definition at line 36 of file structtreemodel.h.
Kasten2::StructTreeModel::StructTreeModel |
( |
StructTool * |
tool, |
|
|
QObject * |
parent = NULL |
|
) |
| |
|
explicit |
Kasten2::StructTreeModel::~StructTreeModel |
( |
| ) |
|
|
virtual |
int Kasten2::StructTreeModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
QVariant Kasten2::StructTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
Qt::ItemFlags Kasten2::StructTreeModel::flags |
( |
const QModelIndex & |
index | ) |
const |
bool Kasten2::StructTreeModel::hasChildren |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
virtual |
QVariant Kasten2::StructTreeModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
QModelIndex Kasten2::StructTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
void Kasten2::StructTreeModel::onChildrenAboutToBeInserted |
( |
DataInformation * |
sender, |
|
|
uint |
startIndex, |
|
|
uint |
endIndex |
|
) |
| |
|
slot |
void Kasten2::StructTreeModel::onChildrenAboutToBeRemoved |
( |
DataInformation * |
sender, |
|
|
uint |
startIndex, |
|
|
uint |
endIndex |
|
) |
| |
|
slot |
void Kasten2::StructTreeModel::onChildrenInserted |
( |
const DataInformation * |
sender, |
|
|
uint |
startIndex, |
|
|
uint |
endIndex |
|
) |
| |
|
slot |
void Kasten2::StructTreeModel::onChildrenRemoved |
( |
const DataInformation * |
sender, |
|
|
uint |
startIndex, |
|
|
uint |
endIndex |
|
) |
| |
|
slot |
void Kasten2::StructTreeModel::onToolDataChange |
( |
int |
row, |
|
|
void * |
data |
|
) |
| |
|
slot |
void Kasten2::StructTreeModel::onToolDataClear |
( |
| ) |
|
|
slot |
QModelIndex Kasten2::StructTreeModel::parent |
( |
const QModelIndex & |
index | ) |
const |
int Kasten2::StructTreeModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
bool Kasten2::StructTreeModel::setData |
( |
const QModelIndex & |
index, |
|
|
const QVariant & |
value, |
|
|
int |
role = Qt::EditRole |
|
) |
| |
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.