#include <css_value_min_width.h>

+ Inheritance diagram for clan::CSSValueMinWidth:

Public Types

enum  Type { type_auto, type_length, type_percentage, type_inherit }
 

Public Member Functions

 CSSValueMinWidth ()
 
void apply (CSSComputedValuesUpdater *updater)
 
std::unique_ptr< CSSPropertyValueclone () const
 
void compute (const CSSValueMinWidth *parent, CSSResourceCache *layout, float em_size, float ex_size)
 
std::string get_name () const
 
std::string to_string () const
 
- Public Member Functions inherited from clan::CSSPropertyValue
virtual ~CSSPropertyValue ()
 

Public Attributes

CSSLength length
 
float percentage
 
Type type
 

Member Enumeration Documentation

◆ Type

Enumerator
type_auto 
type_length 
type_percentage 
type_inherit 

Constructor & Destructor Documentation

◆ CSSValueMinWidth()

clan::CSSValueMinWidth::CSSValueMinWidth ( )

Member Function Documentation

◆ apply()

void clan::CSSValueMinWidth::apply ( CSSComputedValuesUpdater updater)
virtual

◆ clone()

std::unique_ptr<CSSPropertyValue> clan::CSSValueMinWidth::clone ( ) const
virtual

◆ compute()

void clan::CSSValueMinWidth::compute ( const CSSValueMinWidth parent,
CSSResourceCache *  layout,
float  em_size,
float  ex_size 
)

◆ get_name()

std::string clan::CSSValueMinWidth::get_name ( ) const
virtual

◆ to_string()

std::string clan::CSSValueMinWidth::to_string ( ) const
virtual

Member Data Documentation

◆ length

CSSLength clan::CSSValueMinWidth::length

◆ percentage

float clan::CSSValueMinWidth::percentage

◆ type

Type clan::CSSValueMinWidth::type

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