Krita Source Code Documentation
Loading...
Searching...
No Matches
KisResourceServerProvider.cpp
Go to the documentation of this file.
1/*
2 * kis_resourceserver.cc - part of KImageShop
3 *
4 * SPDX-FileCopyrightText: 1999 Matthias Elter <elter@kde.org>
5 * SPDX-FileCopyrightText: 2003 Patrick Julien <freak@codepimps.org>
6 * SPDX-FileCopyrightText: 2005 Sven Langkamp <sven.langkamp@gmail.com>
7 *
8 * SPDX-License-Identifier: GPL-2.0-or-later
9 */
10
12
13#include <QDir>
14#include <QApplication>
15#include <QGlobalStatic>
16
17#include <kis_debug.h>
18
19#include <KoResourcePaths.h>
20
21#include <KoResource.h>
22#include <KoResourceServer.h>
24
25#include <resources/KoPattern.h>
29#include <KisSessionResource.h>
30
31#include <kis_psd_layer_style.h>
32
34
37
46
55
60
61
66
71
76
81
86
KoResourceServer< KisPSDLayerStyle > KisPSDLayerStyleServer
KoResourceServer< KisPaintOpPreset > KisPaintOpPresetResourceServer
Q_GLOBAL_STATIC(KisStoragePluginRegistry, s_instance)
static KisResourceServerProvider * instance()
KoResourceServer< KisSessionResource > * sessionServer()
KisPaintOpPresetResourceServer * m_paintOpPresetServer
KoResourceServer< KisSessionResource > * m_sessionServer
KoResourceServer< KisWorkspaceResource > * m_workspaceServer
KoResourceServer< KisWorkspaceResource > * workspaceServer()
KoResourceServer< KisWindowLayoutResource > * windowLayoutServer()
KisPaintOpPresetResourceServer * paintOpPresetServer()
KoResourceServer< KisPSDLayerStyle > * m_layerStyleServer
KoResourceServer< KisWindowLayoutResource > * m_windowLayoutServer
KoResourceServer< KisPSDLayerStyle > * layerStyleServer()
const QString LayerStyles
const QString Workspaces
const QString WindowLayouts
const QString Sessions
const QString PaintOpPresets
The KisPSDLayerStyle class implements loading, saving and applying the PSD layer effects.