| CBCGPTask* CBCGPTasksPane::GetTask | ( | int | nGroup, |
| int | nTask | ||
| ) | const |
Retrieves a pointer to a task.
Use this function to get CBCGTask pointer by the group index and task index. For reverse operation use GetTaskLocation() member function.
| nGroup | The zero-based index of the group in the internal list of groups. |
| nTask | The zero-based index of the task in the list of tasks that belongs to group. |