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
14
24class KRITAIMAGE_EXPORT KisInterstrokeDataFactory
25{
26public:
28
29 virtual bool isCompatible(KisInterstrokeData *data) = 0;
31};
32
33#endif // KISINTERSTROKEDATAFACTORY_H
virtual KisInterstrokeData * create(KisPaintDeviceSP device)=0
virtual bool isCompatible(KisInterstrokeData *data)=0