Krita Source Code Documentation
Loading...
Searching...
No Matches
KoCanvasSupervisor.h
Go to the documentation of this file.
1/* This file is part of the KDE project
2 *
3 * SPDX-FileCopyrightText: 2009 Boudewijn Rempt <boud@valdyas.org>
4 *
5 * SPDX-License-Identifier: LGPL-2.0-or-later
6 */
7#ifndef KOCANVASSUPERVISOR_H
8#define KOCANVASSUPERVISOR_H
9
10#include <QList>
11
12#include "kritaflake_export.h"
13
15
20class KRITAFLAKE_EXPORT KoCanvasSupervisor
21{
22public:
24 virtual ~KoCanvasSupervisor();
26};
27
28#endif
virtual QList< KoCanvasObserverBase * > canvasObservers() const =0