|
Krita Source Code Documentation
|
An abstract class for providing access to canvas resources like current gradient and Fg/Bg colors. More...
#include <KoCanvasResourcesInterface.h>
Inheritance diagram for KoCanvasResourcesInterface:Public Member Functions | |
| virtual QVariant | resource (int key) const =0 |
| virtual | ~KoCanvasResourcesInterface () |
An abstract class for providing access to canvas resources like current gradient and Fg/Bg colors.
Specific implementations may forward the requests either to KoCanvasResourceProvider or to a local storage.
Definition at line 23 of file KoCanvasResourcesInterface.h.
|
virtual |
Definition at line 9 of file KoCanvasResourcesInterface.cpp.
|
pure virtual |
Implemented in CanvasResourceProviderInterfaceWrapper, and KoLocalStrokeCanvasResources.