#include <QAbstractItemModel>
#include <QList>
#include <QVariantList>
#include <QIcon>
#include <QDebug>
#include "../Data/datadefinitions.h"
Go to the source code of this file.
Classes | |
class | ExerciseModel |
this model is for the ExerciseSelectionView -> it is the left TreeView, where pupils can choose an exercise or task More... | |
class | ExerciseItem |
Represents one single item of the TreeView. Also stores the data which is necessary for the tree. More... |