summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRainer Keller <Rainer.Keller@qt.io>2019-04-17 15:18:03 +0200
committerRainer Keller <Rainer.Keller@qt.io>2019-04-18 06:08:35 +0000
commite42d517e350c18d6e6c5c3081e3005f10a5c20ab (patch)
treeca62be301bfb175bd5743a25c4bfc943a0766695
parentc5427c2eb9f38d9706e97ffc20d2f4d3e395f9bc (diff)
Fix documentation issues
Change-Id: I88100289f8c8ee577cb3391904230ad659540a44 Reviewed-by: Rainer Keller <Rainer.Keller@qt.io>
-rw-r--r--src/opcua/client/qopcuaclient.cpp1
-rw-r--r--src/opcua/client/qopcuamonitoringparameters.cpp4
-rw-r--r--src/opcua/client/qopcuatype.cpp14
-rw-r--r--src/opcua/core/qopcuaprovider.cpp2
4 files changed, 18 insertions, 3 deletions
diff --git a/src/opcua/client/qopcuaclient.cpp b/src/opcua/client/qopcuaclient.cpp
index ccabefa..4d70e59 100644
--- a/src/opcua/client/qopcuaclient.cpp
+++ b/src/opcua/client/qopcuaclient.cpp
@@ -736,6 +736,7 @@ QString QOpcUaClient::backend() const
Enabling this will keep the local copy of the namespace table updated automatically.
\l namespaceArrayUpdated will be emitted when the array changed.
+ \a isEnabled determines if autoupdate is being enabled or disabled.
A subscription will be made on the node on the server to keep track of changes.
In case a server does not support subscriptions this will not work and
diff --git a/src/opcua/client/qopcuamonitoringparameters.cpp b/src/opcua/client/qopcuamonitoringparameters.cpp
index 9b9947a..6b43a90 100644
--- a/src/opcua/client/qopcuamonitoringparameters.cpp
+++ b/src/opcua/client/qopcuamonitoringparameters.cpp
@@ -464,7 +464,7 @@ QVariant QOpcUaMonitoringParameters::filter() const
If another data change filter or an event filter is present, it will be replaced.
If the server does not accept the filter, this will be indicated by the
- status code after the \l enableMonitoring() request has finished.
+ status code after the \l QOpcUaNode::enableMonitoring() request has finished.
\sa filter()
*/
@@ -477,7 +477,7 @@ void QOpcUaMonitoringParameters::setFilter(const QOpcUaMonitoringParameters::Dat
Request \a eventFilter as filter for the monitored item.
If another event filter or a data change filter is present, it will be replaced.
If the server does not accept the filter, this will be indicated by the
- status code and the event filter result after the \l enableMonitoring()
+ status code and the event filter result after the \l QOpcUaNode::enableMonitoring()
request has finished.
\sa filter()
diff --git a/src/opcua/client/qopcuatype.cpp b/src/opcua/client/qopcuatype.cpp
index 1416a26..6f55db8 100644
--- a/src/opcua/client/qopcuatype.cpp
+++ b/src/opcua/client/qopcuatype.cpp
@@ -631,12 +631,26 @@ void QOpcUa::QQualifiedName::setName(const QString &name)
*/
/*!
+ \property QOpcUa::QLocalizedText::text
+
+ Textual content.
+*/
+
+/*!
\qmlproperty string LocalizedText::text
Textual content.
*/
/*!
+ \property QOpcUa::QLocalizedText::locale
+
+ Locale of the contained text.
+ This has to be in a modified ISO standard notation, for example \c en-US.
+ See OPC UA specification part 3, 8.4 for details.
+*/
+
+/*!
\qmlproperty string LocalizedText::locale
Locale of the contained text.
diff --git a/src/opcua/core/qopcuaprovider.cpp b/src/opcua/core/qopcuaprovider.cpp
index ea17902..ecf6e3a 100644
--- a/src/opcua/core/qopcuaprovider.cpp
+++ b/src/opcua/core/qopcuaprovider.cpp
@@ -197,7 +197,7 @@ static QOpcUaPlugin *loadPlugin(const QString &key)
The user is responsible for deleting the returned \l QOpcUaClient object
when it is no longer needed.
- The optional argument \c backendProperties can be used to pass custom backend specific settings as key value pairs.
+ The optional argument \a backendProperties can be used to pass custom backend specific settings as key value pairs.
Those settings are specific to the backend being instantiated.
Available settings are