libs/flake
KoToolRegistry Class Reference
This singleton class keeps a register of all available flake tools, or rather, of the factories that the KoToolBox (and KoToolManager) will use to create flake tools. More...
#include <KoToolRegistry.h>
Inheritance diagram for KoToolRegistry:

Public Member Functions | |
| ~KoToolRegistry () | |
Static Public Member Functions | |
| static KoToolRegistry * | instance () |
Detailed Description
This singleton class keeps a register of all available flake tools, or rather, of the factories that the KoToolBox (and KoToolManager) will use to create flake tools.
XXX: Make it possible for this class to load not just flake tools, but also the app-specific KoTool-based tools. (BSAR)
Definition at line 38 of file KoToolRegistry.h.
Constructor & Destructor Documentation
| KoToolRegistry::~KoToolRegistry | ( | ) |
Definition at line 44 of file KoToolRegistry.cpp.
Member Function Documentation
| KoToolRegistry * KoToolRegistry::instance | ( | ) | [static] |
Return an instance of the KoToolRegistry Create a new instance on first call and return the singleton.
Definition at line 48 of file KoToolRegistry.cpp.
The documentation for this class was generated from the following files:
