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
assimpimporterplugin.h
Go to the documentation of this file.
1
// Copyright (C) 2019 The Qt Company Ltd.
2
// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only
3
// Qt-Security score:significant reason:default
4
5
6
#
ifndef
ASSIMPIMPORTERPLUGIN_H
7
#
define
ASSIMPIMPORTERPLUGIN_H
8
9
#
include
<
QtQuick3DAssetImport
/
private
/
qssgassetimporterplugin_p
.
h
>
10
11
QT_BEGIN_NAMESPACE
12
13
class
AssimpImporterPlugin :
public
QSSGAssetImporterPlugin
14
{
15
Q_OBJECT
16
Q_PLUGIN_METADATA(IID QSSGAssetImporterFactoryInterface_iid FILE
"assimp.json"
)
17
18
public
:
19
QSSGAssetImporter *create(
const
QString &key,
const
QStringList ¶mList) override;
20
};
21
22
QT_END_NAMESPACE
23
24
25
#
endif
// ASSIMPIMPORTERPLUGIN_H
QT_BEGIN_NAMESPACE
Combined button and popup list for selecting options.
Definition
qrandomaccessasyncfile_darwin.mm:17
qtquick3d
src
plugins
assetimporters
assimp
assimpimporterplugin.h
Generated on
for Qt by
1.16.1