aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEgor Nemtsev <enemtsev@luxoft.com>2020-03-30 15:47:33 +0300
committerEgor Nemtsev <enemtsev@luxoft.com>2020-04-07 11:44:21 +0000
commite79df7900faeb0f311637815f754ca5c4ef0dd67 (patch)
tree0b5052503bcf1bdb7e6310094216e370439c33b7
parent5875d67d4e66db9fd97fdfa4ea35bef56ea6a96d (diff)
[doc] move use-cases of app requests into Intents section
- media and vehicle use Intents for app requests now Fixes: AUTOSUITE-1312 Change-Id: I10d65cce54497474fccb8c26f012167f4c2aaf17 Reviewed-by: Grigorii Zimin <gzimin@luxoft.com>
-rw-r--r--doc/src/neptune3ui-application-requests.qdoc24
1 files changed, 11 insertions, 13 deletions
diff --git a/doc/src/neptune3ui-application-requests.qdoc b/doc/src/neptune3ui-application-requests.qdoc
index 21514dac..34d9ca21 100644
--- a/doc/src/neptune3ui-application-requests.qdoc
+++ b/doc/src/neptune3ui-application-requests.qdoc
@@ -119,19 +119,6 @@
\image application-requests-goback.jpg
- \section1 Current Use-Cases in Neptune 3 UI
-
- \section2 Media Application
- All media applications (Radio, Web Radio, Music are connected to each other using
- requests. To try it, navigating to either Music, Radio and/or WebRadio app and press
- "sources" in the toolbar menu on the right side. A popup will open with all available music
- sources. Choosing any of those will direct you to the respective music application.
-
- \section2 Vehicle Settings
- In the energy panel is a list with 'charging station' suggestions. If any of those is
- pressed, the maps application will directly open, loading the selected charging station's
- address.
-
\section1 Intents in Neptune 3 UI apps
\l{Qt Application Manager} intents enable an app to communicate with another app or with
@@ -210,4 +197,15 @@
\endlist
\endtable
+ \section2 Current Use-Cases in Neptune 3 UI
+
+ \section3 Media apps
+ All media apps (Radio, Web Radio, Music) are connected to each other using
+ requests. To try it, navigate to either Music, Radio or WebRadio app and press
+ "sources" in the toolbar menu on the left. A popup with all available music
+ sources will open. Tapping on any of those sources will direct you to the respective media app.
+
+ \section3 Vehicle Settings
+ There is a list with 'charging station' suggestions in the energy panel. If any of those is
+ pressed, the maps app will open and load the address of a selected charging station.
*/