libs/flake
KoDockRegistry Class Reference
This singleton class keeps a register of all available dockers, or rather, of the factories that can create the QDockWidget instances for the mainwindows. More...
#include <KoDockRegistry.h>
Inheritance diagram for KoDockRegistry:

Public Member Functions | |
| ~KoDockRegistry () | |
Static Public Member Functions | |
| static KoDockRegistry * | instance () |
Detailed Description
This singleton class keeps a register of all available dockers, or rather, of the factories that can create the QDockWidget instances for the mainwindows.
Note that adding your KoDockFactory to this registry will mean it will automatically be added to an application, no extra code is required for that.
- See also:
- KoCanvasObserver
Definition at line 38 of file KoDockRegistry.h.
Constructor & Destructor Documentation
| KoDockRegistry::~KoDockRegistry | ( | ) |
Definition at line 41 of file KoDockRegistry.cpp.
Member Function Documentation
| KoDockRegistry * KoDockRegistry::instance | ( | ) | [static] |
Return an instance of the KoDockRegistry Create a new instance on first call and return the singleton.
Definition at line 50 of file KoDockRegistry.cpp.
The documentation for this class was generated from the following files:
