#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

◆ CSSComputedValues() [1/2]

clan::CSSComputedValues::CSSComputedValues ( )

◆ CSSComputedValues() [2/2]

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

Member Function Documentation

◆ get_background()

const CSSComputedBackground& clan::CSSComputedValues::get_background ( ) const

◆ get_background_generation()

int clan::CSSComputedValues::get_background_generation ( ) const

◆ get_border()

const CSSComputedBorder& clan::CSSComputedValues::get_border ( ) const

◆ get_border_generation()

int clan::CSSComputedValues::get_border_generation ( ) const

◆ get_box()

const CSSComputedBox& clan::CSSComputedValues::get_box ( ) const

◆ get_box_generation()

int clan::CSSComputedValues::get_box_generation ( ) const

◆ get_counter()

const CSSComputedCounter& clan::CSSComputedValues::get_counter ( ) const

◆ get_counter_generation()

int clan::CSSComputedValues::get_counter_generation ( ) const

◆ get_flex()

const CSSComputedFlex& clan::CSSComputedValues::get_flex ( ) const

◆ get_flex_generation()

int clan::CSSComputedValues::get_flex_generation ( ) const

◆ get_font()

const CSSComputedFont& clan::CSSComputedValues::get_font ( ) const

◆ get_font_generation()

int clan::CSSComputedValues::get_font_generation ( ) const

◆ get_generic()

const CSSComputedGeneric& clan::CSSComputedValues::get_generic ( ) const

◆ get_generic_generation()

int clan::CSSComputedValues::get_generic_generation ( ) const

◆ get_list_style()

const CSSComputedListStyle& clan::CSSComputedValues::get_list_style ( ) const

◆ get_list_style_generation()

int clan::CSSComputedValues::get_list_style_generation ( ) const

◆ get_margin()

const CSSComputedMargin& clan::CSSComputedValues::get_margin ( ) const

◆ get_margin_generation()

int clan::CSSComputedValues::get_margin_generation ( ) const

◆ get_misc_inherit()

const CSSComputedMiscInherit& clan::CSSComputedValues::get_misc_inherit ( ) const

◆ get_misc_inherit_generation()

int clan::CSSComputedValues::get_misc_inherit_generation ( ) const

◆ get_misc_reset()

const CSSComputedMiscReset& clan::CSSComputedValues::get_misc_reset ( ) const

◆ get_misc_reset_generation()

int clan::CSSComputedValues::get_misc_reset_generation ( ) const

◆ get_outline()

const CSSComputedOutline& clan::CSSComputedValues::get_outline ( ) const

◆ get_outline_generation()

int clan::CSSComputedValues::get_outline_generation ( ) const

◆ get_padding()

const CSSComputedPadding& clan::CSSComputedValues::get_padding ( ) const

◆ get_padding_generation()

int clan::CSSComputedValues::get_padding_generation ( ) const

◆ get_table_inherit()

const CSSComputedTableInherit& clan::CSSComputedValues::get_table_inherit ( ) const

◆ get_table_inherit_generation()

int clan::CSSComputedValues::get_table_inherit_generation ( ) const

◆ get_table_reset()

const CSSComputedTableReset& clan::CSSComputedValues::get_table_reset ( ) const

◆ get_table_reset_generation()

int clan::CSSComputedValues::get_table_reset_generation ( ) const

◆ get_text_inherit()

const CSSComputedTextInherit& clan::CSSComputedValues::get_text_inherit ( ) const

◆ get_text_inherit_generation()

int clan::CSSComputedValues::get_text_inherit_generation ( ) const

◆ get_text_reset()

const CSSComputedTextReset& clan::CSSComputedValues::get_text_reset ( ) const

◆ get_text_reset_generation()

int clan::CSSComputedValues::get_text_reset_generation ( ) const

◆ is_null()

bool clan::CSSComputedValues::is_null ( ) const

◆ set_parent()

void clan::CSSComputedValues::set_parent ( const CSSComputedValues parent)

◆ set_specified_values() [1/3]

void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values)

◆ set_specified_values() [2/3]

void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values,
const std::string &  style_values 
)

◆ set_specified_values() [3/3]

void clan::CSSComputedValues::set_specified_values ( const CSSSelectResult selected_values,
const CSSStyleProperties style_values 
)

Friends And Related Function Documentation

◆ CSSComputedValues_Impl

friend class CSSComputedValues_Impl
friend

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