![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| DOMRectInit * | get_boundingClientRect () |
| void | set_boundingClientRect (DOMRectInit *) |
| DOMRectInit * | get_intersectionRect () |
| void | set_intersectionRect (DOMRectInit *) |
| bool | get_isIntersecting () |
| void | set_isIntersecting (bool) |
| DOMRectInit * | get_rootBounds () |
| void | set_rootBounds (DOMRectInit *) |
| Element * | get_target () |
| void | set_target (Element *) |
| double | get_time () |
| void | set_time (double) |
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) |
| DOMRectInit* client::IntersectionObserverEntryInit::get_boundingClientRect | ( | ) |
| DOMRectInit* client::IntersectionObserverEntryInit::get_intersectionRect | ( | ) |
| bool client::IntersectionObserverEntryInit::get_isIntersecting | ( | ) |
| DOMRectInit* client::IntersectionObserverEntryInit::get_rootBounds | ( | ) |
| Element* client::IntersectionObserverEntryInit::get_target | ( | ) |
| double client::IntersectionObserverEntryInit::get_time | ( | ) |
| void client::IntersectionObserverEntryInit::set_boundingClientRect | ( | DOMRectInit * | ) |
| void client::IntersectionObserverEntryInit::set_intersectionRect | ( | DOMRectInit * | ) |
| void client::IntersectionObserverEntryInit::set_isIntersecting | ( | bool | ) |
| void client::IntersectionObserverEntryInit::set_rootBounds | ( | DOMRectInit * | ) |
| void client::IntersectionObserverEntryInit::set_target | ( | Element * | ) |
| void client::IntersectionObserverEntryInit::set_time | ( | double | ) |
1.8.13