summaryrefslogtreecommitdiff
path: root/src/hmi/qml/Core/style-sheets/style-constants.js
blob: 32c62f7a44bb6ff0cbe059d729a61bc02404b979 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
/**
* @licence app begin@
* SPDX-License-Identifier: MPL-2.0
*
* \copyright Copyright (C) 2013-2014, PCA Peugeot Citroen
*
* \file style-constants.js
*
* \brief This file is part of the navigation hmi.
*
* \author Philippe Colliot <philippe.colliot@mpsa.com>
*
* \version 1.1
*
* This Source Code Form is subject to the terms of the
* Mozilla Public License (MPL), v. 2.0.
* If a copy of the MPL was not distributed with this file,
* You can obtain one at http://mozilla.org/MPL/2.0/.
*
* For further information see http://www.genivi.org/.
*
* List of changes:
* <date>, <name>, <description of change>
*
* @licence end@
*/

//index used by the style generator
var SOURCE = 0;
var X = 1;
var Y = 2;
var WIDTH = 3;
var HEIGHT = 4;
var TEXTCOLOR = 5;
var PIXELSIZE = 6;
var STYLE = 7;
var STYLECOLOR = 8;

//some settings not automatically generated yet
var MENU_BACKGROUND_COLOR = Qt.rgba(0.070588,0.109803, 0.105882,1);
var MENU_ROUTE_DESCRIPTION_TEXT_PIXEL_SIZE = 14