Krita Source Code Documentation
Loading...
Searching...
No Matches
KisGlobalResourcesInterface.h
Go to the documentation of this file.
1/*
2 * SPDX-FileCopyrightText: 2020 Dmitry Kazakov <dimula73@gmail.com>
3 *
4 * SPDX-License-Identifier: GPL-2.0-or-later
5 */
6#ifndef KISGLOBALRESOURCESINTERFACE_H
7#define KISGLOBALRESOURCESINTERFACE_H
8
9#include "kritaresources_export.h"
11
20class KRITARESOURCES_EXPORT KisGlobalResourcesInterface : public KisResourcesInterface
21{
22public:
24
25protected:
26 ResourceSourceAdapter* createSourceImpl(const QString &type) const override;
27};
28
29#endif // KISGLOBALRESOURCESINTERFACE_H
PythonPluginManager * instance
the main resource source in Krita
a provider-like interface class for accessing resource sources in Krita.
virtual ResourceSourceAdapter * createSourceImpl(const QString &type) const =0