TaskHub Class
(Debugger::ProjectExplorer::TaskHub)Public Functions
| void | categoryVisibilityChanged(Core::Id categoryId, bool visible) |
| void | openTask(unsigned int id) |
| void | popupRequested(int) |
| void | showTask(unsigned int id) |
| void | taskAdded(const ProjectExplorer::Task &task) |
| void | taskFileNameUpdated(unsigned int id, const Debugger::QString &fileName) |
| void | taskLineNumberUpdated(unsigned int id, int line) |
| void | taskRemoved(const ProjectExplorer::Task &task) |
| void | tasksCleared(Core::Id categoryId) |
Static Public Members
| void | addCategory(Core::Id categoryId, const Debugger::QString &displayName, bool visible = true) |
| void | clearTasks(Core::Id categoryId = ...) |
| void | removeTask(const ProjectExplorer::Task &task) |
| void | requestPopup() |
| void | setCategoryVisibility(Core::Id categoryId, bool visible) |
| void | showTaskInEditor(unsigned int id) |
| void | taskMarkClicked(unsigned int id) |
| void | updateTaskFileName(unsigned int id, const Debugger::QString &fileName) |
| void | updateTaskLineNumber(unsigned int id, int line) |