ExternalToolManager Class
(Core::ExternalToolManager)| Inherits: | QObject |
Public Functions
- 31 public functions inherited from QObject
Signals
| void | replaceSelectionRequested(const QString &text) |
- 2 signals inherited from QObject
Static Public Members
| void | emitReplaceSelectionRequested(const QString &output) |
| ExternalToolManager * | instance() |
| void | setToolsByCategory(const QMap<QString, QList<Internal::ExternalTool *> > &tools) |
| QMap<QString, QList<Internal::ExternalTool *> > | toolsByCategory() |
| QMap<QString, Internal::ExternalTool *> | toolsById() |
- 10 static public members inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 1 public variable inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Member Function Documentation
ExternalToolManager::ExternalToolManager()
Default constructs an instance of ExternalToolManager.
ExternalToolManager::~ExternalToolManager()
Destroys the instance of ExternalToolManager.
[static] void ExternalToolManager::emitReplaceSelectionRequested(const QString &output)
[static] ExternalToolManager *ExternalToolManager::instance()
[signal] void ExternalToolManager::replaceSelectionRequested(const QString &text)
[static] void ExternalToolManager::setToolsByCategory(const QMap<QString, QList<Internal::ExternalTool *> > &tools)
See also toolsByCategory().
[static] QMap<QString, QList<Internal::ExternalTool *> > ExternalToolManager::toolsByCategory()
See also setToolsByCategory().