summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m')
-rw-r--r--SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m19
1 files changed, 18 insertions, 1 deletions
diff --git a/SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m b/SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m
index 1c7cc09c1..bc1c42d15 100644
--- a/SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m
+++ b/SmartDeviceLink/private/SDLImageField+ScreenManagerExtensions.m
@@ -11,7 +11,24 @@
@implementation SDLImageField (ScreenManagerExtensions)
+ (NSArray<SDLImageFieldName> *)sdl_allImageFieldNames {
- return @[SDLImageFieldNameAppIcon, SDLImageFieldNameGraphic, SDLImageFieldNameMenuIcon, SDLImageFieldNameTurnIcon, SDLImageFieldNameAlertIcon, SDLImageFieldNameChoiceImage, SDLImageFieldNameCommandIcon, SDLImageFieldNameLocationImage, SDLImageFieldNameSoftButtonImage, SDLImageFieldNameSecondaryGraphic, SDLImageFieldNameShowConstantTBTIcon, SDLImageFieldNameChoiceSecondaryImage, SDLImageFieldNameVoiceRecognitionHelpItem, SDLImageFieldNameShowConstantTBTNextTurnIcon];
+ return @[SDLImageFieldNameAlertIcon,
+ SDLImageFieldNameAppIcon,
+ SDLImageFieldNameChoiceImage,
+ SDLImageFieldNameChoiceSecondaryImage,
+ SDLImageFieldNameCommandIcon,
+ SDLImageFieldNameGraphic,
+ SDLImageFieldNameLocationImage,
+ SDLImageFieldNameMenuCommandSecondaryImage,
+ SDLImageFieldNameMenuIcon,
+ SDLImageFieldNameMenuSubMenuSecondaryImage,
+ SDLImageFieldNameSecondaryGraphic,
+ SDLImageFieldNameShowConstantTBTIcon,
+ SDLImageFieldNameShowConstantTBTNextTurnIcon,
+ SDLImageFieldNameSoftButtonImage,
+ SDLImageFieldNameSubMenuIcon,
+ SDLImageFieldNameSubtleAlertIcon,
+ SDLImageFieldNameTurnIcon,
+ SDLImageFieldNameVoiceRecognitionHelpItem];
}
+ (NSArray<SDLFileType> *)sdl_allImageFileTypes {