VR CAD Viewer 1.0
Qt and VTK application for loading and visualising CAD models with VR support
Loading...
Searching...
No Matches
ModelPartList.h File Reference

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>
Include dependency graph for ModelPartList.h:
This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

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.