summaryrefslogtreecommitdiff
path: root/src/components/interfaces/QT_HMI_API.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/interfaces/QT_HMI_API.xml')
-rw-r--r--src/components/interfaces/QT_HMI_API.xml31
1 files changed, 15 insertions, 16 deletions
diff --git a/src/components/interfaces/QT_HMI_API.xml b/src/components/interfaces/QT_HMI_API.xml
index 3f6d08b69b..ff62fed7f7 100644
--- a/src/components/interfaces/QT_HMI_API.xml
+++ b/src/components/interfaces/QT_HMI_API.xml
@@ -347,12 +347,11 @@
<element name="STATIC"/>
<element name="DYNAMIC"/>
</enum>
-<enum name="ApplicationToNONEReason">
- <description>Describes the reasons of moving the app to NONE.</description>
- <element name="DRIVER_DISTRACTION_VIOLATION" />
- <element name="USER_EXIT" />
-</enum>
-
+ <enum name="ApplicationToNONEReason">
+ <description>Describes the reasons of moving the app to NONE.</description>
+ <element name="DRIVER_DISTRACTION_VIOLATION" />
+ <element name="USER_EXIT" />
+ </enum>
<enum name="TextFieldName">
<element name="mainField1">
<description>The first line of first set of main fields of the persistent display; applies to "Show"</description>
@@ -402,9 +401,6 @@
<element name="totalDistance">
<description> Total distance to destination for navigation</description>
</element>
- <element name="navigationText">
- <description>Navigation text for UpdateTurnList.</description>
- </element>
<element name="audioPassThruDisplayText1">
<description> First line of text for audio pass thru</description>
</element>
@@ -417,9 +413,6 @@
<element name="sliderFooter">
<description> Footer text for slider</description>
</element>
- <element name="notificationText">
- <description>Text of notification to be displayed on screen.</description>
- </element>
<element name="menuName">
<description> Primary text for Choice</description>
</element>
@@ -433,13 +426,16 @@
<description> Optional text to label an app menu button (for certain touchscreen platforms).</description>
</element>
<element name="timeToDestination"/>
- <!-- TO DO to be removed -->
+ <element name="navigationText">
+ <description>Navigation text for UpdateTurnList.</description>
+ </element>
+ <element name="notificationText">
+ <description>Text of notification to be displayed on screen.</description>
+ </element>
+ <!-- TO DO to be removed -->
<element name="turnText"/>
</enum>
<enum name="ImageFieldName">
- <element name="locationImage">
- <description>The optional image of a destination / location</description>
- </element>
<element name="softButtonImage">
<description>The image field for SoftButton</description>
</element>
@@ -473,6 +469,9 @@
<element name="showConstantTBTNextTurnIcon">
<description>The secondary image field for ShowConstantTBT</description>
</element>
+ <element name="locationImage">
+ <description>The optional image of a destination / location</description>
+ </element>
</enum>
<enum name="TextAlignment">
<description>The list of possible alignments, left, right, or centered</description>