API documentation  2.0rc1
Public Member Functions | List of all members
client::DocumentOrShadowRoot Class Reference

#include <clientlib.h>

Inherits client::Object.

Inherited by client::ShadowRoot.

Public Member Functions

Elementget_activeElement ()
 
StyleSheetListget_styleSheets ()
 
ElementelementFromPoint (double x, double y)
 
ArrayelementsFromPoint (double x, double y)
 
SelectiongetSelection ()
 
- Public Member Functions inherited from client::Object
 Object ()
 
template<typename T >
valueOf ()
 
 operator double () const
 
Objectoperator[] (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)
 

Member Function Documentation

◆ elementFromPoint()

Element* client::DocumentOrShadowRoot::elementFromPoint ( double  x,
double  y 
)

◆ elementsFromPoint()

Array* client::DocumentOrShadowRoot::elementsFromPoint ( double  x,
double  y 
)

◆ get_activeElement()

Element* client::DocumentOrShadowRoot::get_activeElement ( )

◆ get_styleSheets()

StyleSheetList* client::DocumentOrShadowRoot::get_styleSheets ( )

◆ getSelection()

Selection* client::DocumentOrShadowRoot::getSelection ( )