#include "ToolManager.h"
◆ ToolManager()
ToolManager::ToolManager |
( |
AppBase * | _app | ) |
|
◆ ~ToolManager()
ToolManager::~ToolManager |
( |
| ) |
|
|
virtual |
◆ addTool()
Stores the provided tool.
◆ clear()
void ToolManager::clear |
( |
void | | ) |
|
◆ findTool()
Returns the tool with the specified name If no tool was found nullptr will be returned.
◆ getMenuManager()
◆ getStatusManager()
◆ getToolBarManager()
◆ getToolSettingsManager()
◆ getToolViewManager()
◆ removeTool() [1/2]
void ToolManager::removeTool |
( |
const QString & | _toolName | ) |
|
Cleans up and deletes the tool with the provided name.
◆ removeTool() [2/2]
Cleans up the provided tool The tool will not be deleted.
◆ runTool()
void ToolManager::runTool |
( |
const QString & | _toolName | ) |
|
◆ stopAll()
void ToolManager::stopAll |
( |
void | | ) |
|
◆ stopTool()
void ToolManager::stopTool |
( |
const QString & | _toolName | ) |
|
◆ toolDataHasChanged()
The documentation for this class was generated from the following files: