This class stores the necessary information to create a new node on the server. 更多...
| 頭: | #include <QOpcUaAddNodeItem> |
| qmake: | QT += opcua |
| QOpcUaAddNodeItem (const QOpcUaAddNodeItem & other ) | |
| QOpcUaAddNodeItem & | operator= (const QOpcUaAddNodeItem & rhs ) |
| QOpcUaQualifiedName | browseName () const |
| QOpcUaNodeCreationAttributes | nodeAttributes () const |
| QOpcUaNodeCreationAttributes & | nodeAttributesRef () |
| QOpcUa::NodeClass | nodeClass () const |
| QOpcUaExpandedNodeId | parentNodeId () const |
| QString | referenceTypeId () const |
| QOpcUaExpandedNodeId | requestedNewNodeId () const |
| void | setBrowseName (const QOpcUaQualifiedName & browseName ) |
| void | setNodeAttributes (const QOpcUaNodeCreationAttributes & nodeAttributes ) |
| void | setNodeClass (const QOpcUa::NodeClass & nodeClass ) |
| void | setParentNodeId (const QOpcUaExpandedNodeId & parentNodeId ) |
| void | setReferenceTypeId (const QString & referenceTypeId ) |
| void | setRequestedNewNodeId (const QOpcUaExpandedNodeId & requestedNewNodeId ) |
| void | setTypeDefinition (const QOpcUaExpandedNodeId & typeDefinition ) |
| QOpcUaExpandedNodeId | typeDefinition () const |
另請參閱 QOpcUaClient::addNode ().
Constructs a add node item from other .
賦值值從 rhs to this add node item.
Returns the browse name of the new node.
另請參閱 setBrowseName ().
Returns the values for the node attributes of the new node.
另請參閱 setNodeAttributes ().
Returns a reference to the values for the node attributes of the new node.
Returns the node class of the new node.
另請參閱 setNodeClass ().
Returns the parent node id.
另請參閱 setParentNodeId ().
Returns the reference type id.
另請參閱 setReferenceTypeId ().
Returns the requested new node id.
另請參閱 setRequestedNewNodeId ().
Sets the browse name of the new node to browseName .
另請參閱 browseName ().
Sets the values for the node attributes of the new node to nodeAttributes . Only the attributes supported by the node class of the new node will be used.
另請參閱 nodeAttributes ().
Sets the node class of the new node to nodeClass .
另請參閱 nodeClass ().
Sets the parent node id to parentNodeId . A reference of the type set in setReferenceTypeId () from this node to the newly added node will be created.
另請參閱 parentNodeId () 和 setReferenceTypeId ().
Sets the reference type id to referenceTypeId . A reference of this type will be used to connect the node to the parent node.
另請參閱 referenceTypeId ().
Sets the requested new node id to requestedNewNodeId .
另請參閱 requestedNewNodeId ().
Sets the node id of the type definition node to typeDefinition . This value shall be set if the node class is not Object or Variable.
另請參閱 typeDefinition ().
Returns the node id of the type definition node.
另請參閱 setTypeDefinition ().