Top |
PocDatasetSplinePocDatasetSpline — Dataset for PocPlot |
GdkRGBA * | marker-fill | Read / Write |
GdkRGBA * | marker-stroke | Read / Write |
gboolean | show-markers | Read / Write |
A PocDataset subclass which interpolates a curve from the control points based on the algorithm from Numerical Recipies 2nd Edition. Control points may be highlighted by drawing markers at their locations.
PocDatasetSpline *
poc_dataset_spline_new (void
);
Create a new PocDatasetSpline
void poc_dataset_spline_get_marker_stroke (PocDatasetSpline *self
,GdkRGBA *rgba
);
Get the colour for stroking markers.
void poc_dataset_spline_set_marker_stroke (PocDatasetSpline *self
,const GdkRGBA *rgba
);
Set the colour for stroking markers.
void poc_dataset_spline_get_marker_fill (PocDatasetSpline *self
,GdkRGBA *rgba
);
Set the colour for stroking markers.
void poc_dataset_spline_set_marker_fill (PocDatasetSpline *self
,const GdkRGBA *rgba
);
Get the colour for stroking markers.
gboolean
poc_dataset_spline_get_show_markers (PocDatasetSpline *self
);
Get whether to show markers on control points.
void poc_dataset_spline_set_show_markers (PocDatasetSpline *self
,gboolean value
);
Set whether to show markers on control points.
“marker-fill”
property“marker-fill” GdkRGBA *
Colour for filling markers.
Owner: PocDatasetSpline
Flags: Read / Write
“marker-stroke”
property“marker-stroke” GdkRGBA *
Colour for stroking markers.
Owner: PocDatasetSpline
Flags: Read / Write
“show-markers”
property“show-markers” gboolean
Show markers on graph lines.
Owner: PocDatasetSpline
Flags: Read / Write
Default value: FALSE