#include <css_value_list_style_type.h>
|
enum | Type {
type_disc,
type_circle,
type_square,
type_decimal,
type_decimal_leading_zero,
type_lower_roman,
type_upper_roman,
type_lower_greek,
type_lower_latin,
type_upper_latin,
type_armenian,
type_georgian,
type_lower_alpha,
type_upper_alpha,
type_none,
type_inherit
} |
|
◆ Type
Enumerator |
---|
type_disc | |
type_circle | |
type_square | |
type_decimal | |
type_decimal_leading_zero | |
type_lower_roman | |
type_upper_roman | |
type_lower_greek | |
type_lower_latin | |
type_upper_latin | |
type_armenian | |
type_georgian | |
type_lower_alpha | |
type_upper_alpha | |
type_none | |
type_inherit | |
◆ CSSValueListStyleType()
clan::CSSValueListStyleType::CSSValueListStyleType |
( |
| ) |
|
◆ apply()
◆ clone()
◆ compute()
void clan::CSSValueListStyleType::compute |
( |
const CSSValueListStyleType * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size |
|
) |
| |
◆ get_name()
std::string clan::CSSValueListStyleType::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueListStyleType::to_string |
( |
| ) |
const |
|
virtual |
◆ type
Type clan::CSSValueListStyleType::type |
The documentation for this class was generated from the following file: