rocs/VisualEditor
ToolManager Class Reference
#include <ToolManager.h>
Inheritance diagram for ToolManager:

Public Member Functions | |
KPluginInfo | pluginInfo (ToolsPluginInterface *plugin) |
QList< ToolsPluginInterface * > | plugins () const |
Static Public Member Functions | |
static ToolManager & | self () |
Detailed Description
This singelton class provides access to all available visual graph editor tools.
Definition at line 35 of file ToolManager.h.
Member Function Documentation
KPluginInfo ToolManager::pluginInfo | ( | ToolsPluginInterface * | plugin | ) |
- Returns
- plugin info for specified tool plugin.
Definition at line 124 of file ToolManager.cpp.
QList< ToolsPluginInterface * > ToolManager::plugins | ( | ) | const |
Return list of available tool plugins.
Definition at line 134 of file ToolManager.cpp.
|
static |
Returns self reference to tool manager.
First call of this method loads all available tools.
- Returns
- self reference
Definition at line 105 of file ToolManager.cpp.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:42:46 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.