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
qwindowsiconengine.h
Go to the documentation of this file.
1
// Copyright (C) 2023 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
QWINDOWSICONENGINE_H
5
#
define
QWINDOWSICONENGINE_H
6
7
#
include
<
QtGui
/
private
/
qfonticonengine_p
.
h
>
8
9
#
ifndef
QT_NO_ICON
10
11
QT_BEGIN_NAMESPACE
12
13
class
QWindowsIconEngine :
public
QFontIconEngine
14
{
15
public
:
16
QWindowsIconEngine(
const
QString &iconName);
17
~QWindowsIconEngine();
18
19
QString key()
const
override;
20
QIconEngine *clone()
const
override;
21
22
protected
:
23
QString string()
const
override;
24
25
private
:
26
const
QString m_glyphs;
27
};
28
29
QT_END_NAMESPACE
30
31
#
endif
// QT_NO_ICON
32
33
#
endif
// QWINDOWSICONENGINE_H
QPlatformGraphicsBufferHelper
\inmodule QtGui
getGlyphs
static QString getGlyphs(QStringView iconName)
Definition
qwindowsiconengine.cpp:17
qtbase
src
plugins
platforms
windows
qwindowsiconengine.h
Generated on
for Qt by
1.14.0