|
VR CAD Viewer 1.0
Qt and VTK application for loading and visualising CAD models with VR support
|
Defines the ModelPartList class used as the Qt model for displaying model parts in a tree view. More...
#include "ModelPart.h"#include <QAbstractItemModel>#include <QModelIndex>#include <QVariant>#include <QString>#include <QList>

Go to the source code of this file.
Classes | |
| class | ModelPartList |
| Model class used by Qt to display ModelPart objects in a tree view. More... | |
Defines the ModelPartList class used as the Qt model for displaying model parts in a tree view.
EEEE2076 - Software Engineering & VR Project
Template for model part list that will be used to create the trewview.
P Evans 2022
This class manages the hierarchy of ModelPart objects and provides the required interface for Qt's QTreeView.