Krita Source Code Documentation
Loading...
Searching...
No Matches
KisColorSmudgeInterstrokeData.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
10
11#include "kis_transaction.h"
12#include "kis_paint_device.h"
13
24
31
40
42{
44
45 // the internal undo commands are owned by m_parentCommand
46 (void) m_heightmapDeviceTransaction->endAndTake();
48
49 return m_parentCommand.take();
50}
KisMagneticGraph::vertex_descriptor source(typename KisMagneticGraph::edge_descriptor e, KisMagneticGraph g)
void beginTransaction(KUndo2Command *parent=0)
KisPaintDeviceSP overlay(int index=0) const
void setDefaultBounds(KisDefaultBoundsBaseSP bounds)
void setSupportsWraparoundMode(bool value)
#define KIS_SAFE_ASSERT_RECOVER(cond)
Definition kis_assert.h:126
#define KIS_SAFE_ASSERT_RECOVER_RETURN_VALUE(cond, val)
Definition kis_assert.h:129
#define KIS_SAFE_ASSERT_RECOVER_RETURN(cond)
Definition kis_assert.h:128
typedef void(QOPENGLF_APIENTRYP PFNGLINVALIDATEBUFFERDATAPROC)(GLuint buffer)
QScopedPointer< KUndo2Command > m_parentCommand
KisOverlayPaintDeviceWrapper overlayDeviceWrapper
KisColorSmudgeInterstrokeData(KisPaintDeviceSP source)
QScopedPointer< KisTransaction > m_heightmapDeviceTransaction
static KoColorSpaceRegistry * instance()