#include <css_layout_object.h>
|
std::shared_ptr
< CSSLayoutNode_Impl > | impl |
|
clan::CSSLayoutObject::CSSLayoutObject |
( |
| ) |
|
void clan::CSSLayoutElement::append_child |
( |
CSSLayoutNode & |
new_child | ) |
|
|
inherited |
CSSLayoutElement clan::CSSLayoutElement::create_element |
( |
const std::string & |
name = std::string() | ) |
|
|
inherited |
CSSLayoutText clan::CSSLayoutElement::create_text |
( |
const std::string & |
text | ) |
|
|
inherited |
Rect clan::CSSLayoutElement::get_content_box |
( |
| ) |
|
|
inherited |
std::string clan::CSSLayoutElement::get_name |
( |
| ) |
const |
|
inherited |
bool clan::CSSLayoutElement::has_attribute |
( |
const std::string & |
name | ) |
const |
|
inherited |
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 | ) |
|
|
inherited |
void clan::CSSLayoutElement::set_attribute |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
|
inherited |
void clan::CSSLayoutElement::set_col_span |
( |
int |
span | ) |
|
|
inherited |
void clan::CSSLayoutObject::set_intrinsic_height |
( |
int |
height | ) |
|
void clan::CSSLayoutObject::set_intrinsic_ratio |
( |
float |
ratio | ) |
|
void clan::CSSLayoutObject::set_intrinsic_width |
( |
int |
width | ) |
|
void clan::CSSLayoutElement::set_name |
( |
const std::string & |
name | ) |
|
|
inherited |
void clan::CSSLayoutObject::set_no_intrinsic_height |
( |
| ) |
|
void clan::CSSLayoutObject::set_no_intrinsic_ratio |
( |
| ) |
|
void clan::CSSLayoutObject::set_no_intrinsic_width |
( |
| ) |
|
void clan::CSSLayoutElement::set_row_span |
( |
int |
span | ) |
|
|
inherited |
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: