#include <css_value_content.h>
|
enum | Type {
type_normal,
type_none,
type_string,
type_uri,
type_counter,
type_attr,
type_open_quote,
type_close_quote,
type_no_open_quote,
type_no_close_quote,
type_inherit
} |
|
◆ Type
Enumerator |
---|
type_normal | |
type_none | |
type_string | |
type_uri | |
type_counter | |
type_attr | |
type_open_quote | |
type_close_quote | |
type_no_open_quote | |
type_no_close_quote | |
type_inherit | |
◆ CSSValueContent()
clan::CSSValueContent::CSSValueContent |
( |
| ) |
|
◆ apply()
◆ clone()
◆ compute()
void clan::CSSValueContent::compute |
( |
const CSSValueContent * |
parent, |
|
|
CSSResourceCache * |
layout, |
|
|
float |
em_size, |
|
|
float |
ex_size, |
|
|
bool |
before_or_after_pseudo_element |
|
) |
| |
◆ get_name()
std::string clan::CSSValueContent::get_name |
( |
| ) |
const |
|
virtual |
◆ to_string()
std::string clan::CSSValueContent::to_string |
( |
| ) |
const |
|
virtual |
◆ str
std::string clan::CSSValueContent::str |
◆ type
Type clan::CSSValueContent::type |
The documentation for this class was generated from the following file: