treemodel.h File Reference
#include "treeitem.h"
#include <QAbstractItemModel>
#include <QModelIndex>
#include <QVariant>
#include <QList>
#include <memory>
+ Include dependency graph for treemodel.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TreeModel
 

Typedefs

using TreeModelPtr = std::shared_ptr< TreeModel >
 

Typedef Documentation

◆ TreeModelPtr

using TreeModelPtr = std::shared_ptr<TreeModel>

Definition at line 73 of file treemodel.h.