#include <css_layout_element.h>
|
std::shared_ptr
< CSSLayoutNode_Impl > | impl |
| |
| clan::CSSLayoutElement::CSSLayoutElement |
( |
| ) |
|
| clan::CSSLayoutElement::CSSLayoutElement |
( |
const std::shared_ptr< CSSLayoutNode_Impl > & |
impl | ) |
|
|
protected |
| void clan::CSSLayoutElement::append_child |
( |
CSSLayoutNode & |
new_child | ) |
|
| CSSLayoutElement clan::CSSLayoutElement::create_element |
( |
const std::string & |
name = std::string() | ) |
|
| CSSLayoutText clan::CSSLayoutElement::create_text |
( |
const std::string & |
text | ) |
|
| Rect clan::CSSLayoutElement::get_content_box |
( |
| ) |
|
| std::string clan::CSSLayoutElement::get_name |
( |
| ) |
const |
| bool clan::CSSLayoutElement::has_attribute |
( |
const std::string & |
name | ) |
const |
| void clan::CSSLayoutElement::remove_child |
( |
CSSLayoutNode & |
old_child | ) |
|
| void clan::CSSLayoutElement::set_attribute |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
| void clan::CSSLayoutElement::set_col_span |
( |
int |
span | ) |
|
| void clan::CSSLayoutElement::set_name |
( |
const std::string & |
name | ) |
|
| void clan::CSSLayoutElement::set_row_span |
( |
int |
span | ) |
|
The documentation for this class was generated from the following file: