#include <entitytree.h>
|
enum ROLES {
ID = Qt::UserRole + 1,
TYPE,
CONTAINER_ID,
NAME,
VISIBILITY,
INDEX,
LISTINDEX,
DESCRIPTION,
CORE_MODEL,
GUI_MODEL,
MODEL,
EXPANDED,
LIST_COLUMN
} |
|
Enumerator |
ID |
|
TYPE |
|
CONTAINER_ID |
|
NAME |
|
VISIBILITY |
|
INDEX |
|
LISTINDEX |
|
DESCRIPTION |
|
CORE_MODEL |
|
GUI_MODEL |
|
MODEL |
|
EXPANDED |
|
LIST_COLUMN |
|
dnai::models::EntityTree::EntityTree |
( |
QObject * |
parent = nullptr | ) |
|
int dnai::models::EntityTree::columnCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
QVariant dnai::models::EntityTree::data |
( |
const QModelIndex & |
index, |
|
|
int |
role |
|
) |
| const |
|
override |
Entity * dnai::models::EntityTree::getItem |
( |
const QModelIndex & |
index | ) |
const |
|
protected |
int dnai::models::EntityTree::getRoleKey |
( |
QString |
rolename | ) |
const |
QModelIndex dnai::models::EntityTree::index |
( |
int |
row, |
|
|
int |
column, |
|
|
const QModelIndex & |
parent |
|
) |
| const |
|
override |
QModelIndex dnai::models::EntityTree::parent |
( |
const QModelIndex & |
child | ) |
const |
|
override |
QHash< int, QByteArray > dnai::models::EntityTree::roleNames |
( |
| ) |
const |
|
overrideprotectedvirtual |
int dnai::models::EntityTree::rowCount |
( |
const QModelIndex & |
parent | ) |
const |
|
override |
Entity* dnai::models::EntityTree::m_rootItem |
|
protected |
The documentation for this class was generated from the following files: