#include <clientlib.h>
Inherits client::DOMRectReadOnly.
|
| double | get_height () |
| |
| void | set_height (double) |
| |
| double | get_width () |
| |
| void | set_width (double) |
| |
| double | get_x () |
| |
| void | set_x (double) |
| |
| double | get_y () |
| |
| void | set_y (double) |
| |
| DOMRect * | get_prototype () |
| |
| void | set_prototype (DOMRect *) |
| |
| | DOMRect () |
| |
| | DOMRect (double x) |
| |
| | DOMRect (double x, double y) |
| |
| | DOMRect (double x, double y, double width) |
| |
| | DOMRect (double x, double y, double width, double height) |
| |
| double | get_bottom () |
| |
| double | get_height () |
| |
| double | get_left () |
| |
| double | get_right () |
| |
| double | get_top () |
| |
| double | get_width () |
| |
| double | get_x () |
| |
| double | get_y () |
| |
| DOMRectReadOnly * | get_prototype () |
| |
| void | set_prototype (DOMRectReadOnly *) |
| |
| | DOMRectReadOnly () |
| |
| | DOMRectReadOnly (double x) |
| |
| | DOMRectReadOnly (double x, double y) |
| |
| | DOMRectReadOnly (double x, double y, double width) |
| |
| | DOMRectReadOnly (double x, double y, double width, double height) |
| |
| | 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) |
| |
◆ DOMRect() [1/5]
| client::DOMRect::DOMRect |
( |
| ) |
|
◆ DOMRect() [2/5]
| client::DOMRect::DOMRect |
( |
double |
x | ) |
|
◆ DOMRect() [3/5]
| client::DOMRect::DOMRect |
( |
double |
x, |
|
|
double |
y |
|
) |
| |
◆ DOMRect() [4/5]
| client::DOMRect::DOMRect |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
width |
|
) |
| |
◆ DOMRect() [5/5]
| client::DOMRect::DOMRect |
( |
double |
x, |
|
|
double |
y, |
|
|
double |
width, |
|
|
double |
height |
|
) |
| |
◆ get_height()
| double client::DOMRect::get_height |
( |
| ) |
|
◆ get_prototype()
| DOMRect* client::DOMRect::get_prototype |
( |
| ) |
|
◆ get_width()
| double client::DOMRect::get_width |
( |
| ) |
|
◆ get_x()
| double client::DOMRect::get_x |
( |
| ) |
|
◆ get_y()
| double client::DOMRect::get_y |
( |
| ) |
|
◆ set_height()
| void client::DOMRect::set_height |
( |
double |
| ) |
|
◆ set_prototype()
| void client::DOMRect::set_prototype |
( |
DOMRect * |
| ) |
|
◆ set_width()
| void client::DOMRect::set_width |
( |
double |
| ) |
|
◆ set_x()
| void client::DOMRect::set_x |
( |
double |
| ) |
|
◆ set_y()
| void client::DOMRect::set_y |
( |
double |
| ) |
|