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