![]() |
API documentation
2.0rc1
|
#include <clientlib.h>
Inherits client::Object.
Public Member Functions | |
| Element * | get_root () |
| String * | get_rootMargin () |
| Array * | get_thresholds () |
| void | disconnect () |
| void | observe (Element *target) |
| Array * | takeRecords () |
| void | unobserve (Element *target) |
| IntersectionObserver * | get_prototype () |
| void | set_prototype (IntersectionObserver *) |
| IntersectionObserver (EventListener *callback) | |
| IntersectionObserver (EventListener *callback, IntersectionObserverInit *options) | |
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::IntersectionObserver::IntersectionObserver | ( | EventListener * | callback | ) |
| client::IntersectionObserver::IntersectionObserver | ( | EventListener * | callback, |
| IntersectionObserverInit * | options | ||
| ) |
| void client::IntersectionObserver::disconnect | ( | ) |
| IntersectionObserver* client::IntersectionObserver::get_prototype | ( | ) |
| Element* client::IntersectionObserver::get_root | ( | ) |
| String* client::IntersectionObserver::get_rootMargin | ( | ) |
| Array* client::IntersectionObserver::get_thresholds | ( | ) |
| void client::IntersectionObserver::observe | ( | Element * | target | ) |
| void client::IntersectionObserver::set_prototype | ( | IntersectionObserver * | ) |
| Array* client::IntersectionObserver::takeRecords | ( | ) |
| void client::IntersectionObserver::unobserve | ( | Element * | target | ) |
1.8.13