Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_onion_skin_cache.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2016 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef __KIS_ONION_SKIN_CACHE_H
8#define __KIS_ONION_SKIN_CACHE_H
9
10#include <QScopedPointer>
11#include "kis_types.h"
12
13
15{
16public:
19
21 void reset();
22
24
25private:
26 struct Private;
27 const QScopedPointer<Private> m_d;
28};
29
30#endif /* __KIS_ONION_SKIN_CACHE_H */
KisMagneticGraph::vertex_descriptor source(typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g)
KisPaintDeviceSP lodCapableDevice() const
KisPaintDeviceSP projection(KisPaintDeviceSP source)
const QScopedPointer< Private > m_d