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