Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_progress_interface.h
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 */
8#ifndef KIS_PROGRESS_INTERFACE_H
9#define KIS_PROGRESS_INTERFACE_H
10
11#include <kritaimage_export.h>
12
14
15class KRITAIMAGE_EXPORT KisProgressInterface
16{
17public:
18
20 virtual void detachUpdater(KoProgressUpdater* updater) = 0;
21 virtual void attachUpdater(KoProgressUpdater* updater) = 0;
22};
23
24
25#endif // KIS_PROGRESS_INTERFACE_H
virtual void attachUpdater(KoProgressUpdater *updater)=0
virtual ~KoProgressInterface()
virtual void detachUpdater(KoProgressUpdater *updater)=0