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
qquickdirection.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 "qquickdirection_p.h"
5
19 QObject(parent)
20{
21}
22
24{
25 Q_UNUSED(from);
26 return QPointF();
27}
28
30
31#include "moc_qquickdirection_p.cpp"
\inmodule QtCore
Definition qobject.h:103
\inmodule QtCore\reentrant
Definition qpoint.h:217
QQuickDirection(QObject *parent=nullptr)
\qmltype Direction \instantiates QQuickDirection \inqmlmodule QtQuick.Particles
virtual QPointF sample(const QPointF &from)
Combined button and popup list for selecting options.
#define Q_UNUSED(x)