#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 |
bool clan::CSSLayoutNode::is_element |
( |
| ) |
const |
|
inherited |
bool clan::CSSLayoutNode::is_null |
( |
| ) |
const |
|
inherited |
bool clan::CSSLayoutNode::is_object |
( |
| ) |
const |
|
inherited |
bool clan::CSSLayoutNode::is_text |
( |
| ) |
const |
|
inherited |
bool clan::CSSLayoutNode::operator!= |
( |
const CSSLayoutNode & |
other | ) |
const |
|
inherited |
bool clan::CSSLayoutNode::operator== |
( |
const CSSLayoutNode & |
other | ) |
const |
|
inherited |
std::string clan::CSSLayoutNode::print_node |
( |
| ) |
const |
|
inherited |
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 | ) |
|
void clan::CSSLayoutNode::set_user_data |
( |
std::unique_ptr< CSSLayoutUserData > & |
data | ) |
|
|
inherited |
std::shared_ptr<CSSLayoutNode_Impl> clan::CSSLayoutNode::impl |
|
protectedinherited |
The documentation for this class was generated from the following file: