aboutsummaryrefslogtreecommitdiffstats
path: root/GUIModel/ACC
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2022-12-10 10:33:06 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2023-11-26 20:11:47 +0900
commit35c1c5fe90629bfca76b82fc5b6180fa18cf648b (patch)
treeda6dc2e70034c67450eab291c9dcf28122e90eda /GUIModel/ACC
parenta16c6201be94a57eb8151a91699084d99694877c (diff)
Remove map movie from cluster-refgui
The cluster-refgui include big map move for GUI demonstration. But it does not use in cluster-refgui. This patch remove map movie from repositry. Bug-AGL: SPEC-4991 Change-Id: Ieebf7a78a281feb0f4075d09374dd3905b6f4eb6 Signed-off-by: Naoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'GUIModel/ACC')
-rw-r--r--GUIModel/ACC/ACC_Animation.qml32
1 files changed, 0 insertions, 32 deletions
diff --git a/GUIModel/ACC/ACC_Animation.qml b/GUIModel/ACC/ACC_Animation.qml
index 161b6a2..f87a3c4 100644
--- a/GUIModel/ACC/ACC_Animation.qml
+++ b/GUIModel/ACC/ACC_Animation.qml
@@ -72,38 +72,6 @@ Item {
else if(rootItem.arrow_state == "arrow_normal_near"){
rootItem.arrow_state = "arrow_adas_near"}
}
-
- onTransAdasToMap:{
- adasToMapAnimation_acc3d.start()
-
- }
-
- onTransMapToNormal:{
- ddditemTonormalsize.start()
- if(rootItem.set_state == "set_default"){
- fadeout_in_default.start()
- }else if(rootItem.set_state == "set_middle"){
- fadeout_in_mid.start()
- }else if(rootItem.set_state == "set_near"){
- fadeout_in_near.start()
- }
- cameraTonormalPos.start()
-
-
- if(rootItem.car_state == "adas_default"){
- rootItem.car_state = "normal_default"}
- else if(rootItem.car_state == "adas_middle"){
- rootItem.car_state = "normal_middle"}
- else if(rootItem.car_state == "adas_near"){
- rootItem.car_state = "normal_near"}
-
- if(rootItem.arrow_state == "arrow_adas_default"){
- rootItem.arrow_state = "arrow_normal_default"}
- else if(rootItem.arrow_state == "arrow_adas_middle"){
- rootItem.arrow_state = "arrow_normal_middle"}
- else if(rootItem.arrow_state == "arrow_adas_near"){
- rootItem.arrow_state = "arrow_normal_near"}
- }
}
function lineposchange(){