Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qquickpainteditem_p.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 QQUICKPAINTEDITEM_P_P_H
5#define QQUICKPAINTEDITEM_P_P_H
6
7//
8// W A R N I N G
9// -------------
10//
11// This file is not part of the Qt API. It exists purely as an
12// implementation detail. This header file may change from version to
13// version without notice, or even be removed.
14//
15// We mean it.
16//
17
18#include "qquickpainteditem.h"
19#include "qquickitem_p.h"
20#include "qquickpainteditem.h"
21#include <QtGui/qcolor.h>
22
24
26class QSGPainterNode;
27
28class Q_QUICK_PRIVATE_EXPORT QQuickPaintedItemPrivate : public QQuickItemPrivate
29{
30public:
32
37 QQuickPaintedItem::PerformanceHints performanceHints;
39
41
43 bool antialiasing: 1;
44 bool mipmap: 1;
45
48};
49
51
52#endif // QQUICKPAINTEDITEM_P_P_H
The QColor class provides colors based on RGB, HSV or CMYK values.
Definition qcolor.h:31
QQuickPaintedItem::RenderTarget renderTarget
QQuickPaintedItem::PerformanceHints performanceHints
QQuickPaintedItemTextureProvider * textureProvider
RenderTarget
This enum describes QQuickPaintedItem's render targets.
\inmodule QtCore\reentrant
Definition qrect.h:30
\inmodule QtCore
Definition qsize.h:25
Combined button and popup list for selecting options.
double qreal
Definition qtypes.h:92