#include <SVGAngleValue.h>
◆ Type
| Enumerator |
|---|
| SVG_ANGLETYPE_UNKNOWN | |
| SVG_ANGLETYPE_UNSPECIFIED | |
| SVG_ANGLETYPE_DEG | |
| SVG_ANGLETYPE_RAD | |
| SVG_ANGLETYPE_GRAD | |
◆ convertToSpecifiedUnits()
| ExceptionOr< void > WebCore::SVGAngleValue::convertToSpecifiedUnits |
( |
unsigned short |
unitType | ) |
|
◆ newValueSpecifiedUnits()
| ExceptionOr< void > WebCore::SVGAngleValue::newValueSpecifiedUnits |
( |
unsigned short |
unitType, |
|
|
float |
valueInSpecifiedUnits |
|
) |
| |
◆ setValue()
| void WebCore::SVGAngleValue::setValue |
( |
float |
value | ) |
|
◆ setValueAsString()
◆ setValueInSpecifiedUnits()
| void WebCore::SVGAngleValue::setValueInSpecifiedUnits |
( |
float |
valueInSpecifiedUnits | ) |
|
|
inline |
◆ unitType()
| Type WebCore::SVGAngleValue::unitType |
( |
| ) |
const |
|
inline |
◆ value()
| float WebCore::SVGAngleValue::value |
( |
| ) |
const |
◆ valueAsString()
| String WebCore::SVGAngleValue::valueAsString |
( |
| ) |
const |
◆ valueInSpecifiedUnits()
| float WebCore::SVGAngleValue::valueInSpecifiedUnits |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: