Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_abstract_projection_plane.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2015 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9
13
17
18QRect KisDumbProjectionPlane::recalculate(const QRect& rect, KisNodeSP filthyNode, KisRenderPassFlags flags)
19{
20 Q_UNUSED(filthyNode);
21 Q_UNUSED(flags);
22 return rect;
23}
24
25void KisDumbProjectionPlane::apply(KisPainter *painter, const QRect &rect)
26{
27 Q_UNUSED(painter);
28 Q_UNUSED(rect);
29}
30
31
33{
34 Q_UNUSED(pos);
35 return rect;
36}
37
39{
40 Q_UNUSED(pos);
41 return rect;
42}
43
45{
46 Q_UNUSED(pos);
47 return rect;
48}
49
51{
52 return rect;
53}
54
56{
57 return QRect();
58}
59
61{
62 return QRect();
63}
64
void apply(KisPainter *painter, const QRect &rect) override
KisPaintDeviceList getLodCapableDevices() const override
QRect changeRect(const QRect &rect, KisLayer::PositionToFilthy pos) const override
QRect needRect(const QRect &rect, KisLayer::PositionToFilthy pos) const override
QRect recalculate(const QRect &rect, KisNodeSP filthyNode, KisRenderPassFlags flags) override
QRect looseUserVisibleBounds() const override
QRect tightUserVisibleBounds() const override
QRect accessRect(const QRect &rect, KisLayer::PositionToFilthy pos) const override
QRect needRectForOriginal(const QRect &rect) const override
QList< KisPaintDeviceSP > KisPaintDeviceList
Definition kis_types.h:267
PositionToFilthy
Definition kis_node.h:58