Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qiconengineplugin.h
Go to the documentation of this file.
1
// Copyright (C) 2016 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4
#
ifndef
QICONENGINEPLUGIN_H
5
#
define
QICONENGINEPLUGIN_H
6
7
#
include
<
QtGui
/
qtguiglobal
.
h
>
8
#
include
<
QtCore
/
qplugin
.
h
>
9
#
include
<
QtCore
/
qfactoryinterface
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
14
class
QIconEngine;
15
16
#
define
QIconEngineFactoryInterface_iid
"org.qt-project.Qt.QIconEngineFactoryInterface"
17
18
class
Q_GUI_EXPORT
QIconEnginePlugin
:
public
QObject
19
{
20
Q_OBJECT
21
public
:
22
QIconEnginePlugin(QObject *parent =
nullptr
);
23
~QIconEnginePlugin();
24
25
virtual
QIconEngine *create(
const
QString &filename = QString()) = 0;
26
};
27
28
QT_END_NAMESPACE
29
30
#
endif
// QICONENGINEPLUGIN_H
QIconEnginePlugin
The QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins.
Definition
qiconengineplugin.h:19
QSvgIconEngine
Definition
qsvgiconengine.h:15
QSvgIconPlugin
Definition
main.cpp:16
QPlatformGraphicsBufferHelper
\inmodule QtGui
qtbase
src
gui
image
qiconengineplugin.h
Generated on
for Qt by
1.14.0