![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| double | get_unitType () |
| double | get_value () |
| void | set_value (double) |
| String * | get_valueAsString () |
| void | set_valueAsString (const String &) |
| double | get_valueInSpecifiedUnits () |
| void | set_valueInSpecifiedUnits (double) |
| void | convertToSpecifiedUnits (double unitType) |
| void | newValueSpecifiedUnits (double unitType, double valueInSpecifiedUnits) |
| SVGAngle * | get_prototype () |
| void | set_prototype (SVGAngle *) |
| SVGAngle () | |
| double | get_SVG_ANGLETYPE_DEG () |
| double | get_SVG_ANGLETYPE_GRAD () |
| double | get_SVG_ANGLETYPE_RAD () |
| double | get_SVG_ANGLETYPE_UNKNOWN () |
| double | get_SVG_ANGLETYPE_UNSPECIFIED () |
Public Member Functions inherited from client::Object | |
| Object () | |
| template<typename T > | |
| T | valueOf () |
| operator double () const | |
| Object * | operator[] (const client::String &name) const |
| void | set_ (const client::String &name, Object *v) |
| template<typename T , typename = typename std::enable_if<std::is_arithmetic<T>::value, T>::type> | |
| void | set_ (const client::String &name, T v) |
| bool | hasOwnProperty (const client::String &name) |
| client::SVGAngle::SVGAngle | ( | ) |
| void client::SVGAngle::convertToSpecifiedUnits | ( | double | unitType | ) |
| SVGAngle* client::SVGAngle::get_prototype | ( | ) |
| double client::SVGAngle::get_SVG_ANGLETYPE_DEG | ( | ) |
| double client::SVGAngle::get_SVG_ANGLETYPE_GRAD | ( | ) |
| double client::SVGAngle::get_SVG_ANGLETYPE_RAD | ( | ) |
| double client::SVGAngle::get_SVG_ANGLETYPE_UNKNOWN | ( | ) |
| double client::SVGAngle::get_SVG_ANGLETYPE_UNSPECIFIED | ( | ) |
| double client::SVGAngle::get_unitType | ( | ) |
| double client::SVGAngle::get_value | ( | ) |
| String* client::SVGAngle::get_valueAsString | ( | ) |
| double client::SVGAngle::get_valueInSpecifiedUnits | ( | ) |
| void client::SVGAngle::newValueSpecifiedUnits | ( | double | unitType, |
| double | valueInSpecifiedUnits | ||
| ) |
| void client::SVGAngle::set_prototype | ( | SVGAngle * | ) |
| void client::SVGAngle::set_value | ( | double | ) |
| void client::SVGAngle::set_valueAsString | ( | const String & | ) |
| void client::SVGAngle::set_valueInSpecifiedUnits | ( | double | ) |
1.8.13