aboutsummaryrefslogtreecommitdiffstats
path: root/src/doc/qtivi/src/extending-qtivi.qdoc
diff options
context:
space:
mode:
authorDominik Holland <dominik.holland@pelagicore.com>2018-04-06 11:10:59 +0200
committerRobert Griebl <robert.griebl@pelagicore.com>2018-04-10 14:41:02 +0000
commitc8573ba26a4981f90a0d0cf66c47d8330ebcc036 (patch)
treec989c63a1edd8d8ab8857acee6d1b47ad6895e01 /src/doc/qtivi/src/extending-qtivi.qdoc
parente898bd625306a294cb85d716f9a95275578e0d46 (diff)
Mark the attribute system obsolete
The QIviProperty and QIviAttribute where already marked obsolete. The attribute system documentation which gives the overview was still listed and is now marked deprecated as well. Change-Id: Ie4890b92679856f91bd4ba7358ebb2bd719603a7 Reviewed-by: Robert Griebl <robert.griebl@pelagicore.com>
Diffstat (limited to 'src/doc/qtivi/src/extending-qtivi.qdoc')
-rw-r--r--src/doc/qtivi/src/extending-qtivi.qdoc17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/doc/qtivi/src/extending-qtivi.qdoc b/src/doc/qtivi/src/extending-qtivi.qdoc
index cdabcbc..ee51224 100644
--- a/src/doc/qtivi/src/extending-qtivi.qdoc
+++ b/src/doc/qtivi/src/extending-qtivi.qdoc
@@ -147,20 +147,5 @@ is to be used in a climate control API, while the zoned interface provides per-z
Building a zoned feature requires the backend interface to be derived from
QIviZonedFeatureInterface. This provides the backend an interface for enumerating the
available zones. This interface also includes the necessary
-QIviZonedFeatureInterface::initialize method to initialize any
-\l {Extending Qt IVI#property-attributes} {property attributes}.
-
-\section2 Property Attributes
-
-Some properties need additional associated information to be useful from the application.
-By exposing the properties as QIviProperty elements instead of a set of methods, the
-interface for the application developers is made smaller and more homogenous.
-
-Each QIviProperty element is initialized with getter and setter functions, a notification
-signal for value changes, as well as a getter function and a notification signal for a
-QIviPropertyAttribute. The latter describes the former by providing available values for
-enumerated types, minimum and maximum values for ranged numerical values and availability.
-This means that the application can adapt to the abilities of the backend while accessing
-the backend through an interface shared by all backend implementations.
-
+QIviZonedFeatureInterface::initialize method to initialize any properties.
*/