Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_progress_updater.cpp
Go to the documentation of this file.
1/*
2 * This file is part of KimageShop^WKrayon^WKrita
3 *
4 * SPDX-FileCopyrightText: 2009 Boudewijn Rempt <boud@valdyas.org>
5 *
6 * SPDX-License-Identifier: GPL-2.0-or-later
7 */
9
11 : KoProgressUpdater(proxy, mode)
12 , m_interface(progressInterface)
13{
14 Q_ASSERT(progressInterface);
15 Q_ASSERT(proxy);
17}
18
virtual void attachUpdater(KoProgressUpdater *updater)=0
virtual void detachUpdater(KoProgressUpdater *updater)=0
KisProgressUpdater(KisProgressInterface *progressInterface, KoProgressProxy *proxy, KoProgressUpdater::Mode mode=KoProgressUpdater::Threaded)
KisProgressInterface * m_interface