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