Krita Source Code Documentation
Loading...
Searching...
No Matches
kis_open_raster_load_context.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2007 Cyrille Berger <cberger@cberger.net>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6
7#ifndef _KIS_OPEN_RASTER_LOAD_CONTEXT_H_
8#define _KIS_OPEN_RASTER_LOAD_CONTEXT_H_
9
10class QString;
11class QDomDocument;
12class KoStore;
13
14#include <KoStoreDevice.h>
15#include <kis_image.h>
16#include <kis_types.h>
17
19{
20public:
22 KisImageSP loadDeviceData(const QString &fileName);
23 QDomDocument loadStack();
24private:
26};
27
28
29#endif
KisImageSP loadDeviceData(const QString &fileName)