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
10
class
QString;
11
class
QDomDocument;
12
class
KoStore
;
13
14
#include <
KoStoreDevice.h
>
15
#include <
kis_image.h
>
16
#include <
kis_types.h
>
17
18
class
KisOpenRasterLoadContext
19
{
20
public
:
21
KisOpenRasterLoadContext
(
KoStore
*store);
22
KisImageSP
loadDeviceData
(
const
QString &fileName);
23
QDomDocument
loadStack
();
24
private
:
25
KoStore
*
m_store
;
26
};
27
28
29
#endif
KoStoreDevice.h
KisOpenRasterLoadContext
Definition
kis_open_raster_load_context.h:19
KisOpenRasterLoadContext::m_store
KoStore * m_store
Definition
kis_open_raster_load_context.h:25
KisOpenRasterLoadContext::KisOpenRasterLoadContext
KisOpenRasterLoadContext(KoStore *store)
Definition
kis_open_raster_load_context.cpp:18
KisOpenRasterLoadContext::loadDeviceData
KisImageSP loadDeviceData(const QString &fileName)
Definition
kis_open_raster_load_context.cpp:23
KisOpenRasterLoadContext::loadStack
QDomDocument loadStack()
Definition
kis_open_raster_load_context.cpp:42
KisSharedPtr< KisImage >
KoStore
Definition
KoStore.h:26
kis_image.h
kis_types.h
plugins
impex
ora
kis_open_raster_load_context.h
Generated at
2025-11-04 02:30:02+01:00
from
Krita
branch
master
, commit
c9dde2e79561a8aea4a7e8d9ac99c98a7bac9e52