Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qquickcanvascontext.cpp
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#include <private/qquickcanvascontext_p.h>
5
6
8
13
17
18void QQuickCanvasContext::prepare(const QSize& canvasSize, const QSize& tileSize, const QRect& canvasWindow, const QRect& dirtyRect, bool smooth, bool antialiasing)
19{
20 Q_UNUSED(canvasSize);
22 Q_UNUSED(canvasWindow);
23 Q_UNUSED(dirtyRect);
24 Q_UNUSED(smooth);
25 Q_UNUSED(antialiasing);
26}
27
31
33
34
35#include "moc_qquickcanvascontext_p.cpp"
\inmodule QtCore
Definition qobject.h:103
QQuickCanvasContext(QObject *parent=nullptr)
virtual void prepare(const QSize &canvasSize, const QSize &tileSize, const QRect &canvasWindow, const QRect &dirtyRect, bool smooth, bool antialiasing)
\inmodule QtCore\reentrant
Definition qrect.h:30
\inmodule QtCore
Definition qsize.h:25
Combined button and popup list for selecting options.
static QT_BEGIN_NAMESPACE const int tileSize
Definition qmemrotate.cpp:9
#define Q_UNUSED(x)