ProjectsListModel
Qualified name: mv::ProjectsListModel
-
class ProjectsListModel : public mv::AbstractProjectsModel
Projects list model class.
Contains projects in a list.
- Author
Thomas Kroes
Public Functions
-
ProjectsListModel(const PopulationMode &mode = PopulationMode::Automatic, QObject *parent = nullptr)
Construct with population
modeand pointer toparentobject.- Parameters:
mode – Mode of the model (automatic/manual)
parent – Pointer to parent object
Protected Functions
Populate the model with the given projects.
- Parameters:
projects – Shared pointers to projects to populate the model with