Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_update_outline_job.cpp
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2013 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
8
9
10KisUpdateOutlineJob::KisUpdateOutlineJob(KisSelectionSP selection, bool updateThumbnail, const QColor &maskColor)
11 : m_selection(selection),
12 m_updateThumbnail(updateThumbnail),
13 m_maskColor(maskColor)
14{
15}
16
18{
19 return dynamic_cast<const KisUpdateOutlineJob*>(otherJob);
20}
21
30
32{
33 return 0;
34}
35
37{
38 return "KisUpdateOutlineJob";
39}
bool overrides(const KisSpontaneousJob *otherJob) override
KisUpdateOutlineJob(KisSelectionSP selection, bool updateThumbnail, const QColor &maskColor)
QString debugName() const override
int levelOfDetail() const override
void recalculateOutlineCache()
void recalculateThumbnailImage(const QColor &maskColor)
void notifySelectionChanged()