ClanLib
2.3.7
|
#include <css_layout.h>
Classes | |
class | ClipWrapper |
Friends | |
class | CL_CSSLayout_Impl |
CL_CSSLayout::CL_CSSLayout | ( | ) |
void CL_CSSLayout::clear | ( | ) |
void CL_CSSLayout::clear_selection | ( | ) |
CL_CSSLayoutElement CL_CSSLayout::create_element | ( | const CL_String & | name = CL_String() ) |
CL_CSSLayoutObject CL_CSSLayout::create_object | ( | ) |
CL_CSSLayoutText CL_CSSLayout::create_text | ( | const CL_String & | text) |
CL_CSSLayoutElement CL_CSSLayout::find_element | ( | const CL_String & | name) |
CL_Callback_2<CL_Image, CL_GraphicContext &, const CL_String &>& CL_CSSLayout::func_get_image | ( | ) |
CL_CSSLayoutElement CL_CSSLayout::get_html_body_element | ( | ) |
CL_CSSLayoutElement CL_CSSLayout::get_root_element | ( | ) |
CL_CSSHitTestResult CL_CSSLayout::hit_test | ( | CL_GraphicContext & | gc, |
const CL_Point & | pos | ||
) |
bool CL_CSSLayout::is_null | ( | ) | const |
void CL_CSSLayout::layout | ( | CL_GraphicContext & | gc, |
const CL_Rect & | viewport | ||
) |
|
inline |
|
inline |
void CL_CSSLayout::set_html_body_element | ( | CL_CSSLayoutElement | element) |
void CL_CSSLayout::set_root_element | ( | CL_CSSLayoutElement | element) |
void CL_CSSLayout::set_selection | ( | CL_CSSLayoutNode | start, |
size_t | start_text_offset, | ||
CL_CSSLayoutNode | end, | ||
size_t | end_text_offset | ||
) |
|
friend |