Krita Source Code Documentation
Loading...
Searching...
No Matches
ColorSmudgeInterstrokeDataFactory Struct Reference
+ Inheritance diagram for ColorSmudgeInterstrokeDataFactory:

Public Member Functions

KisInterstrokeDatacreate (KisPaintDeviceSP device) override
 
bool isCompatible (KisInterstrokeData *data) override
 
- Public Member Functions inherited from KisInterstrokeDataFactory
virtual ~KisInterstrokeDataFactory ()
 

Detailed Description

Definition at line 33 of file kis_colorsmudgeop.cpp.

Member Function Documentation

◆ create()

KisInterstrokeData * ColorSmudgeInterstrokeDataFactory::create ( KisPaintDeviceSP device)
inlineoverridevirtual

◆ isCompatible()

bool ColorSmudgeInterstrokeDataFactory::isCompatible ( KisInterstrokeData * data)
inlineoverridevirtual

Implements KisInterstrokeDataFactory.

Definition at line 35 of file kis_colorsmudgeop.cpp.

35 {
36 KisColorSmudgeInterstrokeData *colorSmudgeData =
37 dynamic_cast<KisColorSmudgeInterstrokeData*>(data);
38
39 return colorSmudgeData;
40 }

The documentation for this struct was generated from the following file: