|
Krita Source Code Documentation
|
#include <KisInterstrokeDataFactory.h>
Inheritance diagram for KisInterstrokeDataFactory:Public Member Functions | |
| virtual KisInterstrokeData * | create (KisPaintDeviceSP device)=0 |
| virtual bool | isCompatible (KisInterstrokeData *data)=0 |
| virtual | ~KisInterstrokeDataFactory () |
A factory class for creation KisInterstrokeData by paint tools
The main purpose for the factory is to check if the currently attached interstroke data is compatible with the current tool and replace it with the new one if needed.
Definition at line 24 of file KisInterstrokeDataFactory.h.
|
virtual |
Definition at line 9 of file KisInterstrokeDataFactory.cpp.
|
pure virtual |
Implemented in ColorSmudgeInterstrokeDataFactory.
|
pure virtual |
Implemented in ColorSmudgeInterstrokeDataFactory.