clan::CSSStyleProperties Class Reference

#include <css_style_properties.h>

Public Member Functions

 CSSStyleProperties ()
 
 CSSStyleProperties (const std::string &style_string, const std::string &base_uri=std::string())
 
const std::vector
< std::unique_ptr
< CSSPropertyValue > > & 
get_values () const
 
bool is_null () const
 
void set_value (const CSSPropertyValue &value, bool enable)
 Sets CSS style properties that should be applied. More...
 

Constructor & Destructor Documentation

clan::CSSStyleProperties::CSSStyleProperties ( )
clan::CSSStyleProperties::CSSStyleProperties ( const std::string &  style_string,
const std::string &  base_uri = std::string() 
)

Member Function Documentation

const std::vector<std::unique_ptr<CSSPropertyValue> >& clan::CSSStyleProperties::get_values ( ) const
bool clan::CSSStyleProperties::is_null ( ) const
void clan::CSSStyleProperties::set_value ( const CSSPropertyValue value,
bool  enable 
)

Sets CSS style properties that should be applied.


The documentation for this class was generated from the following file: