|
open_iA 2024.9
|
Registry for descendants of iATool. More...
#include <iAToolRegistry.h>
Static Public Member Functions | |
| static void | addTool (QString const &toolIdentifier, iAToolCreateFuncPtr toolCreateFunc) |
| Adds a given tool type to the registry. | |
| static std::shared_ptr< iATool > | createTool (QString const &toolIdentifier, iAMainWindow *mainWnd, iAMdiChild *child) |
| static QList< QString > const | toolKeys () |
Registry for descendants of iATool.
Used to identify available tools when reading a project
|
static |
Adds a given tool type to the registry.
|
static |
|
static |