Home
last modified time | relevance | path

Searched refs:series_parent_klass (Results 1 – 11 of 11) sorted by relevance

/dports/devel/goffice/goffice-0.10.50/plugins/plot_surface/
H A Dxl-surface.c42 static GogStyledObjectClass *series_parent_klass; variable
61 if (series_parent_klass->base.update) in xl_xyz_series_update()
62 series_parent_klass->base.update (obj); in xl_xyz_series_update()
68 series_parent_klass->init_style (gso, style); in xl_xyz_series_init_style()
77 series_parent_klass = g_type_class_peek_parent (gso_klass); in xl_xyz_series_class_init()
H A Dgog-xyz.c443 static GogStyledObjectClass *series_parent_klass; in GSF_DYNAMIC_CLASS_ABSTRACT()
491 if (series_parent_klass->base.update)
492 series_parent_klass->base.update (obj);
498 series_parent_klass->init_style (gso, style); in gog_xyz_series_init_style()
508 series_parent_klass = g_type_class_peek_parent (gso_klass); in gog_xyz_series_class_init()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_xy/
H A Dgog-xy-minmax.c55 static GogObjectClass *series_parent_klass; variable
63 ((GogStyledObjectClass *)series_parent_klass)->init_style (gso, style); in gog_xy_minmax_series_init_style()
92 if (series_parent_klass->update) in gog_xy_minmax_series_update()
93 series_parent_klass->update (obj); in gog_xy_minmax_series_update()
100 series_parent_klass = g_type_class_peek_parent (gso_klass); in gog_xy_minmax_series_class_init()
H A Dgog-xy-dropbar.c500 static GogObjectClass *series_parent_klass; variable
516 if (series_parent_klass->update) in gog_xy_dropbar_series_update()
517 series_parent_klass->update (obj); in gog_xy_dropbar_series_update()
523 series_parent_klass = g_type_class_peek_parent (gog_klass); in gog_xy_dropbar_series_class_init()
H A Dgog-xy.c1873 static GogStyledObjectClass *series_parent_klass; variable
1908 if (series_parent_klass->base.update) in gog_xy_series_update()
1909 series_parent_klass->base.update (obj); in gog_xy_series_update()
1950 G_OBJECT_CLASS (series_parent_klass)->finalize (obj); in gog_xy_series_finalize()
1958 series_parent_klass->init_style (gso, style); in gog_xy_series_init_style()
2093 (GOG_OBJECT_CLASS(series_parent_klass)->populate_editor) (obj, editor, dalloc, cc); in gog_xy_series_populate_editor()
2158 series_parent_klass = g_type_class_peek_parent (gso_klass); in gog_xy_series_class_init()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_radar/
H A Dgog-radar.c1182 static GogStyledObjectClass *series_parent_klass; in GSF_DYNAMIC_CLASS()
1216 if (((GogObjectClass *)series_parent_klass)->update) in gog_rt_series_update()
1217 ((GogObjectClass *)series_parent_klass)->update(obj); in gog_rt_series_update()
1236 series_parent_klass->init_style (gso, style); in gog_rt_series_init_style()
1306 G_OBJECT_CLASS (series_parent_klass)->finalize (obj); in gog_rt_series_finalize()
1317 (GOG_OBJECT_CLASS(series_parent_klass)->populate_editor) (obj, editor, dalloc, cc); in gog_rt_series_populate_editor()
1342 series_parent_klass = g_type_class_peek_parent (gso_klass); in gog_rt_series_class_init()
1494 series_parent_klass->init_style (gso, style); in GSF_DYNAMIC_CLASS()
1515 if (series_parent_klass->base.update) in gog_color_polar_series_update()
1516 series_parent_klass->base.update (obj); /* do not call gog_rt_series_update */ in gog_color_polar_series_update()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_barcol/
H A Dgog-minmax.c55 static GogStyledObjectClass *series_parent_klass; variable
63 series_parent_klass->init_style (gso, style); in gog_minmax_series_init_style()
81 series_parent_klass = g_type_class_peek_parent (gso_klass); in gog_minmax_series_class_init()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_distrib/
H A Dgog-probability-plot.c554 static GObjectClass *series_parent_klass;
632 G_OBJECT_CLASS (series_parent_klass)->finalize (obj); in gog_probability_plot_series_finalize()
652 series_parent_klass = g_type_class_peek_parent (obj_klass); in gog_probability_plot_series_class_init()
H A Dgog-histogram.c915 static GObjectClass *series_parent_klass; variable
1100 G_OBJECT_CLASS (series_parent_klass)->finalize (obj); in gog_histogram_plot_series_finalize()
1132 series_parent_klass = g_type_class_peek_parent (obj_klass); in gog_histogram_plot_series_class_init()
/dports/devel/goffice/goffice-0.10.50/goffice/graph/
H A Dgog-series.c319 static GObjectClass *series_parent_klass; variable
415 (*series_parent_klass->finalize) (obj); in gog_series_finalize()
636 (GOG_OBJECT_CLASS(series_parent_klass)->populate_editor) (gobj, editor, dalloc, cc); in gog_series_populate_editor()
811 series_parent_klass = g_type_class_peek_parent (klass); in gog_series_class_init()
/dports/devel/goffice/goffice-0.10.50/plugins/plot_pie/
H A Dgog-pie.c1209 static GogObjectClass *series_parent_klass; variable
1279 if (series_parent_klass->update) in gog_pie_series_update()
1280 series_parent_klass->update (obj); in gog_pie_series_update()
1289 series_parent_klass = g_type_class_peek_parent (gobject_klass); in gog_pie_series_class_init()