#include <css_computed_values.h>

Public Member Functions

 CSSComputedValues ()
 
 CSSComputedValues (CSSResourceCache *resource_cache)
 
const CSSComputedBackgroundget_background () const
 
int get_background_generation () const
 
const CSSComputedBorderget_border () const
 
int get_border_generation () const
 
const CSSComputedBoxget_box () const
 
int get_box_generation () const
 
const CSSComputedCounterget_counter () const
 
int get_counter_generation () const
 
const CSSComputedFlexget_flex () const
 
int get_flex_generation () const
 
const CSSComputedFontget_font () const
 
int get_font_generation () const
 
const CSSComputedGenericget_generic () const
 
int get_generic_generation () const
 
const CSSComputedListStyleget_list_style () const
 
int get_list_style_generation () const
 
const CSSComputedMarginget_margin () const
 
int get_margin_generation () const
 
const CSSComputedMiscInheritget_misc_inherit () const
 
int get_misc_inherit_generation () const
 
const CSSComputedMiscResetget_misc_reset () const
 
int get_misc_reset_generation () const
 
const CSSComputedOutlineget_outline () const
 
int get_outline_generation () const
 
const CSSComputedPaddingget_padding () const
 
int get_padding_generation () const
 
const CSSComputedTableInheritget_table_inherit () const
 
int get_table_inherit_generation () const
 
const CSSComputedTableResetget_table_reset () const
 
int get_table_reset_generation () const
 
const CSSComputedTextInheritget_text_inherit () const
 
int get_text_inherit_generation () const
 
const CSSComputedTextResetget_text_reset () const
 
int get_text_reset_generation () const
 
bool is_null () const
 
void set_parent (const CSSComputedValues &parent)
 
void set_specified_values (const CSSSelectResult &selected_values)
 
void set_specified_values (const CSSSelectResult &selected_values, const std::string &style_values)
 
void set_specified_values (const CSSSelectResult &selected_values, const CSSStyleProperties &style_values)
 

Friends

class CSSComputedValues_Impl
 

Constructor & Destructor Documentation

clan::CSSComputedValues::CSSComputedValues ( )
clan::CSSComputedValues::CSSComputedValues ( CSSResourceCache *  resource_cache)

Member Function Documentation

const CSSComputedBackground& clan::CSSComputedValues::get_background ( ) const
int clan::CSSComputedValues::get_background_generation ( ) const
const CSSComputedBorder& clan::CSSComputedValues::get_border ( ) const
int clan::CSSComputedValues::get_border_generation ( ) const
const CSSComputedBox& clan::CSSComputedValues::get_box ( ) const
int clan::CSSComputedValues::get_box_generation ( ) const
const CSSComputedCounter& clan::CSSComputedValues::get_counter ( ) const
int clan::CSSComputedValues::get_counter_generation ( ) const
const CSSComputedFlex& clan::CSSComputedValues::get_flex ( ) const
int clan::CSSComputedValues::get_flex_generation ( ) const
const CSSComputedFont& clan::CSSComputedValues::get_font ( ) const
int clan::CSSComputedValues::get_font_generation ( ) const
const CSSComputedGeneric& clan::CSSComputedValues::get_generic ( ) const
int clan::CSSComputedValues::get_generic_generation ( ) const
const CSSComputedListStyle& clan::CSSComputedValues::get_list_style ( ) const
int clan::CSSComputedValues::get_list_style_generation ( ) const
const CSSComputedMargin& clan::CSSComputedValues::get_margin ( ) const
int clan::CSSComputedValues::get_margin_generation ( ) const
const CSSComputedMiscInherit& clan::CSSComputedValues::get_misc_inherit ( ) const
int clan::CSSComputedValues::get_misc_inherit_generation ( ) const
const CSSComputedMiscReset& clan::CSSComputedValues::get_misc_reset ( ) const
int clan::CSSComputedValues::get_misc_reset_generation ( ) const
const CSSComputedOutline& clan::CSSComputedValues::get_outline ( ) const
int clan::CSSComputedValues::get_outline_generation ( ) const
const CSSComputedPadding& clan::CSSComputedValues::get_padding ( ) const
int clan::CSSComputedValues::get_padding_generation ( ) const
const CSSComputedTableInherit& clan::CSSComputedValues::get_table_inherit ( ) const
int clan::CSSComputedValues::get_table_inherit_generation ( ) const
const CSSComputedTableReset& clan::CSSComputedValues::get_table_reset ( ) const
int clan::CSSComputedValues::get_table_reset_generation ( ) const
const CSSComputedTextInherit& clan::CSSComputedValues::get_text_inherit ( ) const
int clan::CSSComputedValues::get_text_inherit_generation ( ) const
const CSSComputedTextReset& clan::CSSComputedValues::get_text_reset ( ) const
int clan::CSSComputedValues::get_text_reset_generation ( ) const
bool clan::CSSComputedValues::is_null ( ) const
void clan::CSSComputedValues::set_parent ( const CSSComputedValues parent)
void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values)
void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values,
const std::string &  style_values 
)
void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values,
const CSSStyleProperties style_values 
)

Friends And Related Function Documentation

friend class CSSComputedValues_Impl
friend

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