Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_external_layer_iface.cc
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2020 Sharaf Zaman <sharafzaz121@gmail.com>
3
*
4
* SPDX-License-Identifier: GPL-2.0-or-later
5
*/
6
7
#include "
kis_external_layer_iface.h
"
8
9
// This is a Key function, this will create a strong symbol
10
void
KisExternalLayer::resetCache
(
const
KoColorSpace
*colorSpace)
11
{
12
Q_UNUSED(
colorSpace
);
13
}
14
15
QRect
KisExternalLayer::theoreticalBoundingRect
()
const
16
{
17
return
KisLayer::exactBounds
();
18
}
KisExternalLayer::theoreticalBoundingRect
virtual QRect theoreticalBoundingRect() const
Definition
kis_external_layer_iface.cc:15
KisExternalLayer::resetCache
virtual void resetCache(const KoColorSpace *colorSpace=0)
Definition
kis_external_layer_iface.cc:10
KoColorSpace
Definition
KoColorSpace.h:78
kis_external_layer_iface.h
KisLayer::exactBounds
QRect exactBounds() const override
Definition
kis_layer.cc:1030
KisLayer::colorSpace
const KoColorSpace * colorSpace() const override
returns the image's colorSpace or null, if there is no image
Definition
kis_layer.cc:225
libs
image
kis_external_layer_iface.cc
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52