#include <css_layout_object.h>
CL_CSSLayoutObject::CL_CSSLayoutObject | ( | ) |
void CL_CSSLayoutElement::append_child | ( | CL_CSSLayoutNode & | new_child | ) | [inherited] |
void CL_CSSLayoutElement::apply_properties | ( | const CL_CSSPropertyList2 & | properties | ) | [inherited] |
void CL_CSSLayoutElement::apply_properties | ( | const CL_String & | style_string, | |
const CL_String & | base_uri = CL_String() | |||
) | [inherited] |
CL_CSSLayoutElement CL_CSSLayoutElement::create_element | ( | const CL_String & | name = CL_String() |
) | [inherited] |
CL_CSSLayoutObject CL_CSSLayoutElement::create_object | ( | ) | [inherited] |
CL_CSSLayoutText CL_CSSLayoutElement::create_text | ( | const CL_String & | text | ) | [inherited] |
CL_Rect CL_CSSLayoutElement::get_content_box | ( | ) | [inherited] |
CL_CSSLayoutNode CL_CSSLayoutNode::get_first_child | ( | ) | const [inherited] |
CL_CSSLayoutNode CL_CSSLayoutNode::get_last_child | ( | ) | const [inherited] |
CL_String CL_CSSLayoutElement::get_name | ( | ) | const [inherited] |
CL_CSSLayoutNode CL_CSSLayoutNode::get_next_sibling | ( | ) | const [inherited] |
CL_CSSLayoutNode CL_CSSLayoutNode::get_parent | ( | ) | const [inherited] |
CL_CSSLayoutNode CL_CSSLayoutNode::get_prev_sibling | ( | ) | const [inherited] |
CL_CSSLayoutUserData* CL_CSSLayoutNode::get_user_data | ( | ) | [inherited] |
const CL_CSSLayoutUserData* CL_CSSLayoutNode::get_user_data | ( | ) | const [inherited] |
void CL_CSSLayoutElement::insert_before | ( | CL_CSSLayoutNode & | new_child, | |
CL_CSSLayoutNode & | ref_child | |||
) | [inherited] |
bool CL_CSSLayoutNode::is_element | ( | ) | const [inherited] |
bool CL_CSSLayoutNode::is_null | ( | ) | const [inherited] |
bool CL_CSSLayoutNode::is_object | ( | ) | const [inherited] |
bool CL_CSSLayoutNode::is_text | ( | ) | const [inherited] |
bool CL_CSSLayoutNode::operator!= | ( | const CL_CSSLayoutNode & | other | ) | const [inherited] |
bool CL_CSSLayoutNode::operator== | ( | const CL_CSSLayoutNode & | other | ) | const [inherited] |
CL_String CL_CSSLayoutNode::print_node | ( | ) | const [inherited] |
void CL_CSSLayoutElement::remove_child | ( | CL_CSSLayoutNode & | old_child | ) | [inherited] |
void CL_CSSLayoutElement::set_col_span | ( | int | span | ) | [inherited] |
void CL_CSSLayoutObject::set_component | ( | T * | component | ) |
void CL_CSSLayoutObject::set_intrinsic_height | ( | int | height | ) |
void CL_CSSLayoutObject::set_intrinsic_ratio | ( | float | ratio | ) |
void CL_CSSLayoutObject::set_intrinsic_width | ( | int | width | ) |
void CL_CSSLayoutElement::set_name | ( | const CL_String & | name | ) | [inherited] |
void CL_CSSLayoutObject::set_no_intrinsic_height | ( | ) |
void CL_CSSLayoutObject::set_no_intrinsic_ratio | ( | ) |
void CL_CSSLayoutObject::set_no_intrinsic_width | ( | ) |
void CL_CSSLayoutElement::set_row_span | ( | int | span | ) | [inherited] |
void CL_CSSLayoutNode::set_user_data | ( | CL_CSSLayoutUserData * | data | ) | [inline, inherited] |
References CL_CSSLayoutNode::set_user_data().
Referenced by CL_CSSLayoutNode::set_user_data().
void CL_CSSLayoutNode::set_user_data | ( | CL_UniquePtr< CL_CSSLayoutUserData > & | data | ) | [inherited] |
CL_CSSLayoutElement CL_CSSLayoutNode::to_element | ( | ) | const [inherited] |
CL_CSSLayoutObject CL_CSSLayoutNode::to_object | ( | ) | const [inherited] |
CL_CSSLayoutText CL_CSSLayoutNode::to_text | ( | ) | const [inherited] |
friend class CL_CSSLayout [friend, inherited] |
friend class CL_CSSLayout_Impl [friend, inherited] |
friend class CL_CSSLayoutElement [friend, inherited] |
friend class CL_CSSLayoutNode [friend] |
Reimplemented from CL_CSSLayoutElement.
CL_SharedPtr<CL_CSSLayoutNode_Impl> CL_CSSLayoutNode::impl [protected, inherited] |