20#ifndef LIBREPCB_EDITOR_PROJECTTREEMODEL_H
21#define LIBREPCB_EDITOR_PROJECTTREEMODEL_H
51 QObject* parent =
nullptr) noexcept;
56 return persistentIndexList();
58 QVariant
headerData(
int section, Qt::Orientation orientation,
59 int role)
const override;
The Workspace class represents a workspace with all its data (library, projects, settings,...
Definition: workspace.h:54
The ProjectTreeModel class.
Definition: projecttreemodel.h:45
QVariant headerData(int section, Qt::Orientation orientation, int role) const override
Definition: projecttreemodel.cpp:56
ProjectTreeModel(const ProjectTreeModel &other)=delete
ProjectTreeModel & operator=(const ProjectTreeModel &rhs)=delete
ProjectTreeModel()=delete
QModelIndexList getPersistentIndexList() const
Definition: projecttreemodel.h:55
Definition: occmodel.cpp:77