Public Types | |
| enum | Columns { ColName , ColType , ColSize , ColPath , ColCount } |
Public Member Functions | |
| ContainerTreeModel (TransformSessionRef session, QObject *parent=nullptr) | |
| int | columnCount (const QModelIndex &parent={}) const override |
| QModelIndex | index (int row, int column, const QModelIndex &parent={}) const override |
| QModelIndex | parent (const QModelIndex &child) const override |
| int | rowCount (const QModelIndex &parent={}) const override |
| QVariant | data (const QModelIndex &index, int role) const override |
| QVariant | headerData (int section, Qt::Orientation orientation, int role) const override |
| Qt::ItemFlags | flags (const QModelIndex &index) const override |
| QString | getDisplayName (const QModelIndex &index) const |
| TransformContextRef | getTransformContext (const QModelIndex &index) const |
| QStringList | pathFor (const QModelIndex &index) const |
| void | selectNode (const QModelIndex &index) |
| void | rebuild () |
| ContainerTreeModel::ContainerTreeModel | ( | TransformSessionRef | session, |
| QObject * | parent = nullptr ) |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
|
override |
| QString ContainerTreeModel::getDisplayName | ( | const QModelIndex & | index | ) | const |
| TransformContextRef ContainerTreeModel::getTransformContext | ( | const QModelIndex & | index | ) | const |
| QStringList ContainerTreeModel::pathFor | ( | const QModelIndex & | index | ) | const |
| void ContainerTreeModel::selectNode | ( | const QModelIndex & | index | ) |
| void ContainerTreeModel::rebuild | ( | ) |