TasksListModel

Qualified name: mv::TasksListModel

class TasksListModel : public mv::AbstractTasksModel

Tasks model class.

Standard item model class for tasks

Author

Thomas Kroes

Public Functions

TasksListModel(QObject *parent = nullptr)

Construct with parent object.

Parameters:

parent – Pointer to parent object

QPointer<Task> getTask(const std::int32_t &rowIndex) const

Get task by rowIndex.

Parameters:

rowIndex – Row index of the task to get

Returns:

Pointer to task at rowIndex, or nullptr if no task is found