Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_runnable.h
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
7
#ifndef __KIS_RUNNABLE_H
8
#define __KIS_RUNNABLE_H
9
10
#include "kritaimage_export.h"
11
12
class
KRITAIMAGE_EXPORT
KisRunnable
13
{
14
public
:
15
virtual
~KisRunnable
() {};
16
virtual
void
run
() = 0;
17
};
18
19
#endif
/* __KIS_RUNNABLE_H */
KisRunnable
Definition
kis_runnable.h:13
KisRunnable::~KisRunnable
virtual ~KisRunnable()
Definition
kis_runnable.h:15
KisRunnable::run
virtual void run()=0
libs
image
kis_runnable.h
Generated at
2026-04-16 02:30:01+02:00
from
Krita
branch
master
, commit
5f3d7cd92c534a2e873f42630f64d45d7f96e073