summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLImageFieldName.h
blob: 96e42b3c465c6d1a77a3393e8717798e88be1a60 (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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
//  SDLImageFieldName.h
//


#import "SDLEnum.h"

/** The name that identifies the filed.
 *
 *
 * @since SmartDeviceLink 3.0
 *
 */
typedef SDLEnum SDLImageFieldName SDL_SWIFT_ENUM;

/** The image field for SoftButton
 *
 */
extern SDLImageFieldName const SDLImageFieldNameSoftButtonImage;

/** The first image field for Choice.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameChoiceImage;

/** The scondary image field for Choice.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameChoiceSecondaryImage;

/** The image field for vrHelpItem.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameVoiceRecognitionHelpItem;

/** The image field for Turn.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameTurnIcon;

/** The image field for the menu icon in SetGlobalProperties.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameMenuIcon;

/** The image filed for AddCommand.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameCommandIcon;

/** The image field for the app icon (set by setAppIcon).
 *
 */
extern SDLImageFieldName const SDLImageFieldNameAppIcon;

/** The image filed for Show.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameGraphic;

/** The primary image field for ShowConstant TBT.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameShowConstantTBTIcon;

/** The secondary image field for ShowConstant TBT.
 *
 */
extern SDLImageFieldName const SDLImageFieldNameShowConstantTBTNextTurnIcon;

/**
 * The optional image of a destination / location
 * @since SDL 4.0
 */
extern SDLImageFieldName const SDLImageFieldNameLocationImage;