#include <SVGLengthValue.h>
|
| SVGLengthValue (SVGLengthMode=LengthModeOther, const String &valueAsString=String()) |
|
| SVGLengthValue (const SVGLengthContext &, float, SVGLengthMode=LengthModeOther, SVGLengthType=LengthTypeNumber) |
|
SVGLengthType | unitType () const |
|
SVGLengthMode | unitMode () const |
|
bool | operator== (const SVGLengthValue &) const |
|
bool | operator!= (const SVGLengthValue &) const |
|
float | value (const SVGLengthContext &) const |
|
ExceptionOr< float > | valueForBindings (const SVGLengthContext &) const |
|
ExceptionOr< void > | setValue (float, const SVGLengthContext &) |
|
ExceptionOr< void > | setValue (const SVGLengthContext &, float, SVGLengthMode, SVGLengthType) |
|
float | valueInSpecifiedUnits () const |
|
void | setValueInSpecifiedUnits (float value) |
|
float | valueAsPercentage () const |
|
String | valueAsString () const |
|
ExceptionOr< void > | setValueAsString (const String &) |
|
ExceptionOr< void > | setValueAsString (const String &, SVGLengthMode) |
|
ExceptionOr< void > | newValueSpecifiedUnits (unsigned short, float valueInSpecifiedUnits) |
|
ExceptionOr< void > | convertToSpecifiedUnits (unsigned short, const SVGLengthContext &) |
|
bool | isRelative () const |
|
bool | isZero () const |
|
SVGLengthValue | blend (const SVGLengthValue &from, float progress) const |
|
| SVGLengthValue (SVGLengthMode=LengthModeOther, const String &valueAsString=String()) |
|
| SVGLengthValue (const SVGLengthContext &, float, SVGLengthMode=LengthModeOther, SVGLengthType=LengthTypeNumber) |
|
SVGLengthType | unitType () const |
|
SVGLengthMode | unitMode () const |
|
bool | operator== (const SVGLengthValue &) const |
|
bool | operator!= (const SVGLengthValue &) const |
|
float | value (const SVGLengthContext &) const |
|
ExceptionOr< float > | valueForBindings (const SVGLengthContext &) const |
|
ExceptionOr< void > | setValue (float, const SVGLengthContext &) |
|
ExceptionOr< void > | setValue (const SVGLengthContext &, float, SVGLengthMode, SVGLengthType) |
|
float | valueInSpecifiedUnits () const |
|
void | setValueInSpecifiedUnits (float value) |
|
float | valueAsPercentage () const |
|
String | valueAsString () const |
|
ExceptionOr< void > | setValueAsString (const String &) |
|
ExceptionOr< void > | setValueAsString (const String &, SVGLengthMode) |
|
ExceptionOr< void > | newValueSpecifiedUnits (unsigned short, float valueInSpecifiedUnits) |
|
ExceptionOr< void > | convertToSpecifiedUnits (unsigned short, const SVGLengthContext &) |
|
bool | isRelative () const |
|
bool | isZero () const |
|
SVGLengthValue | blend (const SVGLengthValue &from, float progress) const |
|
◆ SVGLengthValue() [1/4]
◆ SVGLengthValue() [2/4]
◆ SVGLengthValue() [3/4]
◆ SVGLengthValue() [4/4]
◆ blend() [1/2]
◆ blend() [2/2]
◆ construct() [1/2]
◆ construct() [2/2]
◆ convertToSpecifiedUnits() [1/2]
◆ convertToSpecifiedUnits() [2/2]
◆ fromCSSPrimitiveValue() [1/2]
◆ fromCSSPrimitiveValue() [2/2]
◆ isRelative() [1/2]
bool WebCore::SVGLengthValue::isRelative |
( |
| ) |
const |
|
inline |
◆ isRelative() [2/2]
bool WebCore::SVGLengthValue::isRelative |
( |
| ) |
const |
|
inline |
◆ isZero() [1/2]
bool WebCore::SVGLengthValue::isZero |
( |
| ) |
const |
|
inline |
◆ isZero() [2/2]
bool WebCore::SVGLengthValue::isZero |
( |
| ) |
const |
|
inline |
◆ lengthModeForAnimatedLengthAttribute() [1/2]
◆ lengthModeForAnimatedLengthAttribute() [2/2]
◆ newValueSpecifiedUnits() [1/2]
ExceptionOr< void > WebCore::SVGLengthValue::newValueSpecifiedUnits |
( |
unsigned short |
type, |
|
|
float |
valueInSpecifiedUnits |
|
) |
| |
◆ newValueSpecifiedUnits() [2/2]
ExceptionOr<void> WebCore::SVGLengthValue::newValueSpecifiedUnits |
( |
unsigned |
short, |
|
|
float |
valueInSpecifiedUnits |
|
) |
| |
◆ operator!=() [1/2]
bool WebCore::SVGLengthValue::operator!= |
( |
const SVGLengthValue & |
other | ) |
const |
◆ operator!=() [2/2]
bool WebCore::SVGLengthValue::operator!= |
( |
const SVGLengthValue & |
| ) |
const |
◆ operator==() [1/2]
bool WebCore::SVGLengthValue::operator== |
( |
const SVGLengthValue & |
other | ) |
const |
◆ operator==() [2/2]
bool WebCore::SVGLengthValue::operator== |
( |
const SVGLengthValue & |
| ) |
const |
◆ setValue() [1/4]
◆ setValue() [2/4]
◆ setValue() [3/4]
◆ setValue() [4/4]
◆ setValueAsString() [1/4]
◆ setValueAsString() [2/4]
◆ setValueAsString() [3/4]
◆ setValueAsString() [4/4]
◆ setValueInSpecifiedUnits() [1/2]
void WebCore::SVGLengthValue::setValueInSpecifiedUnits |
( |
float |
value | ) |
|
|
inline |
◆ setValueInSpecifiedUnits() [2/2]
void WebCore::SVGLengthValue::setValueInSpecifiedUnits |
( |
float |
value | ) |
|
|
inline |
◆ toCSSPrimitiveValue() [1/2]
◆ toCSSPrimitiveValue() [2/2]
◆ unitMode() [1/2]
◆ unitMode() [2/2]
◆ unitType() [1/2]
◆ unitType() [2/2]
◆ value() [1/2]
◆ value() [2/2]
◆ valueAsPercentage() [1/2]
float WebCore::SVGLengthValue::valueAsPercentage |
( |
| ) |
const |
◆ valueAsPercentage() [2/2]
float WebCore::SVGLengthValue::valueAsPercentage |
( |
| ) |
const |
◆ valueAsString() [1/2]
String WebCore::SVGLengthValue::valueAsString |
( |
| ) |
const |
◆ valueAsString() [2/2]
String WebCore::SVGLengthValue::valueAsString |
( |
| ) |
const |
◆ valueForBindings() [1/2]
◆ valueForBindings() [2/2]
◆ valueInSpecifiedUnits() [1/2]
float WebCore::SVGLengthValue::valueInSpecifiedUnits |
( |
| ) |
const |
|
inline |
◆ valueInSpecifiedUnits() [2/2]
float WebCore::SVGLengthValue::valueInSpecifiedUnits |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following files: