#include <berryViewTreeModel.h>
Definition at line 31 of file berryViewTreeModel.h.
berry::ViewTreeModel::ViewTreeModel |
( |
const IWorkbenchWindow * |
window, |
|
|
QObject * |
parent = nullptr |
|
) |
| |
berry::ViewTreeModel::~ViewTreeModel |
( |
| ) |
|
int berry::ViewTreeModel::columnCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
QVariant berry::ViewTreeModel::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
Qt::ItemFlags berry::ViewTreeModel::flags |
( |
const QModelIndex & |
index | ) |
const |
|
override |
QVariant berry::ViewTreeModel::headerData |
( |
int |
section, |
|
|
Qt::Orientation |
orientation, |
|
|
int |
role = Qt::DisplayRole |
|
) |
| const |
|
override |
QModelIndex berry::ViewTreeModel::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent = QModelIndex() |
|
) |
| const |
|
override |
QModelIndex berry::ViewTreeModel::parent |
( |
const QModelIndex & |
child | ) |
const |
|
override |
int berry::ViewTreeModel::rowCount |
( |
const QModelIndex & |
parent = QModelIndex() | ) |
const |
|
override |
The documentation for this class was generated from the following files: