Krita Source Code Documentation
Loading...
Searching...
No Matches
KisInterstrokeData.cpp
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
8
9#include <KoColorSpace.h>
10#include <kis_paint_device.h>
11
13 : m_linkedDeviceOffset(device->offset())
14 , m_linkedColorSpace(device->colorSpace())
15 , m_linkedPaintDevice(device)
16{
17
18}
19
23
KisInterstrokeData(KisPaintDeviceSP device)
KisPaintDeviceWSP m_linkedPaintDevice
const KoColorSpace * m_linkedColorSpace
const KoColorSpace * colorSpace() const
QPoint offset() const
#define KIS_ASSERT_RECOVER_RETURN_VALUE(cond, val)
Definition kis_assert.h:85