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

#include <clientlib.h>

Inherits client::Object.

Public Member Functions

Arrayget_attributeFilter ()
 
void set_attributeFilter (Array *)
 
bool get_attributeOldValue ()
 
void set_attributeOldValue (bool)
 
bool get_attributes ()
 
void set_attributes (bool)
 
bool get_characterData ()
 
void set_characterData (bool)
 
bool get_characterDataOldValue ()
 
void set_characterDataOldValue (bool)
 
bool get_childList ()
 
void set_childList (bool)
 
bool get_subtree ()
 
void set_subtree (bool)
 
- 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

◆ get_attributeFilter()

Array* client::MutationObserverInit::get_attributeFilter ( )

◆ get_attributeOldValue()

bool client::MutationObserverInit::get_attributeOldValue ( )

◆ get_attributes()

bool client::MutationObserverInit::get_attributes ( )

◆ get_characterData()

bool client::MutationObserverInit::get_characterData ( )

◆ get_characterDataOldValue()

bool client::MutationObserverInit::get_characterDataOldValue ( )

◆ get_childList()

bool client::MutationObserverInit::get_childList ( )

◆ get_subtree()

bool client::MutationObserverInit::get_subtree ( )

◆ set_attributeFilter()

void client::MutationObserverInit::set_attributeFilter ( Array )

◆ set_attributeOldValue()

void client::MutationObserverInit::set_attributeOldValue ( bool  )

◆ set_attributes()

void client::MutationObserverInit::set_attributes ( bool  )

◆ set_characterData()

void client::MutationObserverInit::set_characterData ( bool  )

◆ set_characterDataOldValue()

void client::MutationObserverInit::set_characterDataOldValue ( bool  )

◆ set_childList()

void client::MutationObserverInit::set_childList ( bool  )

◆ set_subtree()

void client::MutationObserverInit::set_subtree ( bool  )