Home
last modified time | relevance | path

Searched refs:GogView (Results 1 – 25 of 111) sorted by relevance

12345

/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-view.h39 void (*render) (GogView *view);
48 GogView *view;
69 GogView *parent; /* potentially NULL */
88 void (*state_init) (GogView *view);
97 void (*build_toolkit) (GogView *view);
101 void (*reserved1) (GogView *view);
102 void (*reserved2) (GogView *view);
123 GogView *gog_view_find_child_view (GogView const *container,
128 void gog_view_render_toolkit (GogView *view);
131 GogView *gog_view_get_view_at_point (GogView *view, double x, double y,
[all …]
H A Dgog-view.c362 GogView *view) in cb_child_added()
372 GogView *view) in cb_remove_child()
376 GogView *tmp; in cb_remove_child()
518 GogView *child; in gog_view_padding_request_real()
545 GogView *child; in gog_view_size_allocate_real()
706 gog_view_init (GogView *view) in gog_view_init()
919 GogView *child; in gog_view_size_child_request()
971 GogView *
1005 return (GogView *)container; in gog_view_find_child_view()
1095 GogView *
[all …]
H A Dgog-grid-line.h37 void gog_grid_line_view_render_stripes (GogView *view);
38 void gog_grid_line_view_render_lines (GogView *view);
H A Dgog-axis-line-impl.h53 GogView base;
66 void gog_axis_base_view_label_position_request (GogView *view,
H A Dgog-outlined-object.c109 gog_outlined_view_size_request (GogView *v, in gog_outlined_view_size_request()
127 gog_outlined_view_size_allocate (GogView *v, GogViewAllocation const *a) in gog_outlined_view_size_allocate()
148 gog_outlined_view_render (GogView *view, GogViewAllocation const *bbox) in gog_outlined_view_render()
H A Dgog-grid-line.c30 typedef GogView GogGridLineView;
132 gog_grid_line_xy_render (GogGridLine *grid_line, GogView *view, in gog_grid_line_xy_render()
236 gog_grid_line_xyz_render (GogGridLine *grid_line, GogView *view, in gog_grid_line_xyz_render()
588 gog_grid_line_radial_render (GogGridLine *grid_line, GogView *view, in gog_grid_line_radial_render()
745 gog_grid_line_circular_render (GogGridLine *grid_line, GogView *view, in gog_grid_line_circular_render()
838 gog_grid_line_view_render (GogView *view, gboolean stripes) in gog_grid_line_view_render()
844 GogView *chart_view; in gog_grid_line_view_render()
913 gog_grid_line_view_render_stripes (GogView *view) in gog_grid_line_view_render_stripes()
919 gog_grid_line_view_render_lines (GogView *view) in gog_grid_line_view_render_lines()
H A Dgog-graph.c944 GogView *selected_view;
970 GogView *view = GOG_VIEW (gobject); in gog_graph_view_set_property()
984 gog_graph_view_size_allocate (GogView *view, GogViewAllocation const *bbox) in gog_graph_view_size_allocate()
988 GogView *child; in gog_graph_view_size_allocate()
1015 gog_graph_view_render (GogView *view, GogViewAllocation const *bbox) in gog_graph_view_render()
1019 GogView *child_view; in gog_graph_view_render()
1219 GogView *
1238 GogView *view; in gog_graph_view_set_selection()
H A Dgog-grid.c149 typedef GogView GogGridView;
158 gog_grid_view_xyz_render (GogGrid *grid, GogView *view, in gog_grid_view_xyz_render()
260 gog_grid_view_render (GogView *view, GogViewAllocation const *bbox) in gog_grid_view_render()
H A Dgog-chart-map-3d.h32 GogChartMap3D *gog_chart_map_3d_new (GogView *view, GogViewAllocation const *area,
H A Dgog-3d-box.h43 GogView base;
H A Dgog-outlined-object.h45 GogView base;
H A Dgog-legend.c277 GogView *view = GOG_VIEW (glv); in cb_size_elements()
296 gog_legend_view_size_request (GogView *v, in gog_legend_view_size_request()
431 GogView const *view;
445 GogView const *view = data->view; in cb_render_elements()
538 gog_legend_view_render (GogView *v, GogViewAllocation const *bbox) in gog_legend_view_render()
H A Dgog-object.h153 GogView *gog_object_new_view (GogObject const *obj, GogView *parent);
H A Dgog-equation.c338 gog_equation_view_size_request (GogView *view, in gog_equation_view_size_request()
371 gog_equation_view_render (GogView *view, in gog_equation_view_render()
392 gog_equation_view_state_init (GogView *view) in gog_equation_view_state_init()
H A Dgog-smoothed-curve.c184 typedef GogView GogSmoothedCurveView;
194 gog_smoothed_curve_view_render (GogView *view, GogViewAllocation const *bbox) in gog_smoothed_curve_view_render()
H A Dgog-chart.c1139 gog_chart_view_3d_process (GogView *view, GogViewAllocation *bbox) in gog_chart_view_3d_process()
1153 GogView *child; in gog_chart_view_3d_process()
1404 gog_chart_view_size_allocate (GogView *view, GogViewAllocation const *bbox) in gog_chart_view_size_allocate()
1407 GogView *child; in gog_chart_view_size_allocate()
1470 GogView *child_view, *axis_child_view; in grid_line_render()
1486 GogView *grid_child_view; in grid_line_render()
1526 plot_render (GogView *view, GogViewAllocation const *bbox, GogPlotRenderingOrder order) in plot_render()
1529 GogView *child_view; in plot_render()
1541 gog_chart_view_render (GogView *view, GogViewAllocation const *bbox) in gog_chart_view_render()
1544 GogView *child_view; in gog_chart_view_render()
[all …]
H A Dgog-chart.h59 GogViewAllocation const *gog_chart_view_get_plot_area (GogView const *view);
H A Dgog-color-scale.c414 GogView base;
426 gog_color_scale_view_size_request (GogView *v, in gog_color_scale_view_size_request()
439 GogView *child; in gog_color_scale_view_size_request()
488 gog_color_scale_view_size_allocate (GogView *view, GogViewAllocation const *bbox) in gog_color_scale_view_size_allocate()
492 GogView *child; in gog_color_scale_view_size_allocate()
541 gog_color_scale_view_render (GogView *view, GogViewAllocation const *bbox) in gog_color_scale_view_render()
H A Dgog-axis-line.c913 static gboolean gog_axis_base_view_point (GogView *view, double x, double y);
916 gog_tool_bound_is_valid_axis (GogView *view) in gog_tool_bound_is_valid_axis()
935 gog_tool_select_axis_render (GogView *view) in gog_tool_select_axis_render()
970 gog_tool_move_start_bound_render (GogView *view) in gog_tool_move_start_bound_render()
988 gog_tool_move_stop_bound_render (GogView *view) in gog_tool_move_stop_bound_render()
1639 x_process (GogAxisBaseAction action, GogView *view, GogViewPadding *padding, in x_process()
1694 xy_process (GogAxisBaseAction action, GogView *view, GogViewPadding *padding, in xy_process()
2239 gog_axis_base_view_point (GogView *view, double x, double y) in gog_axis_base_view_point()
2326 gog_axis_base_view_render (GogView *view, GogViewAllocation const *bbox) in gog_axis_base_view_render()
2370 gog_axis_base_build_toolkit (GogView *view) in gog_axis_base_build_toolkit()
[all …]
H A Dgog-graph.h59 GogView *gog_graph_view_get_selection (GogGraphView *gview);
H A Dgog-plot-impl.h96 GogView base;
H A Dgog-reg-curve.c404 typedef GogView GogRegCurveView;
414 gog_reg_curve_view_render (GogView *view, GogViewAllocation const *bbox) in gog_reg_curve_view_render()
540 gog_reg_curve_view_size_allocate (GogView *view, GogViewAllocation const *allocation) in gog_reg_curve_view_size_allocate()
H A Dgog-plot.c1111 gog_tool_move_plot_area_point (GogView *view, double x, double y, GogObject **gobj) in gog_tool_move_plot_area_point()
1122 gog_tool_move_plot_area_render (GogView *view) in gog_tool_move_plot_area_render()
1186 gog_tool_resize_plot_area_point (GogView *view, double x, double y, GogObject **gobj) in gog_tool_resize_plot_area_point()
1196 gog_tool_resize_plot_area_render (GogView *view) in gog_tool_resize_plot_area_render()
1243 gog_plot_view_build_toolkit (GogView *view) in gog_plot_view_build_toolkit()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_distrib/
H A Dgog-probability-plot.c408 gog_probability_plot_view_render (GogView *view, GogViewAllocation const *bbox) in gog_probability_plot_view_render()
469 gog_probability_plot_view_size_allocate (GogView *view, GogViewAllocation const *allocation) in gog_probability_plot_view_size_allocate()
512 typedef GogView GogProbabilityPlotSeriesView;
522 gog_probability_plot_series_view_render (GogView *view, GogViewAllocation const *bbox) in gog_probability_plot_series_view_render()
530 gog_probability_plot_series_view_size_allocate (GogView *view, GogViewAllocation const *allocation) in gog_probability_plot_series_view_size_allocate()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_pie/
H A Dgog-pie.c494 find_element (GogView *view, double cx, double cy, double x, double y, in find_element()
531 gog_tool_move_pie_point (GogView *view, double x, double y, GogObject **gobj) in gog_tool_move_pie_point()
553 gog_tool_move_pie_render (GogView *view) in gog_tool_move_pie_render()
884 gog_pie_view_render (GogView *view, GogViewAllocation const *bbox) in gog_pie_view_render()
1155 gog_pie_view_build_toolkit (GogView *view) in gog_pie_view_build_toolkit()
1164 gog_pie_view_get_tip_at_point (GogView *view, double x, double y) in gog_pie_view_get_tip_at_point()

12345