Krita Source Code Documentation
Loading...
Searching...
No Matches
KisAnimatedBrushAnnotation.h
Go to the documentation of this file.
1/*
2 * This file is part of the KDE project
3 *
4 * SPDX-FileCopyrightText: 2015 Boudewijn Rempt <boud@valdyas.org>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
8#ifndef KISANIMATEDBRUSHANNOTATION_H
9#define KISANIMATEDBRUSHANNOTATION_H
10
11#include <kis_annotation.h>
12
14
16{
17public:
19 KisAnnotation* clone() const Q_DECL_OVERRIDE {
20 return new KisAnimatedBrushAnnotation(*this);
21 }
22};
23
24#endif // KISANIMATEDBRUSHANNOTATION_H
KisAnnotation * clone() const Q_DECL_OVERRIDE
KisAnimatedBrushAnnotation(const KisPipeBrushParasite &parasite)
A data extension mechanism for Krita.
This file is part of the Krita application in calligra.