AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <VisualCharacteristicsInterface.h>
Public Types | |
enum | Unit { Unit::PIXEL, Unit::DPI, Unit::DP, Unit::CENTIMETERS, Unit::INCHES } |
Enum defining the units for dimension. More... | |
Static Public Member Functions | |
static const std::string | unitToText (const Unit unit) |
Public Attributes | |
Unit | unit |
Unit for this dimension. More... | |
double | width |
Width in unit dimensions. More... | |
double | height |
Height in unit dimensions. More... | |
The dimension configuration
|
inlinestatic |
Convert enum to string
unit | UNIT value |
double alexaClientSDK::visualCharacteristicsInterfaces::Dimension::height |
Height in unit dimensions.
Unit alexaClientSDK::visualCharacteristicsInterfaces::Dimension::unit |
Unit for this dimension.
double alexaClientSDK::visualCharacteristicsInterfaces::Dimension::width |
Width in unit dimensions.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0