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
13
class
KoProgressUpdater
;
14
15
class
KRITAIMAGE_EXPORT
KisProgressInterface
16
{
17
public
:
18
19
virtual
~KoProgressInterface
();
20
virtual
void
detachUpdater
(
KoProgressUpdater
* updater) = 0;
21
virtual
void
attachUpdater
(
KoProgressUpdater
* updater) = 0;
22
};
23
24
25
#endif
// KIS_PROGRESS_INTERFACE_H
KisProgressInterface
Definition
kis_progress_interface.h:16
KisProgressInterface::attachUpdater
virtual void attachUpdater(KoProgressUpdater *updater)=0
KisProgressInterface::~KoProgressInterface
virtual ~KoProgressInterface()
KisProgressInterface::detachUpdater
virtual void detachUpdater(KoProgressUpdater *updater)=0
KoProgressUpdater
Definition
KoProgressUpdater.cpp:24
libs
image
kis_progress_interface.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52