1// Copyright (C) 2020 Klaralvdalens Datakonsult AB (KDAB).
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 "qabstractfrontendnodemanager_p.h"
5
6QT_BEGIN_NAMESPACE
7
8namespace Qt3DCore {
9
10QAbstractFrontEndNodeManager::QAbstractFrontEndNodeManager() = default;
11
12QAbstractFrontEndNodeManager::~QAbstractFrontEndNodeManager() = default;
13
14/*
15\fn QNode *Qt3DCore::QAbstractFrontEndNodeManager::lookupNode(QNodeId id) const
16
17Returns the node instance matching the id, or nullptr if not found.
18
19*/
20
21/*
22\fn QList<QNode *> Qt3DCore::QAbstractFrontEndNodeManager::lookupNodes(const QList<QNodeId> &ids) const
23
24Returns the vector of node instance matching the ids.
25
26*/
27
28
29} // Qt3DCore
30
31QT_END_NAMESPACE
32

source code of qt3d/src/core/qabstractfrontendnodemanager.cpp