Learn Environment
|
Represents a task containing multiple subtasks. More...
#include <task.hpp>
Public Attributes | |
QString | title |
The title of the task. More... | |
QString | folder |
The folder path of the task. More... | |
QString | difficulty |
The difficulty level of the task. More... | |
QString | topic |
The topic of the task. More... | |
QVector< Subtask > | subtasks |
The list of subtasks within the task. More... | |
bool | previousSubtasksRequired = false |
Whether previous subtasks are required. More... | |
QString | difficultyHexColor |
The hex color associated with the difficulty level. More... | |
Represents a task containing multiple subtasks.
The Task struct contains information about a task, including its title, description, folder, difficulty, and a list of subtasks. It also includes an optional field indicating whether previous subtasks are required.
QString Task::difficulty |
The difficulty level of the task.
QString Task::difficultyHexColor |
The hex color associated with the difficulty level.
QString Task::folder |
The folder path of the task.
bool Task::previousSubtasksRequired = false |
Whether previous subtasks are required.
QVector<Subtask> Task::subtasks |
The list of subtasks within the task.
QString Task::title |
The title of the task.
QString Task::topic |
The topic of the task.