Krita Source Code Documentation
Loading...
Searching...
No Matches
KisStrokesQueueMutatedJobInterface.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2017 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef KISSTROKESQUEUEMUTATEDJOBINTERFACE_H
8#define KISSTROKESQUEUEMUTATEDJOBINTERFACE_H
9
10#include "kis_types.h"
11#include "KisLodPreferences.h"
12
14
16{
17public:
19
20 virtual void addMutatedJobs(KisStrokeId strokeId, const QVector<KisStrokeJobData*> list) = 0;
21 virtual KisLodPreferences lodPreferences() const = 0;
22};
23
24#endif // KISSTROKESQUEUEMUTATEDJOBINTERFACE_H
virtual KisLodPreferences lodPreferences() const =0
virtual void addMutatedJobs(KisStrokeId strokeId, const QVector< KisStrokeJobData * > list)=0