Krita Source Code Documentation
Loading...
Searching...
No Matches
KisInterstrokeDataFactory.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 Dmitry Kazakov <dimula73@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#ifndef KISINTERSTROKEDATAFACTORY_H
8
#define KISINTERSTROKEDATAFACTORY_H
9
10
#include "kritaimage_export.h"
11
#include "
kis_types.h
"
12
13
class
KisInterstrokeData
;
14
24
class
KRITAIMAGE_EXPORT
KisInterstrokeDataFactory
25
{
26
public
:
27
virtual
~KisInterstrokeDataFactory
();
28
29
virtual
bool
isCompatible
(
KisInterstrokeData
*data) = 0;
30
virtual
KisInterstrokeData
*
create
(
KisPaintDeviceSP
device) = 0;
31
};
32
33
#endif
// KISINTERSTROKEDATAFACTORY_H
KisInterstrokeDataFactory
Definition
KisInterstrokeDataFactory.h:25
KisInterstrokeDataFactory::create
virtual KisInterstrokeData * create(KisPaintDeviceSP device)=0
KisInterstrokeDataFactory::isCompatible
virtual bool isCompatible(KisInterstrokeData *data)=0
KisInterstrokeData
Definition
KisInterstrokeData.h:32
KisSharedPtr< KisPaintDevice >
kis_types.h
libs
image
KisInterstrokeDataFactory.h
Generated at
2026-01-15 02:30:07+01:00
from
Krita
branch
master
, commit
38b517ca06286bb65279453cbf9a2b4fbd1153d1