#include "cr-box-view.h"#include "cr-lay-eng.h"#include "cr-om-parser.h"#include <libxml/tree.h>Go to the source code of this file.
Data Structures | |
| struct | _CRBoxViewPriv |
Defines | |
| #define | PRIVATE(a_this) ((a_this)->priv) |
Functions | |
| GType | cr_box_view_get_type (void) |
| CRBoxView * | cr_box_view_new_from_xml_css_bufs (const guchar *a_xml_buf, const guchar *a_css_buf) |
| CRBoxView * | cr_box_view_new_from_bm (CRBoxModel *a_box_root) |
| enum CRStatus | cr_box_view_set_box_model (CRBoxView *a_this, CRBoxModel *a_box_model) |
| enum CRStatus | cr_box_view_layout (CRBoxView *a_this) |
| enum CRStatus | cr_box_view_get_box_model (CRBoxView *a_this, CRBoxModel **a_box_model) |
| void | cr_box_view_destroy (GtkObject *a_this) |
|
|
|
Definition at line 746 of file cr-box-view.c. References cr_box_unref(), CR_BOX_VIEW, CR_IS_BOX_VIEW, and PRIVATE. Referenced by cr_box_view_new_from_bm(), and cr_box_view_new_from_xml_css_bufs(). |
|
||||||||||||
|
Definition at line 735 of file cr-box-view.c. References CR_BAD_PARAM_ERROR, and PRIVATE. |
|
|
Definition at line 531 of file cr-box-view.c. |
|
|
Definition at line 718 of file cr-box-view.c. References CR_BAD_PARAM_ERROR, CR_IS_BOX_VIEW, cr_lay_eng_layout_box_tree(), CR_OK, and PRIVATE. |
|
|
Definition at line 671 of file cr-box-view.c. References cr_box_view_destroy(), cr_box_view_set_box_model(), cr_lay_eng_new(), CR_TYPE_BOX_VIEW, cr_utils_trace_info, and PRIVATE. |
|
||||||||||||
|
||||||||||||
|
Definition at line 699 of file cr-box-view.c. References CR_BAD_PARAM_ERROR, cr_box_ref(), cr_box_unref(), and PRIVATE. Referenced by cr_box_view_new_from_bm(), and cr_box_view_new_from_xml_css_bufs(). |
1.3.3