1// Copyright (C) 2021 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
5#include "opcuaforeign_p.h"
6
7QT_BEGIN_NAMESPACE
8
9/*!
10 \qmlproperty enumeration Constants::NodeAttribute
11 \deprecated [6.9]
12
13 Attributes of a node
14
15 \value Constants.NodeAttribute.NodeId
16 \value Constants.NodeAttribute.NodeClass
17 \value Constants.NodeAttribute.BrowseName
18 \value Constants.NodeAttribute.DisplayName
19 \value Constants.NodeAttribute.Description
20 \value Constants.NodeAttribute.WriteMask
21 \value Constants.NodeAttribute.UserWriteMask
22 \value Constants.NodeAttribute.IsAbstract
23 \value Constants.NodeAttribute.Symmetric
24 \value Constants.NodeAttribute.InverseName
25 \value Constants.NodeAttribute.ContainsNoLoops
26 \value Constants.NodeAttribute.EventNotifier
27 \value Constants.NodeAttribute.Value
28 \value Constants.NodeAttribute.DataType
29 \value Constants.NodeAttribute.ValueRank
30 \value Constants.NodeAttribute.ArrayDimensions
31 \value Constants.NodeAttribute.AccessLevel
32 \value Constants.NodeAttribute.UserAccessLevel
33 \value Constants.NodeAttribute.MinimumSamplingInterval
34 \value Constants.NodeAttribute.Historizing
35 \value Constants.NodeAttribute.Executable
36 \value Constants.NodeAttribute.UserExecutable
37*/
38
39QT_END_NAMESPACE
40

source code of qtopcua/src/declarative_opcua/opcuaforeign.cpp